@charset "utf-8";
/****************** 基本 ******************/

* {
    font-family: Geneva, "微軟正黑體", Arial, "Microsoft JhengHei", sans-serif;
    /* letter-spacing: normal; */
    max-width: none;
    /* outline: 1px solid red; */
}

body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #323232;
    background-color: #fff;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}

.text-center {
    margin-bottom: 10px;
}

hr {
    border-top: 1px solid #afafaf;
}

hr.newS {
    border-top: 1px solid #afafaf;
    padding-bottom: 10px;
}

hr.newhr {
    border-top: 1px solid #e1e1e1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
}

h5 {
    font-size: 14px;
    margin-top: 15px;
    color: #434343;
    line-height: 15pt;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #fff;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:visited {
    color: #fff;
    outline: none;
    text-decoration: none;
}

img,
object,
embed,
video {
    max-width: 100%;
}

.red_text {
    color: #ec0202;
}

.red_text_c {
    font-weight: bold;
    color: #F43760;
}

.purple_text {
    color: #036eb6;
    font-weight: bold;
}



.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #000;
    opacity: .2;
}

/* --- 按鈕 btn ---*/

.btn:hover,
.btn:active,
.btn:focus {
    background: #393e46 !important;
    color: #fff;
    outline: none !important;
}

.btn {
    border-radius: 0px;
}

.btn.btn-primary {
    background: #ffffff;
    color: #40c2a9;
    border: none !important;
    border: 1px solid #40c2a9 !important;
    margin-bottom: 5px;
    border-radius: 26px;
    font-size: 12pt;
    font-weight: bold;
    padding-right: 20px;
    padding-left: 20px;
}

.btn.btn-primary:hover {
    color: #278977 !important;
    border: 1px solid #278977 !important;
    background-color: #fff !important;
}

.btn.btn-primary:focus {
    color: #278977 !important;
    border: 1px solid #278977 !important;
    background-color: #fff !important;
}

@media screen and (max-width: 768px) {
    .btn.btn-primary {
        font-size: 10pt;
    }

}

@media screen and (max-width: 576px) {
    .btn.btn-lg {
        padding-top: 10px;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 10px;
        font-size: 16px;
    }
}

/* 按鈕樣式微調 */
.btn-gif {
    display: block;
    text-align: center;
    display: inline-block;
    padding: 4px 15px;
    border-radius: 50px;
    background-color: #40c2a9;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    margin: 5px;
    transition: 0.3s;
}

.btn-gif:hover {
    background-color: #278977;
    color: #fff;
}

@media screen and (max-width: 576px) {
    .btn-gif {
        margin: 3px;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 576px) {
    .container {
        padding-right: 35px;
        padding-left: 35px;
    }
}

/****************** 導覽列 navbar ******************/
.navbar {
    background-color: #f8f8f8;
    padding: 0;
    /* z-index: 2; */
}

/* --- 聯邦LOGO navbar-brand ---*/
.navbar-brand {
    padding-right: 0;
}

.navbar-collapse {
    flex-grow: 0;
}

.navbar .navbar-brand {
    margin-right: 50px;
    margin-left: 20px;
    width: 250px;
    height: 70px;
    background: url(../../include/images/UBLogo.png) no-repeat 0 50%;
    background-size: contain;
}

.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 {
    font-weight: 600;
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-nav .dropdown .nav-link {
    font-weight: 600;
    color: #f8f8f8;
    border-radius: 10px;
}

.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: #25967f;
    font-weight: 600;
    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 {
    font-weight: 600;
    color: #25967f;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
}

/* --- 導覽列下拉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 {
        width: 180px;
        height: 60px;
        margin-left: 10px;
    }
}

/****************** 輪播 carousel  ******************/

.carousel-indicators li {
    width: 100px;
    height: 50px;
    opacity: 1;
    /* border-radius: 50px; */
    /* border: 5px solid #dedede; */
}

.carousel-indicators {
    /* background: #000; */
}

.carousel-indicators .active {
    background-color: #009999;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 4rem;
    height: 4rem;
}

@media screen and (max-width: 576px) {

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 2rem;
        height: 2rem;
    }
}

.carousel-indicators [data-bs-target] {
    width: 54px;
    height: 3px;
    background-color: #029df7;
}


#line {
    display: block;
}

#line_m {
    display: none;
}

@media screen and (max-width: 768px) {
    #line {
        display: none;
    }

    #line_m {
        display: block;
    }
}


/* kv */
.carousel {
    /* margin-bottom: 100px; */
}

.carousel-inner {
    background: #d9eef8;
}

.kv {
    position: relative;
    width: 100%;
    --w: 1920;
    --h: 1000;
}




/* --- 主視覺 ---*/

.topimg1:before {
    content: '';
    width: 100%;
    padding-top: calc(var(--h) * 100% / var(--w));
    display: block;
    background-image: url(../images/top.jpg);
    background-size: cover;
}

.topimg2:before {
    content: '';
    width: 100%;
    padding-top: calc(var(--h) * 100% / var(--w));
    display: block;
    background-image: url(../images/top_2.jpg);
    background-size: cover;
}

.topimg3:before {
    content: '';
    width: 100%;
    padding-top: calc(var(--h) * 100% / var(--w));
    display: block;
    background-image: url(../images/top_3.jpg);
    background-size: cover;
}

@media (max-width:768px) {
    .kv {
        --w: 768;
        --h: 768;
    }

    .topimg1:before {
        background-image: url(../images/top_m.jpg);
    }

    .topimg2:before {
        background-image: url(../images/top_2m.jpg);
    }

    .topimg3:before {
        background-image: url(../images/top_3m.jpg);
    }
}


/* 主視覺閃光 */
.activity_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    object-fit: contain; 
    pointer-events: none; /* 讓閃光圖不影響下方連結點擊 */
}







/****************** 版面 Container ******************/

.gridContainer {
    width: 100%;
    clear: none;
    float: none;
    margin-left: auto;
    margin-right: auto;
    background-size: cover;
}

@media only screen and (max-width: 768px) {
    .gridContainer {
        width: 100%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
        background-size: cover;
    }
}

/* --- 活動主版 mainArea ---*/

h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #4dffdb;
    text-indent: 5px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    h1 {
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 24pt;
        letter-spacing: 0px;
    }
}

.mainArea {
    padding-top: 30px;
    padding-bottom: 30px;
}

.mainArea p {
    color: #000000;
    font-size: 13pt;
    text-align: center;
    margin-bottom: 0px;
}

.mainArea img {
    margin: 0px auto;
}

@media screen and (max-width: 576px) {
    .mainArea {
        padding-top: 30px;
        /* padding-bottom: 30px; */
    }
}


.mainArea h2 {
    /* 活動主標 */
    color: #333333;
    font-size: 28pt;
    margin: 0 auto 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .mainArea h2 {
        max-width: 220px;
        /* 活動主標 */
        margin-bottom: 10px;
        font-size: 18pt;
    }
}

.mainArea h2 small {
    color: #333333;
}

.headline h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 5px;
    color: #8e4882;
}

@media screen and (max-width: 992px) {
    .mainArea h3 {
        /* 活動主標 */
        font-size: 18pt;
    }
}

@media screen and (max-width: 576px) {
    .mainArea h3 {
        /* 活動主標 */
        font-size: 15pt;
        line-height: 32px;
    }
}

.mainArea h3.date {
    /* 活動起訖日+對象 */
    color: #666;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-top: 16px;
    /* [disabled]text-align: center; */
    padding-left: 0px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    text-align: center;
}

.mainArea h3.dateC {
    /* 活動起訖日+對象 */
    text-align: left;
    padding-left: 80px;
}

@media screen and (max-width: 576px) {
    .mainArea h3.date {
        /* 活動起訖日+對象 */
        font-size: 1.2rem;
        /* [disabled]text-align: center; */
        padding-left: 0px;
        margin-top: 0px;
    }

    .mainArea h3.dateC {
        text-align: center;
        padding-left: 0px;
    }
}


.mainArea h4 {
    /* 活動敘述文 */
    color: #2E2E2E;
    font-size: 18pt;
    line-height: 28pt;
    padding-top: 0px;
    /* [disabled]padding-bottom: 3px; */
    text-align: center;
    /* [disabled]margin-top: 10px; */
    margin-left: 20px;
    margin-right: 20px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
    .mainArea h4 {
        /* 活動敘述文 */
        font-size: 14pt;
        line-height: 1.4;
        /* text-align: left; */
        margin-left: auto;
        margin-right: auto;
        /* [disabled]margin-top: 20px; */
        /* [disabled]margin-bottom: 20px; */
        letter-spacing: 0px;
        margin-left: 25px;
        margin-right: 25px;

    }
}

.mainArea h5 {
    /* 內文區塊下方備註 */
    color: #2E2E2E;
    font-size: 16pt;
    line-height: 1.8;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    padding: 40px 0px;
    text-align: left;
}

@media screen and (max-width: 992px) {
    .mainArea h5 {
        padding-top: 0px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .mainArea h5 {
        font-size: 14pt;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .mainArea h5 {
        font-size: 16px;
        margin-bottom: 0;
        padding-right: 20px;
        padding-left: 20px;
        text-align: center;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .mainArea h5 {
        text-align: center;
        padding-bottom: 20px;
    }
}

/* --- 活動內文區塊 mainText ---*/
.main-title-date {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}


.reward {
    color: #ec6767;
    font-weight: 800;
    font-size: 150%;
    padding-right: 5px;
    padding-left: 5px;
}

.reward_big {
    color: #F43760;
    font-weight: 800;
    font-size: 230%;
}


.reward_G1 {
    color: #4dffdb;
    font-size: 110%;
    /* font-weight: 600; */
}

.reward_G2 {
    color: #40c2a9;
    font-size: 110%;
    /* font-weight: 600; */
}

.big_number {
    font-size: 195%;
}

.big_number1 {
    font-size: 120%;
}

@media screen and (max-width: 768px) {
    .reward_G1 {
        font-size: 100%;
    }

    .reward_G2 {
        font-size: 100%;
    }

    .big_number {
        font-size: 150%;
    }

    .big_number1 {
        font-size: 110%;
    }
}


/* --- 活動表格 ---*/

.mainArea .table thead th {
    height: 30px;
    border-bottom: 1px;
    font-size: medium;
}

.mainArea .table-bordered th,
.mainArea .table-bordered td {
    padding: 3px;
    border: 1px solid #a1bbbd;
    vertical-align: middle;
}

.mainArea .table-bordered {
    text-align: center;
    line-height: 2;
    vertical-align: middle;
    border-width: 1px;
    border-color: #ddd;
    padding: 10px;
}

@media screen and (max-width: 576px) {
    .mainArea .table thead th {
        font-size: 17px;
    }

    .mainArea .table-bordered td {
        font-size: 17px;
    }

    .mainArea .table-bordered {
        line-height: 1.5;
    }

    .nav.nav-tabs .nav-item a {
        font-size: 20px;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .nav.nav-tabs .nav-item a.active {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .nav.nav-tabs .nav-item a.active:hover {
        padding-left: 20px;
        padding-right: 20px;
    }

    .mainArea h2 {
        /* 活動主標 */
        font-size: 20pt;
        min-width: 150px;
    }

    .mainText2 {
        margin-top: 25px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        /* [disabled]padding-top: 0px; */
    }

    .memoTable {
        font-size: 14px;
    }
}

/* --- 注意事項表格 exTable ---*/
.rfont {
    color: #ff0000;
}

#exTable table th,
#exTable table td {
    text-align: center;
    font-size: 15px;
    border: 1px solid #ccc;
    vertical-align: inherit;
}

#exTable table th {
    color: #fff;
    background-color: #323232;
}

/* animate */

.js .to-animate,
.js .to-animate-2,
.js .single-animate .js .animate-single {
    opacity: 0;
}

.js .animate-box {
    opacity: 0;
}

/* --- 版權宣告footer ---*/
footer {
    background-color: #f4f4f4;
}

#footer {
    background-color: #eeeeee;
}

.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;
    }

    .phoneBottom {
        padding-bottom: 171px !important;
    }
}

@media (max-width:480px) {
    .nav.nav-tabs .nav-item a {
        font-size: 20px;
    }
}

@media (max-width:768px) {
    .mainArea h3.date {
        font-size: 18px;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .mainArea h3.dateC {
        /* font-size: 1.2rem; */
        padding-left: 0;
        text-align: center;
    }
}

@media (max-width:576px) {
    .fontcolor {
        /* [disabled]color: #e72d48; */
        font-weight: bold;
        font-size: 18pt;
    }

    .redpoint {
        font-size: 15pt;
    }

    .mainArea h2.title {
        line-height: 24pt;
        margin-bottom: 0px;
    }
}

/* 圖片位置 */

.imgS {
    object-fit: cover;
    object-position: 15% 100%;
    border-radius: 50%;
    height: 150px;
}

@media screen and (max-width: 1200px) {
    .imgS {
        height: 130px;
    }
}

@media screen and (max-width: 767px) {
    .imgS {
        object-position: 50% 75%;
        border-radius: 20px;
        width: 400px;
        height: 200px;
    }
}

/*-------------------------------------------*/

.btnSmall {
    margin-top: 10px;
    margin-bottom: 0px
}

.nav-link {
    margin-left: 10px;
    margin-right: 10px;
}

/*--------- bottom button for phone---------*/

.container-fluid {
    position: relative;
    list-style-type: none;
}

@media screen and (max-width: 768px) {
    .container-fluid {
        justify-content: center;
    }
}

@media screen and (max-width: 480px) {
    .container-fluid {
        /* justify-content: space-between; */
    }
}





/* btn_goTop */
#goTop {
    font-weight: 600;
    font-size: 0.9rem;
    width: 55px;
    height: 55px;
    padding: 0;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    border: none;
    box-shadow: none;
    background-color: #b7b7b7;
    position: fixed;
    right: 46px;
    bottom: 10px;
    cursor: pointer;
    z-index: 1000;
}



#goTop:hover {
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
}



/* Scroll apply BTN */
#btn_apply-card {
    display: inline-block;
    position: fixed;
    width: 117px;
    height: 117px;

    bottom: 80px;
    right: 15px;

    z-index: 99;
    border: none;
    outline: none;
    background-image: url("../images/apply.png");
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

#btn_apply-card:hover {
    background-image: url("../images/apply_a.png");
}

@media screen and (max-width: 768px) {
    #goTop {
        right: 18px;
        bottom: 20px;
        padding: 8px 12px;
        font-size: 0.8rem;
    }


    #btn_apply-card {
        width: 81px;
        height: 81px;
        right: 5px;
        bottom: 85px;
        background-image: url("../images/apply_s.png");
    }

    #btn_apply-card:hover {
        background-image: url("../images/apply_a_s.png");
    }
}


@media screen and (max-width: 560px) {
    #btn_apply-card {
        height: 81px;
    }
}











#applyBtn {
    color: #FFFFFF;
    display: inline;
    position: fixed;
    top: 50%;
    /*bottom: 0px;*/
    /* [disabled]left: 80%; */
    right: 0%;
    text-align: center;
    z-index: 9;
    background-color: #8e4882;
    /* [disabled]line-height: 24px; */
    /* letter-spacing: 3px; */
    /* text-orientation: upright; */
    margin: 0 auto;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    border-radius: 15px 0 0 15px;
}

#applyBtn a {
    color: #fff;
    padding: 12px 10px;
    display: inline-block;
}

.dropleft .dropdown-menu {
    margin-top: -1.1rem;
}

.dropdown-menu1.show {
    transform: translate3d(-160px, 16px, 0px) !important;
}

#applyBtn .dropdown-menu a {
    padding: 5px 10px;
}

.dropdown-menu .dropdown-item {
    color: #333333 !important;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #applyBtn {
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        font-size: 15px;
    }

    #applyBtn a {
        padding: 12px 8px;
        letter-spacing: 2px;
    }

    .dropleft .dropdown-menu {
        margin-top: -0.8rem;
    }

    .dropdown-menu1.show {
        transform: translate3d(-160px, 12px, 0px) !important;
        display: flex;
    }

    .dropdown-menu {
        min-width: 10rem;


    }

    .dropdown-item {
        padding: 0.25rem 0.25rem;
        width: auto;
    }

    .dropdown-menu .dropdown-item {
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }

}

#applyBtn a:hover,
#applyBtn a:active,
#applyBtn a:focus,
#applyBtn a:visited {
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
}

#applyBtn:hover,
#applyBtn:active,
#applyBtn:focus,
#applyBtn:visited {
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
    background: #a55497;
    text-decoration: none;
}


.close {
    font-size: 2rem;
    color: #fff;
    border: none;
    background-color: #fff;
    opacity: .5;
        float: right;
}

.close:not(:disabled):not(.disabled):hover {
    opacity: .75;
}

.modal .btn-close {
    background: url(../images/close.png) no-repeat center center;
    width: 3em;
    height: 3em;
    float: right;
}

.modal-header1 {
    padding-top: 0;
}

/*--- mainAct ---*/

.mainAct {
    padding-top: 34px;
    padding-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .mainAct {
        padding-top: 25px;
        padding-bottom: 25px;
    }
}

.mainAct a:hover {
    text-decoration: none;
}

.mainAct .list-group {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 30px;
}

.mainAct .list-group-item {
    color: #414141;
    border: 0;
    font-weight: 600;
    border-radius: 30px;
    text-align: center;
    margin-right: 10px;
    margin-left: 10px;
    padding: 4px 20px;
    letter-spacing: 2px;
}

.mainAct .list-group-item.active {
    background-color: #414141;
    border-color: #414141;
    color: #FFFFFF;
}

.mainAct .list-group-item span {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1.3rem;
}

@media screen and (max-width: 560px) {
    .mainAct .list-group-item {
        margin: 10px 3px -2px;
        padding: .20rem .8rem;
    }

    .mainAct .list-group-item+.list-group-item.active {
        margin: 10px 3px -2px;
    }
}

/* 圖片切換 lg/sm */

.img-lg {
    display: block;
}

.img-sm {
    display: none;
}

@media screen and (max-width: 768px) {
    .mainAct .list-group {
        flex-wrap: wrap;
    }

    .swiper-container {
        padding: 0 0 1.25rem;
    }

    .swiper-button-prev,
    .swiper-button-next {
        height: auto;
        width: auto;
        background-color: transparent;
    }

    .swiper-button-prev {
        left: 10px;
    }

    .swiper-button-next {
        right: 10px;
    }
}

@media screen and (max-width: 560px) {
    .mainAct {
        margin-bottom: 0;
    }

    /* 圖片切換 lg/sm */
    .img-lg {
        display: none;
    }

    .img-sm {
        display: block;
    }
}


@media screen and (max-width: 576px) {
    .mainAct {
        padding-top: 0;
        padding-bottom: 0;
    }

}

/* --- Swiper -------------------------------*/

.swiper-container {
    padding: 0 4rem 1.25rem;
}

.swiper-container ul {
    list-style: none;
    padding-inline-start: 0;
}

/* 無滑動區塊 no-swiper-wrapper */

.no-swiper-wrapper {
    padding: 0 4rem 1.25rem;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide .item,
.no-swiper-wrapper,
.no-swiper-wrapper .item {
    /*  outline: 1px solid red;*/
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 50px;
    padding-bottom: 25px;
}

@media screen and (max-width: 768px) {

    .swiper-slide .item,
    .no-swiper-wrapper,
    .no-swiper-wrapper .item {
        border-radius: 20px;
    }
}

@media screen and (max-width: 576px) {

    .swiper-slide .item,
    .no-swiper-wrapper,
    .no-swiper-wrapper .item {
        border-radius: 20px;
    }
}

.swiper-wrapper .item img,
.no-swiper-wrapper img {
    width: 100%;
    flex-shrink: 0;
    /*for IE 不收縮*/
    position: relative;
}

/* 定位按鈕 item-btn */

.swiper-wrapper .item .item-btn {
    /*for IE 用定位*/
    /* position: absolute; */
    right: 0;
    bottom: 30px;
    margin: auto;
    width: 60%;
}

.swiper-wrapper .item .item-btn.NNbank {
    /*for IE 用定位*/
    /* position: absolute; */
    right: 0;
    bottom: 8px;
    margin: auto;
    width: 100%;
}

.no-swiper-wrapper .item-btn {
    /*for IE 用定位*/
    position: absolute;
    right: 0;
    bottom: 40px;
    margin: auto;
    padding-right: 64px;
    padding-left: 12px;
    width: 60%;
}

@media screen and (max-width: 992px) {
    .swiper-wrapper .item .item-btn {
        bottom: 10px;
    }
}

@media screen and (max-width: 560px) {
    .swiper-wrapper .item .item-btn {
        left: 0;
        bottom: 0;
        /* margin-bottom: 30px; */
        width: 100%;
    }
}

.no-swiper-wrapper .item-btn {
    left: 0;
    bottom: 0;
    margin-bottom: -30px;
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}

.no-swiper-wrapper {
    padding: 1.6px 28px 0;
}

/* 無滑動區塊底部少了Pagination點點,定位按鈕需墊高 */

.no-swiper-wrapper .item-btn {
    bottom: 60px;
}

.swiper-slide .btn,
.no-swiper-wrapper .btn {
    bottom: 0;
}

.swiper-button-prev,
.swiper-button-next {
    top: 0;
    font-weight: bold;
    height: 100%;
    width: 4rem;
    /* background-color: rgba(255, 255, 255, 0.8); */
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-next {
    right: 0;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .swiper-container {
        padding: .1rem 1.75rem 1.25rem;
    }

    .swiper-container ul {
        margin-bottom: 50px;
    }

    .no-swiper-wrapper {
        flex-wrap: wrap;
    }

    .no-swiper-wrapper .item {
        min-width: 280px;
        min-height: 100px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        display: block;
        top: 45%;
        height: 5%;
        width: 1.75rem;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 1.75rem;
    }
}

@media screen and (max-width: 768px) {
    .swiper-container {
        padding: .1rem 1.75rem 0rem;
    }

    .swiper-container ul {
        margin-bottom: 40px;
    }

    .no-swiper-wrapper li {
        margin-bottom: 60px;
    }
}

/* --- Swiper end-------------------------------*/

.modal-content {
    border-radius: 1rem;
}

.modal-headerS {
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}


/*---------------------------附加權益---------------------------------*/
.addBox {
    padding: 15px;
}

@media screen and (max-width: 576px) {
    .addBox {
        padding: 0 25px 10px;
    }
}

.addBox .iconPC {
    display: block;
    text-align: center;
    margin: auto;
}

.addBox h3 {
    color: #A065AA;
    font-size: 26px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.section-heading {
    /*float: left;*/
    width: 100%;
    clear: both;
}

.section-heading h2 {
    font-size: 40px;
    font-weight: 300;
    color: #444;
    position: relative;
    display: block;
    padding-bottom: 0px;
    line-height: 1.5;
    font-family: "微軟正黑體", Arial, sans-serif;
}

.section-heading h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    background: #009999;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
    display: none;
}

.section-heading h3 {
    font-size: 29px;
    color: #4dffdb;
    font-weight: 600;
    margin-top: 20px;
}

.section-heading h4 small {
    font-size: 20px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {
    .section-heading h2 {
        font-size: 30px;
    }

    .section-heading h3 {
        font-size: 24px !important;
        line-height: 34px;
    }
}

.headline h3 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 5px;
    color: #343434;
}

.headline p {
    font-size: 34px;
    line-height: 1.5em;
    color: #707070;
}

@media screen and (max-width: 768px) {
    .headline h3 {
        font-size: 36px !important;
    }

    .headline p {
        font-size: 24px;
        line-height: 1.5em;
        color: #707070;
    }
}



/*----------------彈出視窗-------------------*/

.modal-title {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.8em;
    letter-spacing: 5px;
    color: #40c2a9;
    letter-spacing: 2px;
}

.modal-content button:focus {
    outline: none;
}

.modal-dialog {
    /* max-width: 900px; */
    margin: 1.75rem auto;
}



@media screen and (max-width: 768px) {
    .modal-title {
        font-size: 22px;
        letter-spacing: 0px;
        font-weight: 600;
    }
}

.logo a {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: 200px;
    height: 120px;
    padding: 10px;
    box-shadow: 0px 5px 5px 0px rgb(132 128 128 / 30%);
    margin: 20px;
    background: #fff;
    display: inline-block;
}

.logo a:hover {
    transition: 0.5s;
    box-shadow: 0px 1px 30px 0px rgb(132 128 128 / 70%);
}

@media screen and (max-width: 576px) {
    .logo a {
        width: 120px;
        height: 75px;
        padding: 5px 0px 0px 0px;
        box-shadow: 0px 5px 5px 0px rgb(132 128 128 / 30%);
        margin: 10px 3px;
    }

}

/*----------------//彈出視窗-------------------*/

/* 分頁 */
.newNav {
    justify-content: center;
    margin-top: 30px;
}

.newNav.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: #414141;
    border: 0;
}

.newNav .nav-link {
    width: 170px;
    color: #414141;
    border: 0;
    font-weight: 600;
    border-radius: 30px;
    background-color: #F0F0F0;
}

.newTab .tab-pane {
    text-align: center;
    background-color: #fff;
    padding-top: 50px;
    /* padding-bottom: 35px; */
    border-radius: 20px;
}

.newTab img {
    margin: auto;
}

@media screen and (max-width: 576px) {
    .newNav .nav-link {
        margin-right: 0;
        margin-left: 0;
    }
}



.googleStyle {
    display: none;
    visibility: hidden
}




/* --- 精選優惠 PlusBox 樣式 --- */
.plusBox {
    max-width: 950px;
    margin: 40px auto;
    padding: 30px 20px;
    background-color: #ffffff;
    border: 2px solid #a088ca;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* 給標籤定位用 */
}

/* 標籤通用樣式 */
.plusBox::before {
    position: absolute;
    top: -1.7rem;
    left: 50%;
    /* 先移到中間 */
    transform: translateX(-50%);
    /* 完美的水平居中偏移 */
    background: #a088ca;
    color: #ffffff;
    padding: 2px 25px;
    font-size: 25px;
    font-weight: bold;
    border-radius: 50px;
    letter-spacing: 4px;
    text-align: center;
    text-indent: 4px;
}

/* 不同 class 顯示標題內容 */
.plusBox.travel::before {
    content: "旅遊優惠";
}

.plusBox.mart::before {
    content: "超商現折";
}

.plusBox.bonus::before {
    content: "自扣加碼";
}


.plusBox .pic {
    padding: 0px 35px;
}


.plusBox .ctn {
    padding: 20px 35px;
    flex: 1;
}


@media screen and (max-width: 992px) {
    .plusBox {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px 0px;
    }

    .plusBox::before {
        left: 50%;
        transform: translateX(-50%);
        /* 手機版標籤置中 */
    }

    .plusBox .pic,
    .plusBox .ctn {
        padding: 0px 35px;
    }

    .plusBox::before {
        padding: 4px 20px;
        font-size: 22px;
    }

}

/* --- sticky navbar -------------------------------*/

/* Navbar links */
#navbar {
    position: relative;
    background-color: #000;
}


#navbar .navbar {
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
    /* z-index: 5; */
    /* justify-content: space-between; */
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
}

#navbar a {
    display: flex;
    justify-content: center;

    margin-left: 10px;
    margin-right: 10px;
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    letter-spacing: 4px;

    position: relative;
    border-bottom: 2px dotted transparent;
    transition: 0.25s;
}

#navbar i {
    padding-top: 6px;
    padding-right: 5px;
    padding-left: 5px;
}

/* #navbar a:hover {
    transform: translateY(-3px);
} */


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
/* .sticky + .content {
    padding-top: 60px;
  } */
@media screen and (max-width: 991px) {
    #navbar a {
        font-size: 1rem;
        letter-spacing: 3px;
    }

    #navbar a::before {
        top: 10px;
        width: 40px;
    }

    #navbar a:hover:before {
        top: 10px;
    }

    #navbar .navbar {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    #navbar a {
        font-size: 14px;
        flex-wrap: wrap;
        align-items: center;
        /* padding-top: 0; */
        /* padding-left: 0; */
        line-height: 1.5;
        margin-left: 10px;
        margin-right: 10px;
        /* letter-spacing: 7px; */
    }

    /* #navbar a::before {
        top: 3px;
        left: 50%;
        opacity: 1;
        transform: translateX(-50%);
    }
    #navbar a:hover:before {
        top: 5px;
        left: 50%;
        transform: translateX(-50%);
    } */
    #navbar.sticky {
        margin-bottom: 0;
        background-color: rgba(255, 255, 255, 0.9);
        -webkit-box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1);
        box-shadow: 3px 0 3px rgba(0, 0, 0, 0.1);
        -webkit-animation: slideUp 1s;
        animation: slideUp 1s;
    }

    .sticky {
        top: auto;
        bottom: 0;
    }

    #navbar.sticky .dropdown-menu-here {
        top: -100px;
    }

    #navbar.sticky .dropdown-menu {
        box-shadow: 0;
        background-color: rgba(255, 255, 255, 1);
    }
}


#navbar .McardMainBtn {
    display: flex;
    width: 95%;
    justify-content: space-between;
}

#navbar .McardMainBtn a {
    margin-right: 0;
    margin-left: 0;
}

#navbar .applyBtnMain {
    margin-top: 10px;
    margin-bottom: 10px;
}

#navbar .applyBtnMain a {
    border: 2px solid #414141;
    border-radius: 25px;
    background-color: transparent;
    padding-right: 15px;
    padding-left: 15px;
}

#navbar .applyBtnMain a:hover {
    transform: none;
}

#navbar .applyBtnMain a.dropdown-item {
    border: 0px;
    padding-right: 13px;
    padding-left: 0;
    font-size: 16px;
    letter-spacing: 0;
}

.purchaseIcon {
    height: 85%;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-menu-here {
    right: 0;
    left: auto;
}

.moreBtm {
    height: 100%;
    display: inline-block;
    padding-top: 11px;
}

@media screen and (max-width: 991px) {
    #navbar .applyBtnMain {
        margin: 15px auto 15px;
    }

    #navbar .applyBtnMain a {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 16px;
    }

    .dropdown-menu-here {
        right: -15px;
        left: auto;
    }

    .moreBtm {
        padding-top: 7px;
    }
}

@media screen and (max-width: 768px) {
    #navbar .McardMainBtn {
        width: 90%;
    }

    .moreBtm {
        padding-top: 3px;
    }
}

@media screen and (max-width: 576px) {
    #navbar {
        margin-top: 0px;
    }

    #navbar .navbar {
        justify-content: center;
    }

    .purchaseIcon {
        height: auto;
    }
}



/* 人物動畫區塊 */
.pos_re {
    position: relative;
}

.person_01 {
    position: absolute;
    right: 40px;
    top: 950px;
}

@media screen and (max-width: 1670px) {
    .person_01 {
        right: -10px;
        top: 950px;
    }

    .person_01 img {
        width: 80%;
    }
}

/* @media screen and (max-width: 1400px){
    .person_01{
        right: 0px;
        top: 1050px;
    }
    .person_01 img{
        width: 70%;
    }
  } */
@media screen and (max-width: 1600px) {
    .person_01 {
        right: 0px;
        top: 1050px;
    }

    .person_01 img {
        width: 70%;
    }
}

@media screen and (max-width: 1400px) {
    .person_01 {
        right: -50px;
        /* top: 1100px; */
    }

    .person_01 img {
        display: none;
    }
}

/*--------國際組織優惠活動-----------------------*/
.specialsBox {
    border-left: 5px solid;
    background-color: #ffffff;
    border-color: #A065AA88;
    border-radius: 10px;
    padding: 25px 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 0 10px 0 rgba(0, 117, 60, .15);
    transition: .5s;
    height: calc(100% - 30px);
}

.specialsBox:hover {
    box-shadow: 0 10px 15px -5px rgba(0, 44, 23, .3);
    transform: translateY(-5px);
}

.specialsBox .specialsBox_img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin-bottom: 25px;
}

.specialsBox .specialsBox_img img {
    border-radius: 5px;
}

.specialsBox h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
}

.specialsBox p {
    font-size: 22px;
    margin-bottom: 0;
}

.specialsBox .red_tex_number {
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
}

@media screen and (max-width: 992px) {
    .specialsBox {
        justify-content: center;
    }

    .specialsBox .specialsBox_img {
        width: 80%;
    }

    .specialsBox h3 {
        font-size: 22px;
    }

    .specialsBox p {
        font-size: 18px;
    }

    .specialsBox .red_tex_number {
        font-size: 30px;
    }
}

/*--------//國際組織優惠活動-----------------------*/

/* 新戶限定 */
.newBox {
    display: flex;
}

.newBox .pane {
    text-align: center;
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 82px;
    padding-right: .5rem;
    padding-left: .5rem;
}

.newBox h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 3px;
    text-indent: 3px;
    background: #A065AA;
    width: 200px;
    padding: 5px;
    border-radius: 30px;
}

@media screen and (max-width: 991px) {
    .newBox {
        flex-wrap: wrap;
    }

    .newBox .pane {
        margin-bottom: 0px;
        border-radius: 30px;
    }

    .wmx300 {
        max-width: 200px;
    }
}


/* btn_立即申辦 */

/* --- 
無 行李箱 --- */

/* .btn_apply-card {
    font-weight: 600;
    font-size: 1rem;
    padding: 1rem .5rem;
    text-align: center;
    line-height: 1.2;
    border-top-left-radius: 5px;
    color: #ffffff;
    border: 1px solid #a065aa;
    border-right: 0;
    background: linear-gradient(140deg, #a065aa 0, #a065aa 80%);
    position: fixed;
    right: 0;
    bottom: 26.5rem;
    width: 2.6rem;
    cursor: pointer;
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .95;
    z-index: 10;
}

.btn_apply-card:hover {
    background: linear-gradient(140deg, #ffbdb3 0, #de8172 20%, #a065aa 80%);
    color: #ffffff;
    opacity: 1;
}

.btn_apply-card:focus {
    outline: none;
}   

.btn_apply-card {
    transform: translateY(184px);
}

@media screen and (max-width: 576px) {
        .btn_apply-card {
        transform: translateY(216px);
    }
} */











/* btn 首刷禮查詢 */
.btn_giftbtn {
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.2;
    border-bottom-left-radius: 20px;
    color: #ffffff;
    border: 1px solid #7a6094;
    border-right: 0;
    background: linear-gradient(140deg, #796791 0, #7f489d 80%);
    position: fixed;
    right: 0;
    bottom: 10.9rem;
    width: 2.6rem;
    width: 3rem;
    /* opacity: .95; */
    z-index: 10;
    transition: 1s;
}

.btn_giftbtn:hover {
    background: linear-gradient(140deg, #ffbdb3 0, #de8172 20%, #9e508a 80%);
    opacity: 1;
    transition: 1s;
}

.btn_giftbtn a {
    display: block;
    padding: 1rem .5rem;
}

@media screen and (max-width: 576px) {
    .btn_giftbtn {
        font-size: 1rem;
        bottom: 5rem;
        /* 5rem */
        width: 2.5rem;
    }
}

@media screen and (max-width: 768px) {
    .logo-store img {
        width: 23%;
    }
}


/* -- 20250312003 -- */
@media screen and (max-width: 768px) {
    .equityBox img {
        margin-top: 0px;
        margin-bottom: 0px;
    }
}


.btn_giftbtn {
    bottom: 112px;
    /* 5rem */
}

@media screen and (max-width: 576px) {
    .mainAct .list-group-item {
        /* flex: 1; */
    }
}

/* -- 20250313007 -- */
@media only screen and (max-width: 768px) {
    #footer {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 576px) {
    #footer {
        padding-bottom: 120px;
    }
}


@media screen and (max-width: 1200px) {
    .purchaseIcon {
        height: 50%;
    }
}

@media screen and (max-width: 576px) {
    .purchaseIcon {
        height: 35%;
    }
}


@media screen and (min-width: 992px) and (max-width: 1199px) {
    #navbar .McardMainBtn {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    #navbar .McardMainBtn {
        width: 100%;
    }
}

@media screen and (max-width: 576px) {
    #navbar .McardMainBtn {
        width: 80%;
    }
}


@media screen and (max-width: 768px) {
    #navbar a {
        font-size: 17px;
    }
}

@media screen and (max-width: 768px) {
    #navbar a {
        letter-spacing: 1px;
    }
}

/* -- 20250411004 -- */
.equityBoxNew {
    padding: 20px 50px;
    margin-bottom: 30px;
}

.bg_M {
    /* background-image:
        linear-gradient(0deg, #e4eff7, #FFF 70%); */
    /* margin-top: 15px; */
    padding-top: 20px;
}

@media screen and (max-width: 992px) {
    .bg_M {
        /* background-image: linear-gradient(0deg, #e4eff7, #FFF 90%); */
    }
}

@media screen and (min-width: 1400px) {
    .equityBox.box-h img {
        /* 萊爾富only */
        margin-bottom: 80px;
    }
}


/*  -- 20250505004 -- */
.equityBox img {
    margin-top: 0px;
    margin-bottom: 0px;
}

.equityBox h3 {
    margin-bottom: 0px;
}

.equityBox h4 {
    line-height: 24pt;
}

.smallSlash {
    font-size: 12px;
}

.equityBox h3.equityBoxOne {
    line-height: 10pt;
    font-size: 29px;
}

@media screen and (max-width: 992px) {
    .equityBox h3.equityBoxOne {
        font-size: 25px;
    }

}


@media screen and (max-width: 992px) {
    .btn-gif {
        font-size: 15px;
        margin: 3px;
        padding: 3px 10px;
    }
}

@media screen and (max-width: 768px) {
    .btn-gif {
        margin: 5px 10px;
        padding: 3px 10px;
    }
}

@media screen and (max-width: 767px) {
    .btn-gif {
        font-size: 17px;
    }
}



.logo-store {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
}

.logo-store img {
    width: calc((100% - 72px) / 7);
    /* 7張圖一排，72px是6個gap */
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .logo-store img {
        width: calc((100% - 36px) / 4);
    }
}

@media (max-width: 576px) {
    .logo-store {
        gap: 0px;
    }

    .logo-store img {
        width: calc((100%) / 4);
    }
}

.rewardNew {
    /* font-size: 180%; */
    padding-right: 0;
}

@media screen and (max-width: 1200px) {
    .rewardNew {
        /* font-size: 150%; */
        padding-right: 0;
    }
}

.rewardNewColor {
    color: #F43760;
}

.rewardNewColor_2 {
    /* color: #e33a1c; */
    font-size: 250%;
}

@media screen and (max-width: 480px) {
    .rewardNewColor_2 {
        font-size: 200%;
    }
}

/* -- Table_PC --*/

.mainArea .tableforNewDesignPlan_PC {
    display: block;
}

.mainArea .tableforNewDesignPlan_M {
    display: none;
}

.mainArea .tableforNewDesignPlan_PC th {
    padding: 2px 4px;
    /* font-size: 12px; */
    line-height: 1.8;
}

.mainArea .tableforNewDesignPlan_PC td {
    padding: 10px;
    /* font-size: 12px; */
    line-height: 1.4;
}

@media screen and (max-width: 768px) {
    .mainArea .tableforNewDesignPlan_PC th {
        line-height: 1.2;
        font-size: 16px;
    }

    .mainArea .tableforNewDesignPlan_PC td {
        padding: 10px;
        line-height: 1.2;
        font-size: 16px;
    }
}

/* -- Table_M --*/

@media screen and (max-width: 576px) {
    .mainArea .tableforNewDesignPlan_PC {
        display: none;
    }

    .mainArea .tableforNewDesignPlan_M {
        font-size: 12px;
        display: block;
    }

    .mainArea .tableforNewDesignPlan_M th {
        padding: 6px;
        font-size: 14px;
        line-height: 14pt;
    }

    .mainArea .tableforNewDesignPlan_M td {
        padding: 6px;
        font-size: 14px;
        line-height: 18pt;
    }


}

@media screen and (max-width: 375px) {
    .mainArea .tableforNewDesignPlan_M td {
        font-size: 12px;
    }
}


/* -- 最新活動 -- */
.MoviesAct {
    padding: 3em 0 3em;
    background-color: #ffefef;
    background-image: url(../images/bg_movies.png);
    background-size: cover;
}

@media screen and (max-width: 576px) {
    .MoviesAct {
        padding-top: 2em;
    }
}

.MoviesAct .box {
    display: flex;
    flex-direction: row;
}

.MoviesAct p {
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
}

.MoviesAct h1 {
    color: #a088ca;
    /* font-size: 36px; */
}

.MoviesAct h2 {
    color: #333333;
    font-size: 28pt;
    margin: 0 auto 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 5px;
    text-align: center;
    font-weight: 600;
}

.MoviesAct h4 {
    font-size: 14pt;
    text-align: center;
    line-height: 24pt;
    font-weight: bold;
    color: #434343;
    padding: 0 10px;
}

.MoviesAct .box-1 {
    padding: 0 0 0 50px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .MoviesAct .box {
        padding: 2rem 1rem;
        flex-direction: column;
        align-items: center
    }

    .MoviesAct .box-1 {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 992px) {
    .MoviesAct p {
        line-height: 1.2;
    }
}

.MoviesAct_CN {
    /* background: white; */
    border-radius: 30px;
    margin: 10px 0 40px;
}

.MoviesAct_Title_img {
    max-width: 280px;
}



@media screen and (max-width: 992px) {
    .MoviesAct .MovieNewh2 {
        margin-bottom: 0;
        max-width: none;
        letter-spacing: 0;
    }

    .MoviesAct .MovieNewh2_2 {
        margin-top: 15px;
        max-width: none;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 576px) {
    .MoviesAct .MovieNewh2 {
        font-size: 20pt;
        min-width: 150px;
    }

    .MoviesAct_Title_img {
        max-width: 220px;
    }
}



/* -- 最新活動 -- */
.NewAct {
    padding: 3em 0 .5em;
    background-color: #fbfaf3;
}

@media screen and (max-width: 576px) {
    .NewAct {
        padding: 2em 0 .5em;
    }
}

.NewAct .box {
    display: flex;
    flex-direction: row;
    /* padding: 5em 0; */
}

.NewAct p {
    padding-bottom: 0px;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.4;
}

.NewAct h4 {
    font-size: 14pt;
    text-align: center;
    line-height: 24pt;
    font-weight: bold;
    color: #434343;
    padding: 0 10px;
}

.NewAct .box-1 {
    padding: 0 0 0 50px;
    margin: auto;
}

.NewAct .box-2 {
    padding: 0 0 0 0px;
    margin: auto;
}

@media screen and (max-width: 768px) {
    .NewAct .box {
        padding: 2rem 1rem;
        flex-direction: column;
        align-items: center
    }

    .NewAct .box-1 {
        padding: 20px 10px;
    }

    .NewAct .box-2 {
        padding: 0px 10px;
    }
}

@media screen and (max-width: 992px) {
    .NewAct p {
        line-height: 1.2;
    }
}


/* -- 新戶限定 -- */
.GiftCardC {
    padding: 3em 0 3em;
    background-color: #fbfaf3;
}

.GiftCardC h4.STY {
    font-size: 1.8rem;
    text-align: center;
    line-height: 32pt;
    font-weight: bold;
    color: #434343;
    padding: 0 0px;
    color: #a065aa;
}

@media screen and (max-width: 1200px) {
    .GiftCardC h4.STY {
        /* font-size: 15pt; */
        text-align: left;
    }
}

@media screen and (max-width: 1200px) {
    .GiftCardC h4.STY {
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    .GiftCardC h4.STY {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 576px) {
    .GiftCardC {
        padding: 2em 0 2em;
    }

    .GiftCardC h4.STY {
        font-size: 14pt;
        line-height: 24pt;
    }
}

.GiftCardC h4 {
    line-height: 1.4;
}

.GiftCardC h5 {
    font-size: 16px;
}

.GiftCardC h5.newColor {
    color: #434343;
}


.activity-card img {
    max-height: 220px;
    object-fit: contain;
}

@media screen and (max-width: 1400px) {
    .activity-card img {
        max-height: 180px;
    }
}


@media screen and (max-width: 768px) {
    .activity-card img {
        height: 90%;
    }
}

.activity-card h3 {
    font-size: 2rem;
    margin: 10px 0;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
    .onlyHight {
        min-height: 218px;
    }
}

#cardEquityPlus {
    /* padding: 3em 0; */
}

#cardEquityPlus {
    background: #ffefef;
    background: #fbfaf3;
}





.btn-gif_new {
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 18px;
    padding: 0;
}

.btn-gif_apply {
    /* border: 1px solid #afafaf; */
    padding: 6px 12px;
    background-color: #a26bae;
    color: white;
    font-weight: bold;
}

.btn-apply {
    max-width: 200px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.specLineA {
    border-right: 1px solid #dadada;
}

.specLineB {
    border-right: 1px solid #dadada;
}

.specLineB1 {
    border-right: 0px solid #dadada;
}

@media screen and (max-width: 992px) {
    .specLineA {
        border-right: 1px solid #dadada;
    }

    .specLineA1 {
        border-bottom: 1px solid #dadada;
    }

    .specLineA2 {
        border-bottom: 0px solid #dadada;
    }

    .specLineB {
        border-right: 1px solid #dadada;
    }

    .specLineB1 {
        border-right: 0px solid #dadada;
    }

    .specLineB2 {
        border-right: 0px solid #dadada;
        border-bottom: 1px solid #dadada;
    }


}


@media screen and (max-width: 768px) {
    .specLineA1 {
        border-right: 0px solid #dadada;
        border-bottom: 1px solid #dadada;
    }

    .specLineB2 {
        border-bottom: 1px solid #dadada;
    }
}


@media screen and (max-width: 576px) {
    .specLineA {
        border-right: 0px solid #dadada;
    }

    .specLineE {
        border-bottom: 1px solid #dadada;
        display: block;
    }
}

.fontHeight {
    display: flex;
    align-items: center;
    justify-content: center;

}


/* 好友推薦 */
.giftBox {
    position: relative;
    max-width: 875px;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #f0f0ff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFF;
}

.giftBox h3 {
    display: block;
    color: #fff;
    background-color: #40c2a9;
    font-size: 1.4rem;
    font-weight: 800;
    text-align: center;
    padding: 3px 60px;
    margin-bottom: 15px;

    border-radius: 0;
}

.giftBox .pic {
    padding: 0 5px;
}

.giftBox .ctn {
    padding: 0px;
    text-align-last: left;
}

@media screen and (max-width: 992px) {
    .giftBox {
        flex-wrap: wrap;
    }

    .giftBox {
        max-width: 250px;
    }

    .giftBox .ctn {
        text-align: center;
        text-align-last: center;
    }
}

@media screen and (max-width: 768px) {
    .giftBox {
        max-width: 250px;
    }
}

.giftBoxLine {
    outline: 1px dashed #dbdbdb;
    /* max-width: 1px; */
    height: 250px;
    margin-right: 10px;
}

@media screen and (max-width: 992px) {
    .giftBoxLine {
        display: none;

    }
}



a.linkMark {
    color: #40c2a9;
    font-weight: bold;
}

a.linkMark2 {
    color: #4dffdb;
    font-weight: bold;
}



@media screen and (max-width: 992px) {
    h4.newGiftfont {
        /* margin-top: 40px; */
    }

}





.NewAct_Title_img {
    max-width: 280px;
}

@media screen and (max-width: 576px) {
    .NewAct_Title_img {
        max-width: 220px;
    }
}

.gift_logo {
    max-width: 135px;
}



.dollorsUnit {
    font-size: 20pt;
}

.NewBtn_S {
    min-width: 100px;
    display: inline-block;
    width: auto;
}

@media screen and (max-width: 480px) {
    .Alphabet {
        display: block;
    }
}

.iconMovies {
    transform: rotate(-10deg);
}

.New_MGM_CN {
    background: #ffffffcf;
    border-radius: 10px;
    padding: 20px 30px;
    /* margin-right: 10px; */
    border: 1px solid #b8b8b8;
    min-height: 490px;
    padding: 30px;
    /* box-shadow: 0 0 20px 0px #dfdfdf; */
}



@media screen and (max-width: 1200px) {
    .New_MGM_CN {
        min-height: 518px;
    }
}

@media screen and (max-width: 992px) {
    .New_MGM_CN {
        min-height: 516px;
    }
}

@media screen and (max-width: 768px) {
    .New_MGM_CN {
        margin-top: 20px;
        min-height: auto;
    }
}

.newFrindTitle {
    background-color: #fbfaf3;
}


.MGM_equityBox {
    text-align: center;
    padding: 8px 20px;
    /* border-bottom: 1px dashed rgb(226, 226, 226); */
    color: #036eb6;
    font-weight: bold;
    /* border-top: 1px dashed rgb(226, 226, 226); */
    font-size: 2rem;
    font-style: italic;
    border: 1px solid #036eb6;
    max-width: 240px;
    top: 0;
    bottom: 0;
    left: 0;
    RIGHT: 0;
    margin: 10px auto;
    border-radius: 50px;
    letter-spacing: 1px;
}



@media screen and (max-width: 992px) {
    .MGM_equityBox {
        padding-top: 5px;
        padding-bottom: 5px;
        /* font-size: 1.75rem; */
    }
}

.btn-gif-more-more {
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #414141;
    border-radius: 26px;
    /* margin: 5px 20px; */
    /* padding: 3px 20px; */
    margin: 5px 10px;
    padding: 3px 16px;
}

@media screen and (max-width: 576px) {
    .btn-gif.btn-gif-more {
        margin: 3px;
    }
}

#friendRecom h4 {
    line-height: 1.3;
    /* letter-spacing: 1px; */
    font-size: 1.5rem;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

@media screen and (max-width: 992px) {
    #friendRecom h4 {
        line-height: 1.4;
        letter-spacing: 0px;
    }
}

#friendRecom h5 {
    margin-bottom: 0px;
}

@media screen and (max-width: 992px) {
    #friendRecom h5 {}

}


.New_MGM_CN2 {
    background: #ffffffcf;
    border-radius: 10px;
    padding: 20px 30px;
    /* border: 1px solid #cccccc; */
    min-height: 245px;
    padding: 5px;
    position: relative;
    border-bottom: 1px solid #a9a9a9;
    padding-top: 10px;
}

@media screen and (max-width: 1200px) {
    .New_MGM_CN2 {
        /* min-height: 332px; */
    }
}

@media screen and (max-width: 992px) {
    .New_MGM_CN2 {
        min-height: auto;
        margin-left: 50px;
        margin-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .New_MGM_CN2 {
        margin-top: 0px;
        min-height: auto;
    }
}

@media screen and (max-width: 576px) {
    .New_MGM_CN2 {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.Qdate1 {
    position: absolute;
    width: 70px;
    top: 0px;
    left: -1%;
}

@media screen and (max-width: 1400px) {
    .Qdate1 {
        left: -7%;
    }
}

@media screen and (max-width: 1200px) {
    .Qdate1 {
        /* left: -15%; */
    }
}

@media screen and (max-width: 992px) {
    .Qdate1 {
        left: -6%;
        top: 0px;

    }
}

@media screen and (max-width: 768px) {
    .Qdate1 {
        width: 70px;
    }
}

@media screen and (max-width: 576px) {
    .Qdate1 {
        left: 6%;
        top: 2px;
        width: 60px;
    }
}

@media screen and (max-width: 480px) {
    .Qdate1 {
        left: 1%;
        top: 42px;
    }
}

.iconClock {
    transform: skewX(-10deg);
}

.Newbtn {
    padding: 3px 15px;
}

@media screen and (max-width: 1200px) {
    .Newbtn {
        font-size: 20px;
        padding: 3px 10px;
        line-height: 1.4;
    }
}

@media screen and (max-width: 992px) {
    .Newbtn {
        font-size: 17px;
        padding: 3px 16px;
        margin: 5px;
    }
}

@media screen and (max-width: 576px) {
    .Newbtn {
        font-size: 16px;
        padding: 3px 6px;
    }
}

@media screen and (max-width: 375px) {
    .Newbtn {
        font-size: 13px;
    }
}

.h4Newfont {
    font-size: 14pt;
    text-align: center;
    line-height: 24pt;
    font-weight: bold;
    color: #434343;
    padding: 0 10px;
    letter-spacing: 0;
}

.specialTop {
    padding: 10px 65px;
    /* border-bottom: 1px dashed #adadad; */
}

.h4ActToNotice {
    font-size: 1.3rem;
    line-height: 1.8;
}



.textMcolor {
    color: #40c2a9;
    padding-bottom: 20px;
}

.overlay-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    /* 半透明黑色 */
    z-index: 1;
    pointer-events: none;
    /* 不阻擋滑鼠事件 */
    /* background: rgb(142 72 130 / 50%); */
}


.header-overlay-wrapper {
    position: relative;
    display: inline-block;
    /* 或改成 block 根據排版需要 */
    padding: 1rem;
}

.header-overlay {
    background: rgba(0, 0, 0, 0.3);
    /* 黑色遮罩，透明度可調 */
    z-index: 0;
}

.header-overlay-wrapper h2 {
    position: relative;
    z-index: 1;
    color: white;
    /* 確保文字在深色遮罩上清楚可見 */
}

.mask-wrapper {
    position: relative;
    display: inline-block;
    /* 或改用 block 看實際需求 */
}

.mask-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    /* 半透明黑遮罩 */
    z-index: 1;
    pointer-events: none;
    /* 不影響下方點擊 */
}

.mask-wrapper h2 {
    position: relative;
    z-index: 2;
    /* 確保文字在遮罩上層 */
}




/* ////////////// 以下-- winnerlist.htm 使用 -- ////////////////////////// */

/* --- 主視覺 ---*/

.topimg-strategy {
    background-image: url(../images/img/top.jpg) !important;
}

@media screen and (max-width: 576px) {
    .topimg-strategy {
        background-image: url(../images/img/top_m.jpg) !important;
    }

}


.mainText2 h2 {
    /* position: absolute; */
    color: #FFFFFF;
    font-size: 23pt;
    background-color: #a3588f;
    width: 100%;
    line-height: 28pt;
    top: 0;
    right: 0;
    border-radius: 16px 16px 0px 0px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 15px 0;
}

@media screen and (max-width: 576px) {
    .mainText2 h2 {
        max-width: 100%;
        font-size: 23px;
        font-weight: bold;
        padding: 5px 0px;
    }

}

.reward-winner {
    /* color: #a3588f; */
    line-height: 2.5rem;
    text-align: justify;
    font-size: 1.5rem;

}


.table-container {
    width: fit-content;
    margin-bottom: 30px;
}

table.custom-table {
    border-collapse: collapse;
    font-family: "Microsoft JhengHei", sans-serif;
}

.custom-table th {
    background-color: #a3588f;
    color: white;
    padding: 8px 12px;
    border: 1px solid #ccc;
    font-weight: bold;
    font-size: 24px;
    line-height: 22pt;
}

@media screen and (max-width: 576px) {
    .custom-table th {
        font-size: 22px;
    }
}

.custom-table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    font-size: 22px;
    line-height: 30pt;
}

.table-title {
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0 5px;
}

.divider {
    border-top: 5px solid #ffeb00;
    margin: 10px 0;
    width: 100%;
}

.main-faq {
    padding: 0rem 0 1rem;
    margin-bottom: 80px;
}

#main-faq {
    background-color: #fff;
    font-size: 24px;
    /* border-radius: 50px; */
    border-top: 1px solid #b4569c;
    border-bottom: 1px solid #b4569c;
    color: #b4569c;
    margin-bottom: 20px;
    padding: 10px 20px;
    margin-top: 30px;
    font-weight: bold;
}

@media screen and (max-width: 576px) {
    #main-faq {
        margin-top: 10px;
    }
}

.faqbtn:hover,
.faqbtn:active,
.faqbtn:focus {
    background-color: rgb(255, 255, 255) !important;
    border-color: white;
    color: rgb(0, 0, 0) !important;
    border-top: 1px solid #000000 !important;
    border-bottom: 1px solid #000000 !important;

}

.card-header .collapsed.faqbtn::before {
    transform: rotate(-90deg);
    color: #04496c;

}

.card-header .faqbtn::before {
    display: none !important;
}

#noticeFonts {
    text-align: left;
}

.mainText2 h1.itemFont2 {
    font-size: 26pt;
}

@media screen and (max-width: 576px) {
    .mainText2 h1.itemFont2 {
        font-size: 24pt;
    }
}

/* 旅遊攻略 */
#footBg {
    background-image: url(../images/img-S/img_foot.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding-bottom: 800px;
    background-size: contain;
}

@media screen and (max-width: 2100px) {
    #footBg {
        background-image: url(../images/img-S/img_foot.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        padding-bottom: 600px;
        background-size: contain;
    }
}

@media screen and (max-width: 1600px) {
    #footBg {
        padding-bottom: 500px;
    }
}

@media screen and (max-width: 1400px) {
    #footBg {
        padding-bottom: 450px;
    }
}

@media screen and (max-width: 1200px) {
    #footBg {
        padding-bottom: 350px;
    }
}

@media screen and (max-width: 992px) {
    #footBg {
        padding-bottom: 300px;
    }
}

@media screen and (max-width: 768px) {
    #footBg {
        padding-bottom: 250px;
    }
}

@media screen and (max-width: 576px) {
    #footBg {
        background-image: url(../images/img-S/img_foot_m.png);
        background-attachment: local;
        /* background-size: cover;     */

    }
}



@media screen and (max-width: 576px) {
    #footBg {
        padding-bottom: 320px;
    }
}

@media screen and (max-width: 480px) {
    #footBg {
        padding-bottom: 250px;
    }
}

@media screen and (max-width: 375px) {
    #footBg {
        padding-bottom: 200px;
    }
}


.strategy h1 {
    color: #9568a2;
    font-size: 36pt;
    font-weight: bold;
    /* padding:  10px 5px; */
    text-align: center;
    margin-bottom: 0;
    margin-top: 10px;
}

.strategy h2 {
    color: #7352ac;
    font-size: 2.5rem;
    font-weight: bold;
    padding: 0px 5px;
    text-align: center;
}

.strategy h3 {
    padding: 10px 5px 0;
    letter-spacing: 1px;
}


.strategy h5 {
    padding: 0;
}


.card-header {
    background-color: rgb(255, 255, 255) !important;
}


.dot_icon {
    max-width: 60px;
}

@media screen and (max-width: 1400px) {
    .strategy h2 {
        font-size: 2.2rem;
    }
}


@media screen and (max-width: 768px) {
    .strategy h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 576px) {
    .strategy h1 {
        font-size: 27pt;
        margin-top: 35px;
        margin-bottom: 10px;
    }

    .strategy h2 {
        font-size: 19pt;
        letter-spacing: 0;
        padding-top: 5px;
        padding-bottom: 0;
    }

    .strategy h3 {
        font-size: 16pt;
        padding-top: 0;
        line-height: 24pt;
        letter-spacing: 0;
    }

    .strategy h4 {
        font-size: 12pt;
    }

    .dot_icon {
        max-width: 50px;
    }

}

@media screen and (max-width: 992px) {
    .icon_imgW {
        max-width: 40%;
    }
}

@media screen and (max-width: 576px) {
    .icon_imgW {
        max-width: 50%;
    }
}

.card .card-header:first-child {
    border-radius: 100px !important;
    width: 450px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 30px;
}

.card {
    border-radius: 30px !important;
    /* background-color: #f7f7f7; */
    box-shadow: 0px 4px 12px #c9c9c9 !important;
    background-color: #f5ebf5;
    margin-bottom: 50px;
}


@media screen and (max-width: 576px) {
    .card {
        margin-bottom: 20px;
    }

    .card .card-header:first-child {
        max-width: 300px;
        margin-top: 20px;

    }

}

@media screen and (max-width: 376px) {
    .card .card-header:first-child {
        max-width: 295px;
    }

}


.custom-border {
    border-bottom: 1px solid #c4c5db !important;
}


.new_Btn {
    color: #434343;
    font-size: 14pt;
    background-color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .new_Btn {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .new_Btn {
        font-size: 12pt;
    }
}

.specialBigfont {
    color: #af28a4;
}

.numberBigfont {
    font-size: 55pt;
}

@media screen and (max-width: 768px) {
    .numberBigfont {
        font-size: 30pt;
    }

}



.talkCtn {
    opacity: 0;
    position: relative;
    /* margin-right: 8px; */
    border-radius: 10px;
    transition-duration: .1s;
    transition: opacity .1s ease;
}

.talkCtn.show {
    opacity: 1;
    border: 2px solid #7e5044;
    padding: 5px;
    background-color: #fff;
    box-sizing: border-box;
}

.talkCtn.initShow {
    opacity: 1;
    border: 2px solid #7e5044;
    padding: 5px;
    background-color: #fff;
    box-sizing: border-box;
}

.talkCtn img {
    border-radius: 7px;
    /* transition-duration: 1s; */
}

.smarttalk:hover>.talkCtn {
    opacity: 1;
    border: 2px solid #7e5044;
    padding: 5px;
    box-sizing: border-box;
    background-color: #fff;
}



/*箭頭邊框*/
.talkCtn .arrowRout {
    width: 0px;
    height: 0px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #7e5044;
    position: absolute;
    top: 50%;
    right: -20px;
}

/*箭頭裡面*/
.talkCtn .arrowRin {
    width: 0px;
    height: 0px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 52%;
    right: -15px;
}


.addTime {
    position: absolute;
    left: -47px;
    top: -65px;
}

@media screen and (max-width: 992px) {
    .addTime {
        position: absolute;
        left: -85px;
        top: 28px;
        left: -111px;
        top: 54px;
        top: 94px;
    }
}

@media screen and (max-width: 768px) {
    .addTime {
        width: 120px;
    }
}

@media screen and (max-width: 480px) {
    .addTime {
        position: absolute;
        left: -65px;
        top: 16px;
        top: 43px;
        width: 100px;
    }
}

@media screen and (max-width: 375px) {
    .addTime {
        left: -27px;
        top: 37px;
        max-width: 89px;
    }
}

@media screen and (max-width: 375px) {
    .giftBox .pic {
        max-width: 190px;

    }
}

.auto-wrap {
    word-break: break-all;
    overflow-wrap: break-word;
}

#step1_3 .step1_3 {
    width: 160px;
    font-weight: bold;
}


@media (max-width: 576px) {
    #step1_3 table {
        display: block;
        width: 100%;
    }

    #step1_3 table tr {
        display: block;
        margin-bottom: 1rem;
    }

    #step1_3 table td {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .gift_A_resize {
        max-width: 180px;
    }
}

h1.newlimit {
    background-image: linear-gradient(135deg, #bf3f4b, #650bff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

}

.friendBoxforGift {
    box-shadow: 0px 0px 0px 0px #ffffff;
    padding-bottom: 0;
}


h1.newBoxTitle {
    font-size: 30pt;
}

@media (max-width: 576px) {
    h1.newBoxTitle {
        font-size: 25pt;
    }

}

.newBox.gift_center {
    text-align: center;
}







/**** 旅遊禮遇服務 main-rights ****/

.main-rights {
    padding: 4em 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-image: url(../images/bg_sky_02.jpg);
}

.rightBox {
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: transform 0.3s ease, background 0.3s ease;
}

.rightBox img {
    max-width: 100%;
    height: auto;
}

.rightBox:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.2);
}


@media (max-width: 768px) {
    .main-rights {
        padding: 3em 0;
    }

    .rightBox {
        border-radius: 10px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .col-md-5th {
        flex: 0 0 auto;
        width: 20%;
    }
}





/**** 尊寵好禮 main-gift ****/

.main-gift {
    padding: 4em 0;
    background: url(../images/bg_sky_03.jpg) left top / cover no-repeat fixed;
}

.gift-outer-wrapper {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255);
    border-radius: 20px;
    padding: 40px 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.giftBox {
    padding: 0px 30px 10px;
    background-color: rgba(255, 255, 255);
    border: none;
    border-radius: 25px;
    margin: 15px auto;
    transition: transform 0.3s ease;
}

.giftBox:hover {
    transform: translateY(-5px);
}

/* 文字樣式調整 */
.giftBox h4 {
    font-size: 1rem;
    line-height: 1.6;
    color: #333;
    font-weight: 500;
}



/* 響應式微調 */
@media (max-width: 991px) {
    .gift-outer-wrapper {
        padding: 20px 20px;
        border-radius: 20px;
    }

    .giftBox {
        max-width: 100%;
        padding: 0px 10px 10px;
    }

    .giftBox img {
        max-width: 80%;
    }

}





/**** 暢遊尊饗禮遇 main-benefits ****/

.main-benefits {
    padding: 4em 0;
    background: url(../images/bg_sky_01.jpg) left top / cover no-repeat fixed;
}

.benefit-collapse-item {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 1);
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

/**** 2. 標題文字與圖示 ****/
.benefit-header {
    cursor: pointer;
}

.benefits_title h3 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #4dffdb;
    margin-bottom: 5px;
}

.benefits_title h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
}

/* + 號圖示 */
.plus-icon {
    width: 40px;
    height: 40px;
    position: relative;
    flex-shrink: 0;
}

.plus-icon::before,
.plus-icon::after {
    content: "";
    position: absolute;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
    border-radius: 2px;
}

.plus-icon::before {
    width: 4px;
    height: 24px;
}

.plus-icon::after {
    width: 24px;
    height: 4px;
}

.benefit-header[aria-expanded="true"] .plus-icon::before {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(90deg);
}

/* 表格樣式 */
.table-responsive {
    border-radius: 0;
    overflow: visible;
    border: none;
}

.custom-benefit-table {
    margin-bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    border-collapse: collapse;
}


.custom-benefit-table thead th {
    background-color: #40c2a9;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border: none;
    box-shadow: none;
}

/* 內容格設定 (加大間距、徹底無線條) */
.custom-benefit-table tbody td {
    vertical-align: middle;
    text-align: center;
    border: none;
    border-top: 0;
    box-shadow: none;
}

/* 間隔背景色 (取代分隔線) */
.custom-benefit-table tbody tr:nth-of-type(even) {
    background-color: rgba(0, 0, 0, 0.03);
}

.contactInfo ul {
    list-style: none;
    padding: 0;
}

.contactInfo li {
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .benefit-collapse-item {
        padding: 15px;
    }

    .benefits_title h3 {
        font-size: 1.4rem;
    }

    .benefits_title h4 {
        font-size: 1.1rem;
    }

    .plus-icon {
        width: 25px;
        height: 25px;
    }

    .plus-icon::before {
        width: 3px;
        height: 18px;
    }

    .plus-icon::after {
        width: 18px;
        height: 3px;
    }

    .custom-benefit-table thead th {
        font-size: 15px;
    }

    .custom-benefit-table tbody td {
        padding: 0px 6px;
        font-size: 15px;
    }

    .contactInfo li {
        font-size: 14px;
    }


}

/**** 消費回饋 main-cardEquity ****/

.main-cardEquity {
    padding: 4em 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/bg_sky_02.jpg);
}



.equityBox {
    padding: 30px 40px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);

}

.equityBox1 {
    padding: 10px 5px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    margin: 0px 10px;
}

.equityBox h2 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
}

.equityBox h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0;
}



/* 頂部標題區塊控制 (斜切核心) */
.equity_thead_wrapper {
    background-color: #ffffff;
}

.equity_title_01 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #ffffff;
    background-color: #40c2a9;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    position: relative;
    z-index: 2;
    padding-right: 15% !important;
    /* 補償斜切消失的空間 */
}

.equity_title_02 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #4dffdb;
    background-color: rgba(255, 255, 255, 0.3);
    /* 斜切效果：左側被切入 */
    margin-left: -15%;
    /* 讓兩者重疊消除縫隙 */
    z-index: 1;
}

/* 內容列 (equityCard) 橫向分隔線 */
.equityCard_row {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.equityCard_row:last-child {
    border-bottom: none;
}




.equity_title h3 {
    font-size: 1.3rem;
    font-weight: 800;
    color: #4dffdb;
    margin-bottom: 0;
    text-align: center;
}

.equity_title h4 {
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: justify;
}

.equity_title h5 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}

/* 手機版微調 */
@media (max-width: 768px) {
    .equityBox {
        padding: 20px 10px 10px;
    }

    .equityBox h2 {
        font-size: 1.5rem;
    }

    .equityBox h3 {
        font-size: 1.2rem;
    }

    .equityBox h4 {
        font-size: 1rem;
    }

    .equity_title_01,
    .equity_title_02 {
        font-size: 0.9rem;
        clip-path: none;
        margin-left: 0;
        padding-right: 0 !important;
    }

    .equity_title h3 {
        font-size: 1rem;
    }

    .equity_title h4 {
        font-size: 0.8rem;
    }

    .equity_title h5 {
        font-size: 12px;
    }
}




/* 加碼標籤 */
.title_new {
    position: relative;
}

/* new標籤樣式 */
.title_new::after {
    content: '';
    background-image: url(../images/icon-new.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    width: 80px;
    height: 80px;
    top: -10px;
    left: -10px;
    z-index: 10;
}

@media screen and (max-width: 576px) {
    .title_new::after {
        width: 50px;
        height: 50px;
        top: -7px;
        left: -7px;
    }

}


/* 確保加碼標籤在格線內不會變形 */
.equity_sub {
    flex-shrink: 0;
}





/* -- 國內外中間線 -- */

@media (min-width: 768px) {
    .border-md-end {
        border-right: 1px solid rgba(255, 255, 255, 0.5) !important;
    }
}




/* -- 限定加碼 cardMTR -- */
.MTR {
    padding: 4em 0 3em;
}

.MTRBox {
    /* margin: 40px auto; */
    padding: 30px 20px;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 2px solid #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.MTRBox .box-1 {
    padding: 0;
    margin: auto;
    padding-left: 20px;
}


.MTRBox1 {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.MTRBox1:hover {
    transform: translateY(-8px);
}



/* --- 2. MTR 內部文字樣式 --- */

.MTR h3 {
    font-size: 1.8rem;
    color: #4dffdb;
    font-weight: 600;
    margin-top: 20px;
}

@media screen and (max-width: 992px) {
    .MTR h3 {
        font-size: 25px;
    }

}


.MTR_h4 {
    font-size: 1.8rem;
    color: #4dffdb;
    font-weight: 600;
}

.card_note {
    color: #fff;
    font-size: 15pt;
}

.MTR_h4_2part {
    font-size: 1.4rem;
    color: #e33fb7;
}

.MTR_h6 {
    text-align: justify;
    line-height: 1.8;
    color: #666;
    padding-bottom: 25px;
    font-size: 1.05rem;
}

.MTR_tel {
    display: inline-block;
    color: #666;
}

/* --- 3. 圖片調整 --- */
.picResize {
    width: 100%;
    max-width: 1200px;
    height: auto;
}

.picResize_New {
    border-radius: 30px;
    max-width: 450px;
}

/* --- 4. 響應式整理 --- */
@media screen and (max-width: 1400px) {
    .MTRBox .box-1 {
        padding-left: 10px;
    }

    .MTR_h4 {
        margin-bottom: 0;
    }

    .MTR_h6 {
        padding-bottom: 0;
        line-height: 1.6;
    }
}

@media screen and (max-width: 1200px) {
    .MTR_h6 {
        line-height: 1.4;
        font-size: 0.95rem;
        margin-top: 10px;
    }

    .MTR_h4_2part {
        font-size: 1.3rem;
        margin-bottom: 0;
    }

    .picResize_New {
        max-width: 350px;
    }
}

@media screen and (max-width: 992px) {
    .MTRBox {
        flex-direction: column;
        text-align: center;
        padding: 30px 7px 10px;
    }


    .MTRBox .box-1 {
        padding: 0;
    }

    .MTR_h4 {
        padding-top: 15px;
    }

    .MTR_h4_2part {
        margin-bottom: 10px;
    }

    .picResize_New {
        max-width: 300px;
        border-radius: 0;
    }
}

@media screen and (max-width: 576px) {
    .MTR_h4 {
        font-size: 22pt;
        line-height: 1.1;
    }

    .MTR_h4_2part {
        font-size: 1.1rem;
    }

    .card_note {
        font-size: 12pt;
    }
}






/**** 年費辦法 main-fee ****/

.main-fee {
    padding: 4em 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* 建議使用跟前面一致的星空背景，或是指定的 bg_sky_04 (如有) */
    background-image: url(../images/bg_sky_01.jpg);
}

/* 金額數字強調 */
.fee-item {
    color: #fff;
}

.fee-item .fs-2 {
    color: #4dffdb;
}

/* 折疊區塊的微調 */
#feeNotice {
    width: 100%;
}

.contactInfo ul li {
    position: relative;
    padding-left: 5px;
    margin-bottom: 8px;
    color: #fff;
}


/**** 好友推薦 main-friend****/

.main-friend {
    padding: 2em 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/bg_sky_01.jpg);
}

.equityBox .pic {
    padding: 0px 35px;
}



/**** 聯邦M系列 main-Series ****/

.cardSeries {
    padding: 4em 0;
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../images/bg_sky_02.jpg);
}



.SeriesBox {
    padding: 30px 0px 0px;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}



.SeriesBox h4 {
    font-size: 1.05rem;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.5;
}

.SeriesBox h5 {
    font-size: 16px;
    color: #c9caca;
    margin-bottom: 0;
}

/* 信用卡展示區 */
.cardSeries .card-visual-display {
    padding-bottom: 20px;
}

.cardSeries .credit-card-mockup {
    width: 100%;
    max-width: 220px;
    aspect-ratio: 1.58 / 1;
    margin: 0 auto 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    overflow: hidden;
}

.cardSeries .credit-card-mockup img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.cardSeries .card-name-label {
    font-weight: 800;
    font-size: 1.2rem;
    color: #fff;
    letter-spacing: 1px;
}



/* RWD 微調 */
@media (max-width: 991px) {
    .cardSeries .credit-card-mockup {
        max-width: 180px;
    }
}

@media (max-width: 768px) {
    .cardSeries {
        background-attachment: scroll;
        /* 手機端節省效能 */
    }

    .cardSeries .card-name-label {
        font-size: 1.1rem;
    }

    .cardSeries .credit-card-mockup {
        max-width: 160px;
    }

    .cardSeries .promo-card {
        padding: 20px 15px;
    }
}