@charset "utf-8";

/****************** 基本 ******************/
* {
    font-family: Arial, "微軟正黑體", "Microsoft JhengHei", Geneva, sans-serif;
}

body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #777777;
    color: #323232;
    background-color: #fff;
    height: 100%;
    position: relative;
    /*padding-top: 70px;*/
}

@media screen and (max-width: 1400px) {
    body {
        padding-top: 60px;
    }
}

hr {
    border-top: 1px solid #afafaf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #084298;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:visited {
    color: #003995;
    outline: none;
    text-decoration: none;
}

img,
object,
embed,
video {
    max-width: 100%;
}

.reward {
    font-size: 120%;
    color: #fd9b2b;
    margin-left: 3px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #000;
    opacity: .2;
}

.pointer {
    cursor: pointer;
    color: #084298;
}

/*
--- 按鈕 btn ---*/
.btn:hover,
.btn:active,
.btn:focus {
    background: #e6bd6b !important;
    color: #fff;
    outline: none !important;
}

.btn {
    border-radius: 0px;
}

.btn.btn-primary {
    background: #cca14d;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-right: 20px;
    padding-left: 20px;
}

.btn.btn-lg {
    font-size: 30px;
}

@media screen and (max-width: 576px) {
    .btn.btn-lg {
        padding-top: 10px;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 10px;
        font-size: 16px;
    }
}

/*
--- 切換裝置顯示項目 ---*/
#line {
    display: block;
}

#line_m {
    display: none;
}

@media screen and (max-width: 576px) {
    #line {
        display: none;
    }

    #line_m {
        display: block;
    }
}

#pic {
    display: block;
}

#pic_m {
    display: none;
}

@media screen and (max-width: 576px) {
    #pic {
        display: none;
    }

    #pic_m {
        display: block;
    }
}

/****************** 導覽列 navbar ******************/
.navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
    height: 60px;
}

/*
--- 聯邦LOGO navbar-brand ---*/
.navbar-brand {
    padding-right: 0;
}

.navbar .navbar-brand {
    width: 180px;
    height: 36px;
    background: url(../images/logo.svg) no-repeat 0 50%;
    background-size: contain;
}

.navbar img{
    margin-top: 4px;
}

.navbar-header .navbar-brand img {
    width: 90%;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 153, 153, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggle .icon-bar {
    background-color: #009999;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
    font-weight: 800;
    font-size: 15px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #003995;
    border-bottom: 3px solid;
    display: inline-block;
    padding-bottom: 0px;
    transition: .2s;
}

.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus {
    background-color: #f8f8f8;
}

.navbar-nav>li>a {
    margin-left: 15px;
    margin-top: 10px;
    display: block;
}

.navbar-light .navbar-nav>li>a:hover,
.navbar-light .navbar-nav>li>a:focus {
    color: #009999;
    background-color: transparent;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav>.active>a:focus {
    color: #009999;
}

/* .navbar-expand-md .navbar-nav .nav-link {
    padding: 0px 6px 0px 0px;
} */

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
}

.navApplyBtn .nav-item .nav-link {
    color: #fff;
    font-weight: 600;
    background: #cca14d;
    border-radius: 20px;
    padding: 5px 15px;
    margin-top: 1px;
    margin-left: 10px;
}

.navApplyBtn .nav-item:hover .nav-link:hover {
    background: #ddb565;

}

.nav.nav-tabs .nav-link.active {
    /* background-color: #cba14d; */
    background: linear-gradient(274.75deg, #115BFB 13.81%, #118BFB 89.49%);
    /* background-color: #003995; */
    border: 2px solid var(--bright);
    /* border: 0; */
    color: #fff;
}

.nav.nav-tabs .nav-link {
    /* background-color: #f3d496; */
    background-color: #e0e5e8;
    width: 25%;
    font-size: 22px;
    font-weight: 600;
    color: #9496a0;
    border-radius: 0px 32px 32px 0px;
    margin-right: 10px;
    /* margin-left: 10px; */
    margin-bottom: 20px;
}

.nav.nav-tabs .nav-link:hover {
    background: linear-gradient(274.75deg, #115BFB 13.81%, #118BFB 89.49%);
    color: #fff;
    transition: .1s;
}


.nav.nav-tabs {
    border: 0;
    --bs-nav-tabs-border-width: 0;
    margin: auto;
    justify-content: center;
    /* margin-top: 12px; */
}

/*
--- 導覽列下拉dropdown-menu ---*/
.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #009999;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #eaeaea;
}

@media screen and (max-width: 1200px) {
    .navbar .navbar-brand {
        margin-right: 0px;
        margin-left: 20px;
        width: 200px;
        height: 60px;
        /* 60 only*/
    }

    .announce img {
        display: none;
    }
}

@media screen and (max-width: 576px) {
    .navbar .navbar-brand {
        margin-right: 50px;
        margin-left: 15px;
    }

    .nav.nav-tabs .nav-link {
        width: 28%;
        font-size: 20px;
    }
}

/****************** 輪播 carousel  ******************/
.carousel-indicators li {
    width: 10px;
    height: 10px;
    opacity: .8;
    border-radius: 50px;
    border: 1px solid #dedede;
    background-color: #bbbbbb;
}

.carousel-indicators .active {
    background-color: #009999;
}

/*
--- 主視覺 ---*/
.kv {
    position: relative;
    width: 100%;
    --w: 1920;
    --h: 1000;
}

.kv:before {
    content: '';
    width: 100%;
    padding-top: calc(var(--h) * 85% / var(--w));
    display: block;
    background-image: url(../images/top.jpg);
    background-size: cover;
    /* background-repeat: no-repeat; */
}

@media (max-width:576px) {
    .kv {
        --w: 768;
        --h: 768;
    }

    .kv:before {
        padding-top: calc(var(--h) * 85% / var(--w));
        background-image: url(../images/top_m.jpg);
    }

    .kv_box {
        position: absolute;
        top: 54%;
        left: 12.8%;
        width: 75%;
        height: 50%;
    }



}

/* .kv_title {
    position: absolute;
    top: 12%;
    left: 5%;
    width: 90%;
    height: 80%;
}

.activity_title {
    position: absolute;
    top: -12%;
    left: 10.5%;
    width: 79%;
    z-index: 2;
    -webkit-animation-delay: .2s;
    -webkit-animation: fade 1s ease-in-out;
    animation-delay: .2s;
    animation: fade 1s ease-in-out;
}

.top-title-01 {
    position: absolute;
    top: 44%;
    left: 48%;
    width: 20%;
    -webkit-animation-delay: .2s;
    -webkit-animation: fade 1s ease-in-out, rotate 25s 1s linear infinite, breath 2.5s ease-in-out infinite;
    animation-delay: .2s;
    animation: fade 1s ease-in-out, rotate 25s 1s linear infinite, breath 2.5s ease-in-out infinite;
}

.top-title-02 {
    position: absolute;
    top: 50%;
    left: 38%;
    width: 40%;
    mix-blend-mode: plus-lighter;
    -webkit-animation-delay: .4s;
    -webkit-animation: fade 1s ease-in-out, breath 2.5s ease-in-out infinite;
    animation-delay: .4s;
    animation: fade 1s ease-in-out, breath 2.5s ease-in-out infinite;
} */

@-webkit-keyframes fade {
    from {
        -webkit-transform: scale(0);
        -webkit-opacity: 0;
    }

    to {
        -webkit-transform: scale(1);
        -webkit-opacity: 1;
    }
}

@keyframes fade {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes breath {
    from {
        -webkit-opacity: 0.1;
    }

    50% {
        -webkit-opacity: 0.5;
    }

    to {
        -webkit-opacity: 0.1;
    }
}

@keyframes breath {
    from {
        opacity: 0.1;
    }

    50% {
        opacity: 0.5;
    }

    to {
        opacity: 0.1;
    }
}

/* @media (max-width:768px) {
    .kv {
        --w: 768;
        --h: 800;
    }

    .kv:before {
        background-image: url(../images/top_m.jpg);
    }

    .kv_title {
        top: 8%;
        left: 0%;
        width: 100%;
        height: 90%;
    }

    .activity_title {
        top: -4%;
        left: 0%;
        width: 100%;
    }

    .top-title-01 {
        top: 42%;
        left: 28%;
        width: 42%;
    }

    .top-title-02 {
        top: 45%;
        left: 9%;
        width: 80%;
    }
} */

/****************** 版面 Container ******************/
.gridContainer {
    width: 100%;
    clear: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}

.announcement {
    background-color: #dfebfe;
}

.announcement p {
    text-align: center;
    margin-top: 24px;
    font-size: 15px;
}

.bgColor {
    margin-top: 30px;
    box-shadow: 10.092px 10.092px 45px rgba(0, 0, 0, 0.03);
    /* border-radius: 24px 24px 0px 0px; */
    background-color: #fff;
    padding: 16px 16px 48px;
}

.bgColor h3 {
    letter-spacing: 0.07em;
    /* padding: 12px 0px; */
    font-weight: 800;
}

.warningArea {
    /* padding-top: 100px; */
    /* padding-bottom: 100px; */
    background: #ffffff
}

.warningArea h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #222222;
}

@media only screen and (max-width: 768px) {
    .gridContainer {
        width: 100%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
        background-size: cover;
    }
}

/*
--- 活動主版 mainArea ---*/
.mainArea {
    padding: 56px 0px 48px 0px;
    overflow: hidden;
    /* background-color: #dfebfe; */
}

.mainArea h2 {
    /* 活動主標題 */
    line-height: 1.5;
    font-size: 38px;
    text-align: center;
    color: #003995;
    font-weight: 800;
    /* letter-spacing: 0.07em; */
}

.mainArea img {
    margin: 0px auto;
    border-radius: 0px 0px 20px 0px;
}


.mainArea p {
    font-size: 15px;
    color: #a3bacd;
    margin-bottom: 0px;
    text-align: center;
}

/* .mainArea a {
    color: #ffffff;
} */

.announce {
    overflow: auto;
    background-color: #ffffff;
    padding: 48px 48px 48px 60px;
    margin-top: 40px;
    margin-bottom: 48px;
    border-radius: 12px;
    box-shadow: 0px 0px 1.5vw 0px rgba(67, 118, 215, 0.2);
    display: flex;
}

.announce img {
    margin-left: 16px;
    width: 100%;
}

.announce h3 {
    /* text-align: center; */
    font-size: 38px;
    color: #003995;
    font-weight: 800;
    /* letter-spacing: 0.11em; */
    padding-bottom: 12px;
    line-height: 1.4;
}

.announce p {
    font-weight: 600;
    font-size: 17px;
    color: #292929;
    margin-bottom: 0px;
    text-align: justify;
}

.yellowline {
    background: linear-gradient(to top, #FFFF00 30%, transparent 30%);
}

.pointline {
    /* background: linear-gradient(to top, #FFFF00 30%, transparent 50%); */
    color: #003995;
    /* font-size: 30px; */
    /* padding-right: 2px; */
}

.stockWrap {
    padding: 0px 56px;
}

.stockWrap_step3 {
    padding: 0px 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stockBox {
    margin-top: 20px;
    text-align: left;
}

.stockBox h3 {
    color: #141414;
    font-weight: 800;
    margin-bottom: 16px;
}

.stockBox img {
    text-align: center;
}

/* 詐騙流程 */
.stepArea {
    /* background: linear-gradient(101.88deg, #ffffff -9.11%, #FBFBFC 52.2%, #E6F0F9 94.15%, #A0D2FF 114.8%);  */
    background-color: #1171fb;
    /* background-color: #4277c3; */
    background-size: contain;
    background-repeat: no-repeat;
}

.stepArea h2 {
    color: #ffffff;
}

.stepArea h6 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
}

.stepArea .bgColor {
    background-image: url(../images/bg_03.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.stepNumber {
    font-size: 24px;
    letter-spacing: 0.05em;
    color: #d6ebff;
    line-height: 48px;
}

.p-topFunction__list--list>li>span {
    position: relative;
    padding: 6px 17px 6px 42px;
    border-radius: 100vh;
    background: #EAF2FA;
}

.p-topFunction__list--list>li>span::before {
    background: url(../images/check.svg) no-repeat center center / contain;
    content: '';
    height: 20px;
    left: 16px;
    position: absolute;
    top: 7px;
    width: 20px;
}

.p-topFunction__list--list>li {
    margin-top: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 200%;
    letter-spacing: 0.015em;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}


img.titleIcon {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

@media screen and (max-width: 576px) {
    .mainArea {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .mainArea img {
        width: 80%;
        /* display: none; */
    }

    .mainArea h3.date {
        /* 活動起訖日+對象 */
        font-size: 1rem;
        text-align: left;
        padding-right: 0;
        line-height: 1.5;
    }

    .mainArea h4 {
        /* 活動敘述文 */
        font-size: 14pt;
        line-height: 1.5;
    }

    .mainArea h2 {
        font-size: 28px;
    }

    .bgColor {
        background-image: none;
    }

    .stepArea h6 {
        font-size: 18px;
    }

    .stepArea .bgColor {
        background-image: url(../images/bg_03_m.jpg);
    }
}

/*
--- 活動內文區塊 mainText ---*/
.mainText1 {
    font-size: 17px;
    color: #323232;
    margin-top: 35px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 600;
    /* border-color: #001d47; */
    /* padding: 0px 8px; */
    border-radius: 8px 8px 0px 0px;
    border-color: #dfebfe;
    /* background-color: #001d47; */
}

/* .mainText1 img{
    border-radius: 12px;
} */

.mainText1 .title {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    color: #222222;
    margin: 12px auto 0px;
    padding: 8px 0px;
    border-radius: 4px 4px 0px 0px;
    line-height: 1.2em;
}

.mainText1 .text {
    font-size: 17px;
    text-align: justify;
    color: #323232;
}

.mainCtn {
    display: block;
    /* justify-content: center; */
    /* align-items: center; */
}

@media screen and (max-width: 1200px) {
    .mainText1 .text {
        text-align: left;
    }
}

@media screen and (max-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding: 0px 6px 0px 0px;
    }

    .mainCtn {
        flex-wrap: wrap;
    }

    .mainText1 {
        padding: 0px 4px;
    }

    .stockWrap {
        padding: 0px 0px 0px 48px;
    }

    .p-topFunction__list--list>li {
        font-size: 17px;
    }


}

@media screen and (max-width: 768px) {
    .mainText1 {
        padding: 0px 0px;
        margin-top: 10px;
        text-align: center;
        line-height: 30px;
        font-size: 18px;
    }

    .p-topFunction__list--list>li>span {
        font-size: 18px;
    }
}

/*--- 活動表格 ---*/
table.actContain {
    max-width: 1000px;
    width: 100%;
    margin: 30px auto 0;
    font-size: 22px;
    font-weight: 600;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px 2px 3px 3px rgba(136, 92, 52, 0.2);
    text-align: center;
}

table.actContain th {
    font-size: 24px;
    background-color: #203a72;
    text-align: center;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

table.actContain .head {
    border-radius: 15px 15px 0 0;
}

table.actContain td {
    background-color: #fff;
    padding: 15px 30px;
    border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 576px) {
    table.actContain {
        font-size: 18px;
    }

    table.actContain td {
        padding: 10px 15px;
    }
}


/*
--- 版權宣告footer ---*/
#footer {
    background-color: #eeeeee;
}

#footerStyle {
    width: 100%;
    background-color: #f4f4f4;
}

.copyright a {
    color: #7f7f7f;
    outline: none;
    text-decoration: none;
}

.copyright h4,
.copyright h5 {
    margin-top: 15px;
}

.copyright h4 {
    font-size: 26px;
    text-align: right;
}

.copyright h5 {
    font-size: 12px;
    text-align: left;
    color: #777;
    margin-left: 70px;
}

.copyright p {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.copyright .list-inline {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .copyright h4 {
        font-size: 20px;
        text-align: center;
    }

    .copyright h5 {
        font-size: 12px;
        margin-left: auto;
    }

    .copyright p {
        font-size: 12px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    #footer {
        padding: 10px 0;
        color: #7f7f7f;
        background-color: #eeeeee;
    }

    #footer .copyright {
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    .copyright h5 {
        text-align: center;
    }

    .copyright a {
        color: #7f7f7f;
        outline: none;
        text-decoration: none;
    }
}

.textCenter {
    margin: auto;
    text-align: center;
}

@media screen and (max-width: 576px) {
    footer {
        padding-bottom: 65px;
    }
}

/* 反詐騙內容 */
#announcement,
#warning,
#step,
#news,
#link {
    scroll-margin-top: 50px;
}

@media only screen and (max-width: 768px) {
    #actContain {
        /* background-image: url(../images/bg_00_m.png); */
        background-size: contain;
    }

    .announce {
        padding: 32px 32px 32px 40px;
    }

    .qabox1 {
        flex-direction: column;
        margin: 0px 16px;
    }

}


/* 相關新聞 */
.newsArea {
    /* padding-top: 50px; */
    padding-bottom: 10px;
    background-color: #1a2876;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background: linear-gradient(101.88deg, #ffffff -9.11%, #FBFBFC 52.2%, #E6F0F9 94.15%, #A0D2FF 114.8%);  */
}

.newsArea h2 {
    margin-bottom: 20px;
}

.newsArea a {
    color: #ffffff;
}

.newsArea .aboutnews{
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsArea .aboutnews a p {
    padding: 12px 24px;
    background-color: #48549a;
    border-radius: 8px;
    display: inline-block;
    margin: 16px 12px 0;
    color: white; /* 加上字體顏色看起來更清楚 */
    transition: background-color 0.3s;
}

.newsArea .aboutnews a:hover p {
    background-color: #3b457f;
}

.news {
    border: 1px solid #fff;
    /* margin: 12px; */
    padding: 24px 16px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 150px;
}

.news h5 {
    color: #fff;
    font-size: 16px;
}

.news h6 {
    color: #fff;
    font-size: 15px;
    line-height: 1.6em;
    /* font-weight: 500; */
    letter-spacing: 0.05em;
}

.news:hover {
    /* border: none; */
    background-color: #fff;

}

.news:hover h5,
.news:hover h6 {
    color: #1a2876;
}

@media screen and (max-width: 1400px) {
    .news {
        min-height: 180px;
    }
}

@media screen and (max-width: 1200px) {
    .news {
        min-height: 200px;
    }
}

@media screen and (max-width: 992px) {
    .news {
        min-height: 270px;
    }
}

@media screen and (max-width: 768px) {
    .news {
        min-height: 190px;
    }
}

/* 相關連結 */
.linkArea {
    padding-bottom: 10px;
    background-color: #dfebfe;
    background-position: center;
    /* background-image: url(../images/bg_00.png); */
    background-size: cover;
    /* background-repeat: no-repeat; */
}

.linkArea h2 {
    color: #222222;
    margin-bottom: 20px;
}

.link {
    /* border: 1px solid #c9c8c8; */
    padding: 20px 16px 16px;
    border-radius: 8px;
    margin-bottom: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    background-color: #ffffff;
    min-height: 100px;
}

.link h6 {
    color: #000000;
    font-size: 15px;
    line-height: 1.6em;
    font-weight: 600;
    /* letter-spacing: 0.05em; */
}

.link:hover {
    background-color: #bfdeff;
    /* border: 2px solid #009999; */
    /* box-shadow: 0px 0px 20px #909fb7a2; */
}

@media screen and (max-width: 992px) {
    .link {
        min-height: 120px;
    }
}

@media screen and (max-width: 768px) {
    .link {
        min-height: 0px;
    }
}

.contact h4 {
    color: #003995;
    font-weight: 800;
    border-bottom: 1px solid;
    display: inline-block;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

.contact p {
    color: #000;
    text-align: left;
    line-height: 2em;
    font-weight: 600;
}

.contact img {
    width: 5%;
}

/* TOP */
.goTop.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: .6s;
    transition: .6s;
    height: 56px;
    width: 56px;
}

.goTop:hover {
    opacity: .7;
}

.goTop {
    background: url(../images/gotop.png) no-repeat center center;
    background-size: cover;
    /* 讓圖片覆蓋整個按鈕 */
    border-radius: 50%;
    /* 圓形按鈕 */
    border: none;
    /* 移除邊框 */
    position: fixed;
    right: 1.5rem;
    bottom: 2rem;
    cursor: pointer;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: .3s;
    transition: .3s;
    /* opacity: .7; */
    z-index: 10;
}



.l-footer--pc .l-footer_company_list {
    display: flex;
    margin: 0 -16px;
}


@media only screen and (max-width: 576px) {
    /* .newsArea {
        background-image: url(../images/bg_02_m.png);
    } */


    .announce {
        width: 95%;
        padding: 24px;
    }

    .announce h3 {
        font-size: 28px;
        padding: 0px;
    }

    .announce p {
        font-size: 18px;
    }

    .news {
        min-height: 0px;
        margin-bottom: 16px;
    }

    .news h6 {
        font-size: 17px;
    }

    .linkArea {
        /* background-image: url(../images/bg_00_m.png); */
        background-size: contain;
        /* background-repeat: no-repeat; */
        background-position: top;
    }

    .link {
        margin-bottom: 16px;
    }

    .link h6 {
        font-size: 17px;
    }
}

/* 常見問題 */
#QA {
    /* background-color: #b61b29; */
    /* padding-top: 40px; */
    /* padding-bottom: 200px; */
    /* background-image: url(../images/bg_03.jpg); */
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.myQA {
    max-width: 1100px;
    width: 100%;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
}

.myQA .accordion-button {
    font-size: 18px;
    background-color: transparent;
    font-weight: 600;
    color: #292929;

}

.qabox1 {
    display: flex;
    align-items: start;
    margin-right: 8px;
    font-size: 18px;
    color: #003995;
    ;
    padding: 10px 0px;
}

.myQA .accordion-item {
    background-color: #ffffff;
    color: #292929;
    font-size: 17px;
}

.myQA table {
    width: 100%;
    font-size: 17px;
    background-color: #fff;
}

.myQA table th {
    background-color: #203a72;
    color: #fff;
    text-align: center;
    border: 1px solid #c3c3c3;
}

.myQA table td {
    border: 1px solid #c3c3c3;
    padding-left: 10px;
    padding-right: 10px;
}

.date {
    margin-right: 14px;
    display: inline-block;
    font-size: 17px;
    color: #505050;
    font-weight: 300;
}

/* QA 黑色箭頭 */
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

/* QA 手風琴 */
.accordion-button:focus {
    box-shadow: none;
    color: #203a72;
}

.accordion-button:not(.collapsed) {
    font-size: 18px;
    color: #203a72;
}

@media only screen and (max-width: 576px) {

    #QA {
        padding-bottom: 10px;
    }

    .myQA {
        font-size: 14px;
    }

    .myQA .accordion-button {
        font-size: 18px;
        padding: 8px 16px;
    }

    .myQA table {
        font-size: 14px;
    }

    .qabox1 {
        font-size: 18px;
        margin: 0px;
    }

    .date {
        font-size: 16px;
    }

    .mainArea p {
        font-size: 17px;
    }

    .newsArea .aboutnews a p {
        padding: 6px 12px;
        margin: 16px 4px 0;
        font-size: 15px;
    }

    .warningArea {
        padding: 0px 6px;
    }

    .mainText1 .text {
        font-size: 18px;
        text-align: justify;
    }

    .stockWrap {
        padding: 0px 0px 0px 16px;
    }

    .stockWrap_step3 {
        padding: 0px 0px 0px 16px;
    }

    .stockBox {
        margin: 0px;
    }

    .stockBox h3 {
        margin-top: 16px;
        margin-bottom: 8px;
    }

    .mainArea img {
        width: 100%;
        /* display: none; */
    }

    .p-topFunction__list--list>li {
        font-size: 18px;
    }

    .p-topFunction__list--list>li>span {
        padding: 6px 12px 6px 32px;
    }

    .p-topFunction__list--list>li>span::before {
        background: url(../images/check.svg) no-repeat center center / contain;
        content: '';
        height: 18px;
        left: 8px;
        position: absolute;
        top: 7px;
        width: 18px;
    }
}

/* 注意事項 */

#noticeArea {
    background-color: #b61b29;
    padding-top: 0px;
    padding-bottom: 50px;
}

.noticeDesc h4 {
    font-size: 1.3rem;
}

ul.list-style {
    margin-bottom: .3rem;
    padding: 0 0 0 20px;
}

.modal-dialog {
    width: 100%;
    max-width: 950px;
}

.noteTableTitle {
    font-size: 22px;
    font-weight: 600;
    /* color: #ffffff; */
}

.noteTable td {
    vertical-align: top;
    border: 0;
    font-size: 20px;
    font-weight: 600;
    /* color: #ffffff; */
}

@media only screen and (max-width: 576px) {
    .noteTable td {
        font-size: 18px;
    }

    .contact img {
        width: 10%;
    }
}

/* 揭露資訊表格 */
table.shareInfo {
    width: 100%;
}

table.shareInfo th {
    background-color: #ff5151;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
}

table.shareInfo td {
    border: 1px #ccc solid;
    padding: 5px 10px;
}

/* 右側button 立即申請*/

#applyBtn .button {
    color: #FFFFFF;
    display: inline;
    position: fixed;
    top: 50%;
    right: 0%;
    text-align: center;
    z-index: 9;
    background-color: #cca14d;
    margin: 0 auto;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    border-radius: 15px 0 0 15px;
    font-size: 20px;
    font-weight: 600;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 7px;
    padding-right: 7px;
    transition: 0.5s;
}

#applyBtn a.button {
    color: #fff;
    padding: 12px 10px;
    /* display: inline-block; */
}

#applyBtn .buttonPhone {
    display: none;
}

@media screen and (max-width: 768px) {
    #applyBtn .button {
        display: none;
    }

    #applyBtn .buttonPhone {
        color: #FFFFFF;
        background-color: #cca14d;
        display: flex;
        justify-content: center;
        position: fixed;
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        width: 100%;
        font-size: 20px;
        font-weight: 600;
        top: auto;
        right: 0%;
        bottom: 0;
        border-radius: 0;
    }

    #applyBtn a.buttonPhone {
        color: #fff;
        padding: 15px 10px;
        letter-spacing: 2px;
    }

    .contact img {
        width: 10%;
    }
}


#applyBtn:hover,
#applyBtn:active,
#applyBtn:focus,
#applyBtn:visited {
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
    background: #ddb565;
    text-decoration: none;
}

.mt-100 {
    margin-top: 100px;
}

/* animate */
.js .to-animate,
.js .to-animate-2,
.js .single-animate .js .animate-single {
    opacity: 0;
}

.js .animate-box {
    opacity: 0;
}

.close {
    background-color: transparent;
    border: 0;
}