@charset "utf-8";

/****************** 基本 ******************/

* {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, 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: #009999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:active,
a:focus,
a:visited {
    color: #006464;
    outline: none;
    text-decoration: none;
}

img,
object,
embed,
video {
    max-width: 100%;
}

.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: #183575;
    color: #fff;
    border: none !important;
    border: 2px solid transparent;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}



@media screen and (max-width: 576px) {
    .btn.btn-lg {
        padding-top: 10px;
        padding-right: 5px;
        padding-left: 5px;
        padding-bottom: 10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .btn.btn-lg {
        font-size: 14px;
        font-size: 16px;
    }
}


/*
--- 切換裝置顯示項目 ---*/

#line,
#line_m {
    text-align: center;
}

#line img,
#line_m img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

#line {
    display: block;
}

#line_m {
    display: none;
}

@media screen and (max-width: 576px) {
    #line {
        display: none;
    }

    #line_m {
        display: block;
    }
}


/****************** 導覽列 navbar ******************/

.navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}


/*
--- 聯邦LOGO navbar-brand ---*/

.navbar-brand {
    padding-right: 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 {
    color: rgba(0, 0, 0, .9);
}

.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-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 {
        margin-right: 0px;
        margin-left: 20px;
        width: 200px;
        height: 60px;
        /* 60 only*/
    }
}

@media screen and (max-width: 576px) {
    .navbar .navbar-brand {
        margin-right: 50px;
        margin-left: 15px;
    }
}


/****************** 輪播 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;
}

.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;
}


@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);
    }

}






/****************** 版面 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 ---*/

.mainArea {
    padding-top: 30px;
    padding-bottom: 60px;
}

.mainArea h1 {
    /* 活動主標 */
    color: #e37066;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.mainArea h2 {
    /* 活動副標 */
    color: #7f7f7f;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-top: 35px;
    margin-bottom: 20px;
}

/* 活動主標 */
.mainArea h2 {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
    color: #f7ad1a;
    font-size: 3rem;
    /* 56px */
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-weight: 900;
}

.mainArea h2 .titlepoint {
    /* 主標重點 */
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 600;
    font-style: italic;
    color: #FF5E62;
}

.mainArea h3.date {
    /* 活動起訖日+對象 */
    padding-top: 10px;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: 600;
}

.mainArea h4 {
    /* 活動敘述文 */
    color: #3b3b3b;
    text-align: left;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
}

.mainArea h5 {
    /* 內文區塊下方備註 */
    color: #2A2A2A;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    /* padding-left: 10px; */
    /* padding-right: 10px; */
    text-align: justify;
    padding-top: 10px;
}

.mainArea p {
    color: #000000;
    font-size: 18px;
    /* font-weight: bold; */
    text-align: center;
    margin-bottom: 10px;
    line-height: 40px;
}

.mainArea img {
    margin: 0px auto;
}

@media screen and (max-width: 1200px) {
    .mainArea h4 {
        /* padding-right: 50px; */
        /* padding-left: 50px; */
    }
}


@media screen and (max-width: 576px) {
    .mainArea {
        padding: 20px 0px;
        padding-bottom: 30px;
    }

    .mainArea h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .mainArea h2 {
        font-size: 2.3rem;
        margin: 0px;
        /* padding: 10px 0; */
    }

    .mainArea h3.date {
        /* 活動起訖日+對象 */
        font-size: 1.2rem;
        margin-bottom: 0;
        /* text-align: center; */
    }

    .mainArea h4 {
        /* 活動敘述文 */
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px;

    }

    .mainArea p {
        color: #000000;
        font-size: 15px;
        text-align: center;
        margin-bottom: 5px;
        line-height: 30px;
    }
}

.Area_01 h4 {
    /* color: #fff; */
    padding: 0;
    font-weight: 900;
    line-height: 2;
}

@media screen and (max-width: 992px) {
    .Area_01 h4 {
        padding-bottom: 15px;
        line-height: 1.6;
    }
}


.Area_01 h5 {
    /* color: #dae6ff; */
    padding-bottom: 30px;
}

@media screen and (max-width: 576px) {
    .Area_01 h5 {
        padding-bottom: 0px;
        font-size: 14px;
    }
}



/*
--- 活動內文區塊 mainText ---*/

.reward {
    color: #cf3934;
    padding: 2px;
    font-weight: 600;
}

.rewardOrange {
    color: #f98a1d;
    padding: 2px;
    font-weight: 600;
}


/*
--- 備註文字 ---*/

.memoTable {
    font-size: 15px;
    margin-top: 30px;
}

.memoTable td {
    vertical-align: top;
}


/*
--- 活動表格 ---*/

.mainArea .table thead th {
    height: 30px;
    border-bottom: 1px;
}

.mainArea .table th {
    background-color: #f7ad1a;
    color: #FFF;
}

.mainArea .table td {
    background-color: #fff;
}

.mainArea .table-bordered th,
.mainArea .table-bordered td {
    padding: 10px;
    border: 1.9px solid #ffbb33;
    vertical-align: middle;
    font-weight: 800;
    font-size: 21px;
    line-height: 1.4;
}


.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,
    .mainArea .table-bordered th {
        font-size: 17px;
        padding: 8px;
        line-height: 1.2;
    }

    .mainArea .table-bordered {
        line-height: 1.5;
        margin-bottom: 5px;
    }

    .mainArea .table th,
    .mainArea .table td {
        white-space: normal;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .mainArea .table {
        width: 100%;
        /* 保持表格不超出螢幕 */
        table-layout: fixed;
        /* 單元格寬度自動分配 */
    }
}






/*
--- 版權宣告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;
    }
}


/* animate */

.js .to-animate,
.js .to-animate-2,
.js .single-animate .js .animate-single {
    opacity: 0;
}

.js .animate-box {
    opacity: 0;
}


.bgColor {
    background-color: #FFEFCC;
}


.redText {
    color: #ff0000;
}

.wordBerakAll {
    word-break: break-all;
}

/*-------注意事項彈出視窗--------------------*/
/* .noticeModa要區隔各信用卡發卡機構掛失服務資訊彙整表 */
.noticeModal .modal-title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 3px;
    color: #009999;
    padding: 0;
    /* color: #f7ad1a; */
}

.noticeModal .modal-content {
    border-radius: 1rem;
}

.noticeModal .modal-content button:focus {
    outline: none;
}

.noticeModal .modal-dialog {
    max-width: 960px;
    margin: 1.75rem auto;
}

.noticeModal .modal-header .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.8rem 1.3rem;
    margin: 0rem 0rem -1rem auto;
    background: transparent url(../images/close.png) center/2.5em auto no-repeat;
}

.noticeModal .modal-footer {
    padding: 0;
}

@media screen and (max-width: 768px) {

    .noticeModal .modal-title {
        font-size: 22px;
        letter-spacing: 0px;
        font-weight: 600;
    }
}

/*-------//注意事項彈出視窗--------------------*/

/*----------------------- 分頁 ----------------------*/
.nav {
    justify-content: center;
}

.nav-item {
    margin-right: 5px;
    margin-left: 5px;
}

.nav-tabs {
    border-bottom: 0;
}

.nav-tabs .nav-link {
    border: 2px solid #fff;
    border-radius: 20px;
    color: #009999;
    background-color: #f0f0f0;
    font-weight: 600;
    font-size: 20px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #009999;
    border-color: #fff;
}

@media screen and (max-width: 576px) {
    .nav-item {
        margin-right: 1px;
        margin-left: 1px;
    }

    .nav-tabs .nav-link {
        font-size: 18px;
    }
}




.reward1 {
    color: #cf3934;
    padding: 2px;
    font-weight: 600;
    font-size: 110%;
}

.reward2 {
    color: #ff1d45;
    padding: 2px;
    font-weight: 600;
    font-size: 110%;
}

.redonly {
    color: rgb(255, 174, 194);
}


.bgColor {
    background-color: rgba(46, 99, 139, 0.074);
    /* background-color: #f0f9ff; */
}



.cashback-section {
    background: #f5f5f5;
}



.cashback-card {
    border-radius: 12px;
    border: 1px solid #ddd;
    box-shadow: none;
}

.cashback-card .card-body {
    padding: 24px 20px;
}

.percent {
    font-size: 48px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 12px;
}

.green {
    color: #21b573;
}

.orange {
    color: #d28a22;
}

.blue {
    color: #2d74d6;
}

.card-title {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

.plus {
    font-size: 30px;
    color: #777;
    font-weight: 700;
}

.strategy-content {
    font-size: 18px;
    line-height: 1.8;
}

.strategy-content p {
    margin-bottom: 20px;
}

.strategy-content strong {
    font-size: 24px;
}

@media (max-width: 767.98px) {

    .cashback-card {
        margin-bottom: 12px;
    }

    .percent {
        font-size: 40px;
    }

    .strategy-content {
        font-size: 16px;
    }

    .strategy-content strong {
        font-size: 20px;
    }
}




/* departure board */
:root {
    --navy: #ffffff;
    --navy-deep: #264483;
    --coral: #FF5A3C;
    --coral-dark: #D63E22;
    --sand: #FFF7EE;
    --gold: #FFC24B;
    --teal: #1FA98C;
    --teal-deep: #0E6B57;
    --ink: #2B2B33;
    --muted: #6E6E78;
    --radius: 16px;
}


/* Area_01 */
.Area_01 {
    background: var(--navy);
    color: #fff;
    padding: 56px 0 60px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 576px) {
    .Area_01 {
        padding: 20px 0 20px;
    }
}

/* .Area_01::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 90px;
    background: var(--sand);
    clip-path: ellipse(75% 100% at 50% 100%);
} */

@media screen and (max-width: 576px) {
    .Area_01::after {
        height: 50px;
    }
}

.Area_01 .period {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    /* margin: 22px 0 26px; */
    font-size: 20px;
    /* color: #c9d4ea; */
}

.board {
    margin: 0px auto 0;
    max-width: 760px;
    background: var(--navy-deep);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: var(--radius);
    padding: 18px 20px;
    text-align: left;
}

.board-hd {
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    letter-spacing: 3px;
    color: #8FA0C2;
    border-bottom: 1px dashed rgba(255, 255, 255, .18);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.board ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 16px;
}

.board li {
    /* display: flex;
    align-items: baseline;
    justify-content: space-between; */
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 7px 4px;
}

.board li .code {
    font-size: 13px;
    color: var(--gold);
    letter-spacing: 2px;
    font-weight: 400;
}

@media(max-width:560px) {
    .board ul {
        grid-template-columns: repeat(2, 1fr);
    }
}


/* Area_02 */
/* ===== 回饋攻略 ===== */

.strategy-panel {
    /* background: #F1EEE7; */
    /* border-radius: 20px; */
    padding: 0px 28px;
}

.strategy-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    max-width: 860px;
    margin: 0 auto;
}

.strategy-plus {
    font-size: 50px;
    font-weight: 700;
    color: var(--muted);
    flex: 0 0 auto;
    color: #739dff;
}

.strategy-card {
    flex: 1 1 0;
    /* background: #ffffff; */
    border-radius: 14px;
    padding: 0px 18px 0px;
    text-align: center;
    /* border: 5px solid rgba(255, 255, 255, 1); */
}

@media screen and (max-width: 576px) {
    .strategy-card {
        padding: 0px;
    }
}

.strategy-card .pctnum {
    font-family: 'Archivo Black', 'Noto Sans TC', sans-serif;
    /* font-size: 100px; */
    line-height: 1;
    margin-bottom: 14px;
    font-weight: bold;
    position: relative;
}

.strategy-card.c1 .pctnum {
    color: #7d70a4;
}

.strategy-card.c2 .pctnum {
    color: #7d70a4;
}

.strategy-card.c3 .pctnum {
    color: #7d70a4;
}

.strategy-card .label {
    /* font-size: 14px; */
    font-weight: 700;
    /* color: var(--navy); */
    line-height: 1.6;
    min-height: 44px;
    color: #000;
}

.strategy-card .detail-btn {
    display: inline-block;
    margin-top: 14px;
    font-size: 14px;
    font-weight: 700;
    color: var(--muted);
    background: none;
    border: 1px solid rgba(27, 42, 74, .18);
    border-radius: 999px;
    padding: 4px 25px;
    cursor: pointer;
    text-decoration: none;
}

.strategy-card .detail-btn:hover {
    border-color: var(--coral);
    color: var(--coral);
}

@media screen and (max-width: 768px) {
    .strategy-card .detail-btn {
        margin-top: 0px;
    }
}

.strategy-card .detail-tc {
    display: none;
    font-size: 12px;
    color: var(--muted);
    background: var(--sand);
    border-radius: 8px;
    padding: 8px 10px;
    margin-top: 10px;
    line-height: 1.7;
    text-align: left;
}

.strategy-card .detail-tc.open {
    display: block;
}

/* 手機版 */

@media (max-width: 768px) {
    .strategy-row {
        flex-direction: column;
        gap: 10px;
    }

    .strategy-card {
        width: 100%;
    }
}


/* quick nav buttons */
.quicknav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.qbtn {
    flex: 0 1 auto;
    /* background: transparent; */
    /* border: 1px solid rgba(255, 255, 255, .35); */
    /* color: #fff; */
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 999px;
    text-decoration: none;
    letter-spacing: 1px;
    /* transition: background .15s, border-color .15s; */
}

.qbtn:focus,
.qbtn:hover,
.qbtn:active,
.qbtn:visited {
    /* background: rgba(255, 255, 255, .1); */
    border-color: #fff;
    color: #FFF;
}

@media screen and (max-width: 576px) {
    .quicknav {
        gap: 5px;
    }

    .qbtn {
        font-size: 14px;
        padding: 8px 16px;
    }
}


.Area_02 {
    background-color: var(--sand);
    padding-top: 0;
    padding: 60px 0;
}

@media screen and (max-width: 576px) {
    .Area_02 {
        padding: 30px 0;
    }
}

.Area_02 h2 {
    color: #183575;
    /* padding-bottom: 0; */
}

@media screen and (max-width: 576px) {
    .Area_02 h2 {
        color: #183575;
        /* padding-bottom: 0; */
        font-size: 1.8rem;
    }
}

.Area_02 h4.sec-eyebrow {
    display: block;
    text-align: center;
    font-size: 28px;
    letter-spacing: 5px;
    /* color: var(--coral); */
    font-weight: 700;
    /* margin-bottom: 8px; */
    font-family: "Noto Sans TC", sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}



/* .Area_03 */
.Area_03 {
    background-color: var(--sand);
    padding-top: 0;
    background-color: white;
    padding: 60px 0;
}

@media screen and (max-width: 576px) {
    .Area_03 {

        padding: 30px 0;
    }
}

.Area_03 h2 {
    color: #183575;
}

@media screen and (max-width: 576px) {
    .Area_03 h2 {
        font-size: 1.8rem;
    }
}

.Area_03 h4.sec-eyebrow {
    display: block;
    text-align: center;
    font-size: 28px;
    letter-spacing: 5px;
    /* color: var(--coral); */
    font-weight: 700;
    /* margin-bottom: 8px; */
    font-family: "Noto Sans TC", sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* cards */
.cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

@media(max-width:992px) {
    .cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 576px) {
    .cards {
        grid-template-columns: repeat(1, 1fr);
    }
}

.card {
    background: #fff;
    border-radius: var(--radius);
    padding: 10px;
    text-align: center;
    border: 1px solid rgb(27 42 74 / 52%);
    transition: 0.5s;
}

.card:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.5))
}

.card .face {
    /* height: 88px; */
    border-radius: 10px;
    margin-bottom: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 900;
    font-size: 15px;
    letter-spacing: 2px;
}

.card h3 {
    font-size: 16px;
    font-weight: 700;
    /* color: var(--navy); */
    margin-bottom: 8px;
    font-size: 22px;
    font-weight: 800;
    margin-top: 10px;
    color: #000;
}

.card .benefits {
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
    padding: 0;
}

.card .benefits li {
    font-size: 16px;
    color: var(--muted);
    padding: 4px 0 4px 14px;
    position: relative;
    line-height: 1.6;
    /* list-style-type: none; */
    padding: 0;
    color: #212529;
}

@media screen and (max-width: 1200px) {
    .card .benefits li {
        font-size: 14.5px;
    }
}

@media screen and (max-width: 992px) {
    .card .benefits li {
        font-size: 16px;
    }

}

/* .card .benefits li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 11px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background: var(--coral);
    } */

.card .benefits li b {
    color: var(--ink);
    font-weight: 700;
}

.card a {
    font-size: 13px;
    color: var(--coral);
    text-decoration: none;
    font-weight: 700;
}



/* Area_04 */

.Area_04 {
    background-color: var(--sand);
    padding: 60px 0;
}

.Area_04 h2 {
    color: #183575;
    margin-top: 0;
    /* padding-top: 35px; */
}

@media screen and (max-width: 576px) {
    .Area_04 {
        padding-bottom: 50px;
    }

    .Area_04 h2 {
        padding-top: 15px;
        padding: 15px 30px;
    }
}

.Area_04 h4.sec-eyebrow {
    display: block;
    text-align: center;
    font-size: 28px;
    letter-spacing: 5px;
    /* color: var(--coral); */
    font-weight: 700;
    /* margin-bottom: 8px; */
    font-family: "Noto Sans TC", sans-serif;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* travel offers */
.offers {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 820px;
    margin: 0 auto;
}

@media(max-width:680px) {
    .offers {
        grid-template-columns: 1fr;
    }
}

.offer {
    display: flex;
    gap: 16px;
    align-items: center;
    background: #fff;
    border-radius: var(--radius);
    padding: 20px 22px;
    border: 1px solid rgba(27, 42, 74, .07);
    text-decoration: none;
    transition: transform .15s, box-shadow .15s;
}

.offer:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 24px rgba(27, 42, 74, .1);
}

.offer .em {
    font-size: 50px;
}

.offer h3 {
    font-size: 16px;
    font-weight: 700;
    color: var(--navy);
}

.offer p {
    font-size: 14px;
    color: var(--muted);
}

.offer p b {
    color: var(--coral);
    font-size: 17px;
}

.offers-note {
    text-align: center;
    font-size: 12.5px;
    color: var(--muted);
    margin-top: 14px;
}



.country-list {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    /* border:1px solid #e9edf5; */
    border-radius: 6px;
    overflow: hidden;
    padding-bottom: 20px;
}

.country-item {
    /* flex:1;                     */
    /* 每個平均寬度 */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 30px;
    color: #24344d;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    border-right: 1px solid #e5e7eb;
    transition: .25s;
    line-height: 1.2;
}

.country-item:last-child {
    border-right: none;
}

.country-item img {
    width: 45px;
    /* height: 20px; */
    object-fit: cover;
}

.country-item:hover {
    background: #f7f9fc;
    color: #1d3f78;
}



@media (max-width:767px) {

    .country-list {
        flex-wrap: wrap;
    }

    .country-item {
        flex: 0 0 50%;
        justify-content: flex-start;
        padding: 14px 18px;
        border-bottom: 1px solid #e5e7eb;
    }

    .country-item:nth-child(even) {
        border-right: none;
    }

    .country-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .country-item span {
        text-align: left;
    }
}



.newSizes {
    font-size: 60%;
}

.leaveModal.modal.leaveModalnew {
    padding-top: 300px;
}


/* -------出遊神邦手 框線-------/ */
.storeBox {
    background-color: #fff;
    border: 1px solid #24587f;
    border-radius: 15px;
    padding: 10px 15px;
    text-align: center;
    margin: 0 auto 20px;
    cursor: pointer;
    transition: 0.5s;
    height: 100%;
    /* border: 1px solid #c7a260; */
    padding: 10px 10px 0;
    border: 1px solid #014fb1;
}

.storeBox:hover {
    transform: translateY(-5px);
    box-shadow: 0px 2px 10px #24587f;
}

.storeBox h4 {
    text-align: center;
}


/* Area_1 */
.section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0;
}

@media screen and (max-width: 576px) {
    .section-title {
        margin: 0px 0;
    }
}

.section-title::before,
.section-title::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #d8dde8;
}

.section-title h4 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 20px;
    color: #234b8f;
    font-size: 30px;
    font-weight: 700;
}

.section-title i {
    font-size: 22px;
}

.section-title::before,
.section-title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #d8dde8;
    flex: none;
}

.section-title h4 {
    margin: 0 24px;
}



/* =========================
   Board
========================= */
.board_Outline {
    border: 1px solid #adb1c7;
    border-radius: 10px;
    padding: 30px 50px;
    background: url("../images/bg.png") no-repeat center bottom;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.board-content h4 {
    font-size: 24px;
    /* font-weight:700; */
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
}

.board-content p {
    margin-bottom: 18px;
    /* color:#555; */
    line-height: 1.8;
}

.limit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 30px;
    background: #edf4ff;
    color: #4b6fa8;
    font-size: 14px;
    font-weight: 600;
}

.bonus-percent {
    display: flex;
    /* justify-content: flex-end; */
    align-items: flex-end;
    gap: 6px;
    height: 100%;
    position: relative;
}

.plane {
    position: absolute;
    right: 5px;
    top: -15px;
    color: #5c81bc;
    font-size: 22px;
}

.word {
    font-size: 34px;
    font-weight: 700;
    color: #1d4f9b;
    line-height: 1;
}

.num {
    font-size: 88px;
    font-weight: 800;
    line-height: .9;
    color: #1d4f9b;
    font-family: 'Archivo Black', 'Noto Sans TC', sans-serif;
}

.num {
    font-size: 88px;
    font-weight: 800;
    line-height: 1;

    background: linear-gradient(0deg, #2f6fff 0%, #1e3fae 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    /* display: inline-flex; */
    /* align-items: flex-start; */
}

/* % 做成比較小、但同色系 */
.num span {
    /* font-size: 22px; */
    font-weight: 800;

    margin-left: 2px;

    background: inherit;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.numbig {
    font-size: 230%;
}

@media screen and (max-width: 992px) {
    .board_Outline {
        background-size: contain;
    }

    .board-content h4 {
        font-size: 20px;
    }
}

/* =========================
   Mobile
========================= */
@media screen and (max-width:768px) {

    .board_Outline {
        padding: 15px;
        /* border:none; */
    }

    .board-content {
        text-align: center;
    }

    .board-content h4 {
        font-size: 16px;
    }

    .limit {
        justify-content: center;
        font-size: 13px;
    }

    .bonus-percent {
        justify-content: center;
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .plane {
        /* position: static; */
        /* margin-right: 5px; */

        transform: rotate(-35deg);
        transform-origin: center;
    }

    .word {
        /* font-size: 22px; */
    }

    .num {
        /* font-size: 60px; */
    }
}


@media screen and (max-width: 767px) {
    .img3percent {
        display: block;
        width: 300px;
    }

}


.Area_02_line {
    height: 2px;
    width: 100%;
    background: linear-gradient(to right,
            transparent,
            #cfd8ff,
            #2f6bff,
            #cfd8ff,
            transparent);
    border-radius: 999px;
    margin-bottom: 10px;
}


.Area_02_star {
    position: absolute;
    right: 36px;
    top: -30px;
    width: 18px;
}

/* .p_bgcolor{
    padding: 10px 15px;
    background-color: #e4f0ff;
    border-radius: 1000px;
} */

@media screen and (max-width: 576px) {
    .starSizes {
        width: 20px;
    }

}