@charset "utf-8";

/****************** 基本 ******************/
* {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva, sans-serif;
    /* letter-spacing: normal; */
    max-width: none;
    /* border: 1px solid red; */
}

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;*/
}

.text-center {
    margin-bottom: 10px;
}


@media screen and (max-width: 1400px) {
    body {
        padding-top: 60px;
    }
}

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;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #b7874e;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none !important;
    /* border: 1px solid #b7874e; */
}

a:hover,
a:active,
a:focus,
a:visited {
    /* color: #006464; */
    color: #784c25;
    outline: none;
    text-decoration: none;
    /*background-color: #b7874e7d;  #b7874e; */
}

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: #009999;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    display: inline-block;
    margin-top: 5px;
}

@media screen and (max-width: 576px) {
    .btn.btn-lg {
        padding-top: 10px;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 10px;
        font-size: 16px;
    }
}

/*
--- 切換裝置顯示項目 ---*/
#line {
    display: block;
}

#line_m {
    display: none;
}

#p26 {
    display: block;
    margin-top: 25px;
}

#p26_m {
    display: none;
}

@media screen and (max-width: 576px) {
    #line {
        display: none;
    }

    #line_m {
        display: block;
    }

    #p26 {
        display: none;
    }

    #p26_m {
        display: block;
    }
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/****************** 導覽列 navbar ******************/
.navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
    border-top: 1px solid #e8e8e8;
}

.navbar-header {}

/*
--- 聯邦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;
}

@media screen and (max-width: 1200px) {
    .navbar .navbar-brand {
        width: 180px;
        height: 60px;
        margin-left: 10px;
    }
}

.navbar-header .navbar-brand img {
    width: 90%;
}

.navbar-light .navbar-toggler {
    border: none;
}

@media screen and (max-width: 768px) {
    .navbar-light .navbar-toggler {
        /* display: 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: #009999;
    margin-left: 15px;
    margin-top: 10px;
}

@media screen and (max-width: 992px) {
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        margin-left: 2px;
        margin-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    .navbar-light .navbar-nav .nav-link {
        padding-left: 20px;
    }
}

.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;
}



/****************** 輪播 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;
}

/*
--- 主視覺 ---*/
.topimg1 {
    background-image: url(../images/top.jpg) !important;
}

.topimg2 {
    background-image: url(../images/top_2.jpg) !important;
}

.topimg3 {
    background-image: url(../images/top_3.jpg) !important;
}

@media screen and (max-width: 576px) {
    .topimg1 {
        background-image: url(../images/top_m.jpg) !important;
    }

    .topimg2 {
        background-image: url(../images/top_2m.jpg) !important;
    }

    .topimg3 {
        background-image: url(../images/top_3m.jpg) !important;
    }
}

/****************** 版面 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: 0px;
    padding-bottom: 0px;
}

.mainArea p {
    color: #666;
    font-size: 12pt;
    text-align: center;
    margin-bottom: 0px;
}

.mainArea img {
    margin: 0px auto;
}

@media screen and (max-width: 576px) {
    .mainArea {
        padding-top: 10px;
        /* padding-bottom: 30px; */
    }
}

.mainArea h1 {
    font-size: 32pt;
    font-weight: bold;
    color: #333;
    letter-spacing: 5px;
}

@media screen and (max-width: 576px) {
    .mainArea h1 {
        font-size: 22pt;
        letter-spacing: 2px;
        margin-bottom: 0;
    }
}

/* --------
h2 */
.mainArea h2 {
    /* 活動主標 */
    color: #ffffff;
    font-size: 24pt;
    font-weight: bold;
    /* background-color: #bc001b; */
    background: linear-gradient(180deg, #FF0000, #bc001b);
    border-radius: 50px;
    /* border: 1px solid #FF8600; */
    max-width: 280px;
    margin: 0 auto 10px;
    /* margin-right: auto; */
    /* margin-left: auto; */
    margin-bottom: 30px;
    /* line-height: 28pt; */
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 5px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    .mainArea h2 {
        max-width: 220px;
        /* 活動主標 */
        margin-bottom: 10px;
    }
}

.mainArea h2::before {
    content: url(../images/coin.png);
    display: inline-block;
    z-index: 1;
    padding-right: 48px;
    padding-bottom: 1px;
}

.mainArea h2::after {
    content: url(../images/coin.png);
    display: inline-block;
    z-index: 1;
    padding-left: 48px;
    padding-bottom: 1px;
}

@media screen and (max-width: 768px) {
    .mainArea h2::before {
        padding-right: 18px;
    }

    .mainArea h2::after {
        padding-left: 18px;
    }
}

@media screen and (max-width: 576px) {
    .mainArea h2::before {
        content: url(../images/coina.png);
        padding-right: 28px;

    }

    .mainArea h2::after {
        content: url(../images/coina.png);
        padding-left: 28px;

    }
}

/* .mainArea h2.title,
.mainArea h2.titleM {
    color: #009999;
    font-weight: 600;
    max-width: none;
    background: none;
    border: none;
    text-align: center;
    line-height: 32pt;
}
.mainArea h2.title {
    display: block;
} */
.mainArea h2 small {
    color: #333333;
}

/* --------
h3 */
.mainArea h3 {
    font-size: 1.6rem;
    line-height: 36pt;
    text-align: center;
}

.mainArea h3.newstyle {
    font-weight: bold;
    color: #2E2E2E;
    /* letter-spacing: 1px; */
}

@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; */
    color: #b7874e;
    /* font-weight: bold; */
    margin-top: 20px;
    font-size: 1.4rem;
}

@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;
        font-size: 1rem;
    }
}



/* --------
h4 */
.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;
}

.mainArea h4.newstyle {
    color: #333;
    font-weight: bold;
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 32pt;
}

@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; */
    }

    .mainArea h4.newstyle {
        font-size: 15pt;
        line-height: 24pt;
    }
}

.mainArea h4.newstyleE {
    font-weight: bold;
    color: #333;
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 32pt;
}

@media screen and (max-width: 576px) {
    .mainArea h4.newstyleE {
        line-height: 20pt;
    }
}


/* --------
h5 */
.mainArea h5 {
    /* 內文區塊下方備註 */
    color: #2E2E2E;
    font-size: 16pt;
    line-height: 1.8;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    padding: 40px 0px;
    text-align: left;
}

.mainArea h5.newstyle {
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}



@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;
    }
}

#headingOne1 h5 {
    font-size: 20px;
    font-weight: bold;
}

h6.newstyle {
    text-align: left;
}

.newstyle2 {
    font-size: 16px;
    text-align: left;
    line-height: 24pt;
}



/*
--- 活動內文區塊 mainText ---*/
.mainText {
    font-size: 24px;
    color: #545559;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    border: 1px dashed #767272;
    padding: 30px 20px;
    text-align: center;
    margin-top: -30px;
    z-index: -1;
}

.mainText1 {
    font-size: 24px;
    color: #545559;
    line-height: 50px;
    /* background-image: url(../images/bg.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: top; */
    border: 1px solid #009999;
    padding: 15px;
    margin-top: 32px;
    text-align: center;
    border-radius: 20px;
    height: 152px;
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); */
}


@media screen and (max-width: 992px) {
    .mainText1 {
        height: 142px;
    }
}

@media screen and (max-width: 576px) {
    .mainText1 {
        height: 120px;
        margin-top: 24px;
    }
}

@media screen and (max-width: 332px) {
    .mainText1 {
        height: 100px;
    }
}

.mainText2 {
    font-size: 24px;
    color: #545559;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    /* [disabled]border: 1px dashed #767272; */
    /* [disabled]padding: 30px 20px; */
    text-align: center;
}

.mainText1 h4 {
    background-color: #fff;
    width: 230px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: -35px auto;
    /* padding-bottom: 10px; */
}

@media screen and (max-width: 576px) {
    .mainText1 h4 {
        font-size: 15pt;
        margin-top: -28px;
        text-align: center;
        width: 200px;
    }
}

.mainText2 h2 {
    width: 500px;
    margin-top: -60px;
    background-color: #e6324a;
    border: 1px solid #e6324a;
}

.mainText1 .title,
.mainText2 .title {
    text-align: center;
    font-weight: bold;
    color: #007986;
    padding-left: 10px;
    padding-right: 10px;
}

.rewardbn {
    color: #ffffff;
    font-size: 28pt;
    font-weight: bold;
    margin-right: 6px;
    margin-left: 6px;
    padding: 14px 19px;
    background: #b7874e;
    border-radius: 100px;
    border: 1px solid #b7874e;
}

@media screen and (max-width: 768px) {
    .rewardg {
        font-size: 24pt;
        padding: 10px 15px;
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 576px) {
    .rewardg {
        font-size: 20pt;
        padding: 10px 15px;
    }
}

.reward {
    color: #b7874e;
    font-size: 28pt;
    font-weight: bold;
    margin-right: 6px;
    margin-left: 6px;
    padding: 14px 19px;
    border-radius: 100px;
    border: 1px solid #b7874e;
    background-color: #fff;
}

@media screen and (max-width: 768px) {
    .reward {
        font-size: 22pt;
        margin-right: 2px;
        margin-left: 2px;
        line-height: 48pt;
    }
}

@media screen and (max-width: 576px) {
    .reward {
        font-size: 20pt;
        padding: 10px 15px;
    }
}

.ubinfiniteAs {
    margin-top: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .ubinfiniteAs {
        max-width: 300px;
        margin-top: 70px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;

    }
}


.flex-container {
    flex-direction: row;
}

@media screen and (max-width: 576px) {

    .mainText1 .title,
    .mainText2 .title {
        font-size: 1.5rem;
    }

    .mainText2 h2 {
        width: 200px;
    }


}

/*
--- 備註文字 ---*/
.memoTable {
    font-size: 15px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: justify;
}

.memoTable td {
    vertical-align: top;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.memoTable1 {
    font-size: 15px;
    text-align: justify;
}

.memoTable2 {
    font-size: 16px;
    text-align: justify;
}

.memoTable1 td {
    vertical-align: top;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}



/*
--- 活動表格 ---*/
.mainArea .table thead th {
    height: 30px;
    border-bottom: 1px;
    font-size: medium;

    background-color: #e1cbb1;
    /*--- #47237b ---*/
    /* color: #fff; */
    margin-top: 2rem;
    line-height: 18pt;
}

td.textLeft {
    text-align: left;
}

.mainArea .table-bordered th,
.mainArea .table-bordered td,
.mainArea .table-bordered-s {
    padding: 3px;
    border: 1px solid #f3e5d5;
    /* #c2b8d1; #a1bbbd */
    vertical-align: middle;

}

.mainArea .table-bordered,
.mainArea .table-bordered-s {
    text-align: center;
    line-height: 2;
    vertical-align: middle;
    border-width: 1px;
    border-color: #ddd;
    padding: 10px;
}

.mainArea .table-bordered-s {
    margin-bottom: 0;
}

.mainArea .table-bordered-s thead th {
    background-color: #e1cbb161;
    /* color: #47237b; */
}

.textPbg {
    background-color: #e1cbb1;
    /* #47237b; */
    /* color: #fff; */
}

.font3 {
    padding-top: 5px;
    /* [disabled]padding-bottom: 5px; */
    font-size: 24px;
    /* [disabled]margin-bottom: 20px; */
    line-height: 42px;
    margin-left: 0px;
}

@media screen and (max-width: 576px) {
    .mainArea .table thead th {
        font-size: 17px;
        line-height: 14pt;
        padding: 5px;
    }

    .mainArea .table-bordered td,
    .mainArea .table-bordered-s {
        font-size: 17px;
    }

    .mainArea .table-bordered,
    .mainArea .table-bordered-s {
        line-height: 1.5;
    }

    .paytab .nav-tabs {
        margin-top: 20px;
    }

    .paytab .nav-tabs li a {
        /* [disabled]padding-right: 20px; */
        /* [disabled]padding-left: 20px; */
    }

    .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;
    }

    .paytab.nav-tabs .nav-item li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .mainArea h2 {
        /* 活動主標 */
        font-size: 20pt;
        /* [disabled]max-width: 300px; */
        /* [disabled]margin-top: -50px; */
        /* [disabled]width: 250px; */
        min-width: 150px;
        /* padding-top: 0px; */
        /* padding-bottom: 0px; */
    }

    .mainText2 {
        margin-top: 25px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        /* [disabled]padding-top: 0px; */
    }

    .memoTable {
        font-size: 14px;
    }



}

/*
--- 注意事項 ---*/
.noticeDesc h4 {
    font-size: 1.3rem;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0px;
}

h4.noticeDesc {
    color: #b7874e;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0px;
}

@media screen and (max-width: 576px) {
    h4.noticeDesc {
        margin-top: 5px;
    }
}

.noticeDesc .table-bordered {}

ul.list-style {
    margin-bottom: .3rem;
    padding: 0 0 0 20px;
}

h6.noticeDesc1 {
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.textRed {
    color: red;
}

/*
--- 注意事項表格 exTable ---*/
#exTable table th,
#exTable table td {
    text-align: center;
    font-size: 12px;
    border: 1px solid #ccc;
    vertical-align: inherit;
}

#exTable table th {
    color: #fff;
    background-color: #323232;
}

/*
--- 分頁 tabs submenu ---*/
.tabs {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #00859a;
}

.submenu ul {
    list-style-type: none;
}

.submenu li {
    float: left;
    height: 30px;
    width: 33.333%;

    font-size: 13pt;
    font-weight: 500;
    line-height: 20px;
    color: #1c100b;
    text-align: center;
    padding: 0 24px;
    list-style-type: none;
}

.submenu li a {
    color: #a9a9a9;
    padding-bottom: 5px;
}

.submenu li a.active {
    color: #FFFFFF;
    font-size: 15pt;
    background: #00859a;
    padding: 10px 10% 8px;
    border-radius: 10px 10px 0 0;
}

/* animate */
.js .to-animate,
.js .to-animate-2,
.js .single-animate .js .animate-single {
    opacity: 0;
}

.js .animate-box {
    opacity: 0;
}

/* 3pay-tab */
.paytab {
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-top: -20px;
}

.paytab .nav-tabs {
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: none;
}

.paytab .nav-tabs li {
    margin: 0;
}

.paytab .nav-tabs li a {
    display: block;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    background: #fff;
    font-size: 26px;
    font-weight: 700;
    color: #999;
    /*text-transform: uppercase;*/
    text-align: center;
    border-radius: 0;
    /* [disabled]border: none; */
    /* [disabled]border-bottom: 0px solid #ddd; */
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-left: 10px;
    margin-right: 10px;
}

.paytab .nav-tabs li a.active {
    color: #541b86;
    border: 1px solid #541b86;
    padding-left: 30px;
    padding-right: 30px;
}

.paytab .nav-tabs li a.active:hover {
    color: #7009E1;
    border: 1px solid #7009E1;
    padding-left: 30px;
    padding-right: 30px;
}

.paytab .nav-tabs li a:hover {
    color: #7009E1;
    /* [disabled]border: 1px solid #009dad; */
    padding-left: 30px;
    padding-right: 30px;
}


.paytab .nav-tabs li.active a

/*.paytab .nav-tabs li a:hover*/
    {
    /* [disabled]color: #999; */
    /* [disabled]border: none; */
    /* [disabled]border-bottom: 2px solid #ddd; */
    /*2px solid #fff;*/
}

.paytab .nav-tabs li.active a {
    color: #541b86;
    border: 1px solid #541b86;
    padding-left: 20px;
    padding-right: 20px;
}

.paytab .tab-content {
    padding: 20px;
    margin-top:
        /*-5px*/
        -20px;
    border-top: 2px solid #e5e5e5;
}

.paytab .tab-content h4 {
    font-size: 24px;
    margin-top: 0;
}

.paytab .tab-content h5 {
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    text-align: left;
}

@media screen and (max-width: 587px) {
    .submenu {
        padding: 0 0 0 0;
    }

    .submenu li {
        font-size: 12pt;
        padding: 0px;
    }

    .submenu li a {
        padding-bottom: 8px;
    }

    .submenu li a.active {
        font-size: 12pt;
        padding: 10px 10% 10px;
    }
}

@media screen and (max-width: 320px) {
    .submenu li {
        font-size: 10pt;
    }

    .submenu li a.active {
        font-size: 10pt;
        padding-bottom: 13px;
    }

    .nav.nav-tabs .nav-item a.active {
        font-size: 20px;
    }

    .nav.nav-tabs .nav-item a.active:hover {
        font-size: 20px;

    }

    .nav.nav-tabs .nav-item a {
        font-size: 20px;

    }
}


/*
--- 版權宣告footer ---*/

footer {
    width: 100%;
    background-color: #f4f4f4;
}

#footer {
    background-color: #eeeeee;
}

/* .copyright {} */

.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;
    }
}


/* modal */
.leaveModal.modal .btn-close {
    background: url(https://activity.ubot.com.tw/eCardWeb/images/img/close.png) no-repeat;
    width: 2em;
    height: 2em;
    float: right;
}

.leaveModal .modal-header {
    background-color: #fff;
    border-radius: 30px 30px 0 0;
}

.leaveModal .modal-content {
    background-color: #fff;
    border: 5px solid rgba(26, 193, 220, 0.84);
    border-radius: 30px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.leaveModal .modal-body {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.8;
}

.leaveModal.modal .modal-title {
    color: #009999;
    font-weight: 600;
}

.btn.btn-primary {
    background: #009999;
    color: #fff;
    border: none !important;
    border: 2px solid transparent !important;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 5px;
}


.w-100 {
    width: 100%;
}




.setlogo {
    /* [disabled]display: block; */
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
    /* [disabled]border: 1px dotted #009999; */
    border-radius: 60px;

}

.set11 {
    margin-top: 25px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px #979797;
    box-shadow: 0px 0px 5px #979797;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
}

.tablebg {
    background-color: #e1cbb1;
}

.redpoint {
    font-size: 22pt;
    font-weight: bold;
    color: #F52A46;
}

.buttonG .btn.btn-lg.btn-default {
    background-color: #F8F3F3;
    border: 1px solid rgba(183, 183, 183, 1.00);
    font-size: 14px;
    letter-spacing: 0px;
    border-radius: 17px !important;
}

.buttonG {
    margin-top: 10px;
    padding: 10px 20px;
    text-align: center;
    line-height: 18pt;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #fff;
    text-decoration: none !important;
    color: #b7874e;
    text-decoration: none !important;
    margin-bottom: 20px;
}


.buttonFa {
    color: #434343;
}

.buttonforV {
    color: #fff;
    /* position: absolute; */
    margin-top: 30px;
    padding: 10px 30px;
    text-align: center;
    line-height: 24pt;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background-color: #009dad;
    border-radius: 1000px;
}

.buttonG:active,
.buttonG:visited,
.buttonforSW:active,
.buttonforSW:visited {
    color: #b7874e;
    text-decoration: none !important;

}

.buttonG:hover,
.buttonG:focus {
    color: #b7874e;
    font-size: 15px;
    border-color: #b7874e;
    border-width: thin;
    text-decoration: none !important;
}


.buttonforV:hover,
.buttonforV:focus {
    color: #fff;
    background-color: rgba(255, 79, 0, 1.00);
    font-size: 14px;
}

.buttonforV:active,
.buttonforV:visited {
    color: #fff;
    font-size: 14px;
    border-width: thin;
    background-color: #009dad;
    /* background-color: #009dad; */

}

/* 0908 微調.buttonforSW樣式/位置  */
.buttonforSW,
.buttonforSW:visited {
    color: #009dad;
    border: 1px solid #009dad;
    /* background-color: #f2feff; */
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    /* border-radius: 0.2rem; */
}

.buttonforSW:hover,
.buttonforSW:focus,
.buttonforSW:active {
    color: rgba(255, 79, 0, 1.00);
    /* background-color: transparent; */
    border-color: rgba(255, 171, 107, 1.00);
    border-width: thin;
}

/* .buttonforSW:active,.buttonforSW:visited{
    color: #434343;
    border-color: rgba(183,183,183,1.00);
    border-width: thin;
} */

@media screen and (max-width: 992px) {
    .buttonforSW {
        /* position: absolute; */
        margin-top: 30px;
        padding: 5px 10px;
        text-align: center;
        line-height: 24pt;
        font-size: 13px;
        font-weight: bold;
        border: 1px solid #ccc;
        color: #434343;
        background-color: #fff;
    }

    .buttonforV {
        padding: 8px 25px;
    }
}

@media screen and (max-width: 768px) {
    .buttonforSW {
        margin-top: 30px;
        padding: 10px 20px;
        text-align: center;
        line-height: 24pt;
        font-size: 14px;
        font-weight: bold;
        border: 1px solid #ccc;
        color: #434343;
        background-color: #fff;
    }
}

@media screen and (max-width: 575px) {
    .buttonF {
        position: relative;
        top: -120px;
        margin-top: 30px;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        text-align: center;
        line-height: 24pt;
        font-size: 13px;
        color: #434343;
        background-color: #fff;
        border: 0px solid #ccc;
    }

    .buttonF:hover,
    .buttonF:focus {
        color: #009999;
        font-size: 14px;

    }

}

@media screen and (max-width: 360px) {

    .buttonG,
    .buttonforSW,
    .buttonforV {
        font-size: 12px;
    }
}

.point a: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))
}

.settin {
    margin-top: 20px;
}

.logolay {
    display: flex;
    background-color: #e73348;
    justify-content: center
}

.resize {
    max-width: 200px;
    max-height: 100px;
}

.fontcolor {
    /* [disabled]color: #e72d48; */
    font-weight: bold;
}

.point {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 40px;
    margin-bottom: 20px;
}

.graphic {
    -webkit-box-shadow: 0px 0px 10px #CFCFCF;
    box-shadow: 0px 0px 10px #CFCFCF;
    margin-top: 0px;
    /* [disabled]margin-right: 5px; */
    margin-bottom: 50px;
    /* [disabled]margin-left: 5px; */
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 5px;
}

.circleS {
    border-radius: 100px;
    background-color: #FF7600;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-right: 10px;
    font-weight: bold;
}

.set1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.circle_b {
    color: #ffffff;
    border-radius: 2000px;
    background-color: #FF0000;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 0px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    text-align: center;
}







@media (max-width:480px) {
    .paytab {
        border-bottom: 1px solid #FFFFFF;
        margin-bottom: 10px;
    }

    .paytab .nav-tabs {
        margin-top: 10px;
    }

    .paytab .nav-tabs li {
        margin-top: 10px;
        width: 100%;
    }

    .paytab .nav-tabs li a {
        border: 1px solid #DBDBDB;
        padding-top: 0px;
    }

    .nav.nav-tabs .nav-item a {
        font-size: 20px;
    }

    .iconsize {
        max-width: 50px;
    }

}

@media (max-width:992px) {
    .font3 {
        line-height: 36px;
    }
}

@media (max-width:768px) {
    .font3 {
        font-size: 17pt;
        line-height: 40px;
    }

    .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;
    }

    .iconsize {
        max-width: 50px;
    }

    .graphic {
        margin-bottom: 20px;
        font-size: 15pt;
    }

    .mainArea h2.title {
        line-height: 24pt;
        margin-bottom: 0px;
    }

    .font3 {
        font-size: 16pt;
        padding-top: 0px;
    }

}

@media (max-width: 480px) {
    .spBox {
        padding: 20px 5px 0;
    }

    .spBox h3 {
        font-size: 17pt;
    }

    .point {
        display: inline-block;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .boxItem img {
        border-radius: 9px 9px 0 0;
    }
}

/* 圖片位置 */
.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;
    }
}

.img-h {
    max-height: 200px;
}

@media screen and (max-width: 767px) {
    .img-h {
        max-height: 100%;
    }
}

/*-------------------------------------------*/
a#btn-nav-apply {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
    margin-right: 10px;
    margin-top: 11px;
    padding: 4px 15px;
    background-color: #00859a;
    border-radius: 8px;
    font-size: 0;

}

a#btn-nav-apply span {
    color: white;
    font-size: 17px;
}

a#btn-nav-apply.with-hover:hover {
    text-decoration: none;
    background-color: #16a7be;
}

a#btn-nav-apply.with-hover:hover span {
    color: #feffff;
}

@media screen and (max-width: 768px) {
    a#btn-nav-apply {
        margin-right: 60px;
    }
}

/*-------------------------------------------*/
/* .navbar {
    position: relative;
    display: block;	
    min-height: 70px;
    margin-bottom: 20px;
    border: 1px solid transparent;
} */
/* 
.navbar:before, .navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
} */

@media (min-width: 768px) and (max-width: 992px) {
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.32rem;
        padding-left: 0.32rem;
    }
}




#navnodisplay {
    display: flex;
}

@media screen and (max-width: 992px) {
    #navnodisplay {
        max-width: 500px;
    }
}

#navnodisplay_m {
    display: none;
}

@media screen and (max-width: 767px) {
    #navnodisplay {
        display: none;
    }

    #navnodisplay_m {
        display: flex;
    }
}

@media screen and (min-width:767px) {
    .navbarN {
        display: none;
    }
}

/*---------
top button for PC---------*/
.nav-itemA {
    color: #000;
    background: transparent;
    /* border-left: 1px solid #ccc; */
    transition: all 0.5s ease;
    height: 72px;
    padding: 15px;
    padding-top: 20px;
    margin-bottom: 0;
    transition: all 0.5s ease;
}

.nav-itemA a {
    color: #333;
}

/* @media screen and (max-width: 992px) {
    .nav-itemA {
        padding: 15px;
        line-height: 1.2;
    }
} */

@media screen and (max-width: 480px) {
    .nav-itemA {
        padding-top: 5px;
        height: 42px;
        /* width: 60px; */
    }
}

.bntstyleT {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    /* padding: 26px; */
    margin-bottom: 10px;
    /* border-left: 1px solid #1e1e1e; */
}

@media screen and (max-width: 992px) {
    .bntstyleT {
        line-height: 18pt;
        /* padding: 26px 8px; */
    }
}

@media screen and (max-width: 630px) {
    .bntstyleT {
        /* padding: 30px 12px; */
    }
}

@media screen and (max-width: 480px) {
    .bntstyleT {
        font-size: 13px;
        font-weight: bold;
        /* padding: 16px 6px; */
        margin-bottom: 10px;
        height: 72px;

    }
}

.bntstyleT.active,
.bntstyleT:hover,
.bntstyleT:focus,
.bntstyleT.active:hover {
    /* color: white; */
    /* background: #009999; */
    padding-bottom: 5px;
    border-bottom: 2px solid #b7874e;
}

@media screen and (max-width: 992px) {

    .bntstyleT.active,
    .bntstyleT:hover,
    .bntstyleT:focus,
    .bntstyleT.active:hover {
        padding-bottom: 0px;
    }
}

.nav-link {
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (max-width: 576px) {
    .nav-link {
        margin-left: 5px;
        margin-right: 5px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*---------
bottom button for phone---------*/
.nav-itemB {
    position: relative;
    color: #000;
    background: transparent;
    /* border-left: 1px solid #ccc; */
    transition: all 0.5s ease;
    height: 75px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    /* padding: 30px; */
    padding-top: 10px;
    line-height: 0.7;
    margin-top: 10px;
}

.nav-itemB:last-child {
    /* border-right: 1px solid #ccc; */
}

/* @media screen and (max-width: 767px){
    .nav-itemB.active{
        border-left: 1px solid #009999;
    }
} */
@media screen and (max-width: 576px) {
    .nav-itemB {
        height: 47px;
        width: 80px;
        padding: 20px;
        padding-top: 5px;
        margin-bottom: 40px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px) {
    .nav-itemB {
        /* padding: 10px; */
        /* padding-top: 5px; */
        width: 65px;
        padding: 16px;
        padding-top: 10px;
        height: 40px;
    }
}

@media screen and (max-width: 390px) {
    .nav-itemB {
        /* padding: 10px; */
        /* padding-top: 5px; */
        width: 60px;
        padding: 12px;

    }
}

@media screen and (max-width: 365px) {
    .nav-itemB {
        /* padding: 10px; */
        /* padding-top: 5px; */
        width: 50px;
        padding: 2px;

    }
}

.bntstyleB {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 20pt;
    /* border-left: 1px solid #1e1e1e; */
}

@media screen and (max-width: 576px) {
    .bntstyleB {
        padding: 0;
    }
}

@media screen and (max-width: 630px) {
    .bntstyleB {
        /* padding: 30px 12px; */
    }
}

@media screen and (max-width: 480px) {
    .bntstyleB {
        /* font-size: 14px; */
        font-weight: bold;
        /* padding: 16px 7px; */
        margin-bottom: 10px;
        height: 72px;
        text-align: left;

    }
}

@media screen and (max-width: 365px) {
    .bntstyleB {
        /* font-size: 13.5px; */
        /* padding: 16px 5px; */
    }
}

.mainNav li a {
    color: #333;
    text-decoration: none !important;
}

.mainNav li .active {
    color: #333;
    /* background: linear-gradient(142deg, rgba(0,157,173,1) 59%, rgba(46,165,117,1) 86%, rgb(111, 197, 5) 98%);   */
    font-weight: bold;
    /* font-size: 102%; */
    /* padding: 10px; */
    line-height: 18pt;
    text-align: left;
    top: -6px;
    border-bottom: 3px solid #b7874e;

}

.mainNav li .active::after {
    content: "\f06b";
    font-family: 'FontAwesome';
    position: absolute;
    /* top: 30%; */
    /* right: 10px; */
    font-size: 18px;
    color: #b7874e;
    top: -15px;
    bottom: 0;
    left: 35px;
    right: 0;
    margin: 0 auto;
    text-shadow: 0px -3px 5px #fff;
}

@media screen and (max-width: 576px) {
    .mainNav li .active::after {
        top: -22px;
        left: 8px;
    }
}

@media screen and (max-width: 480px) {
    .mainNav li .active::after {
        top: -22px;
        left: 8px;
    }
}

@media screen and (max-width: 365px) {
    .mainNav li .active {
        /* font-size: 14.5px; */
    }

    .mainNav li .active::after {
        top: -22px;
        left: 8px;
    }
}

.mainNav li .nav-itemB .active {
    /* border-left: 1px solid #71b125; */
}



.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; */
    }
}


/* #ubinfiniteA, #ubinfiniteB, #ubinfiniteC{
    margin-top: -50px;
    padding-top: 50px;
} */

#ubinfiniteT,
#ubinfiniteT1,
#ubinfiniteT2,
#ubinfiniteT3 {
    position: relative;
    text-align: center;
    padding-top: 10px;
}

/* #ubinfiniteAbg{
    background-color: #ede7dd4d;
} */

#ubinfiniteAbg {
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media screen and (max-width: 576px) {
    #ubinfiniteAbg {
        background-image: none;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}

/* @media screen and (max-width: 768px){
    #ubinfiniteA{
        background-image: url(../images/ubinfiniteAbgp.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
} */
@media screen and (max-width: 576px) {
    #ubinfiniteA {
        /* background-image: url(../images/ubinfiniteAbgm.png); */
        background-repeat: no-repeat;
        background-attachment: cover;
    }

    #ubinfiniteB {
        /* background-image: url(../images/ubinfiniteBbgm.png); */
        /* background-repeat: no-repeat;  */
        background-attachment: cover;
    }
}

#ubinfiniteSbg {
    background-image: url(../images/ubinfiniteSbg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#ubinfiniteBbg {
    background-image: url(../images/ubinfiniteBbg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#ubinfiniteCbg {
    background-image: url(../images/ubinfiniteBbg.jpg);
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#ubinfiniteFbg {
    /* background-image: url(../images/ubinfiniteBbg.jpg); */
    background-position: left top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}


/* #ubinfiniteC{
    background-image: url(../images/ubinfiniteC.png);
    background-position: right center;
    background-attachment: fixed;
    background-repeat: no-repeat; 
} */

/* #ubinfiniteCc{
    background-image: url(../images/ubinfiniteCc.png);
    background-position: left bottom;
    background-repeat: no-repeat; 
    padding-bottom: 100px;
} */
@media screen and (max-width: 576px) {
    /* #ubinfiniteCc{
        background-position: center bottom;
        padding-bottom: 100px;
    } */
}


/*Scroll To Top Button*/
/* #myBtn {
    display: none;
    position: fixed;
    bottom: 130px;
    right: 45px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #009dad;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 100%;
    text-transform:uppercase;    
}

#myBtn:hover {
  background-color: #009dad;
} */

/* Scroll apply BTN */
#myBtn {
    display: inline-block;
    position: fixed;
    width: 117px;
    height: 117px;
    bottom: 50px;
    right: 35px;
    z-index: 99;
    border: none;
    outline: none;
    background-image: url("../images/apply.png");
    cursor: pointer;
    padding: 10px;
}

#myBtn:hover {
    background-image: url("../images/apply_a.png");
}

@media screen and (max-width: 768px) {
    #myBtn {
        width: 81px;
        height: 81px;
        bottom: 50px;
        right: 10px;
        z-index: 99;
        border: none;
        outline: none;
        background-image: url("../images/apply_s.png");
    }

    #myBtn:hover {
        background-image: url("../images/apply_a_s.png");
    }
}

@media screen and (max-width: 560px) {
    #myBtn {
        height: 130px;
    }
}

@media screen and (max-width: 480px) {
    #myBtn {
        height: 123px;
    }
}

@media screen and (max-width: 375px) {
    #myBtn {
        height: 109px;
    }
}

/* 右側button 立即申請*/
#applyBtn {
    color: #FFFFFF;
    display: inline;
    position: fixed;
    top: 50%;
    /*bottom: 0px;*/
    /* [disabled]left: 80%; */
    right: 0%;
    text-align: center;
    z-index: 9;
    background-color: #009DAD;
    padding: 12px 20px;
    /* [disabled]line-height: 24px; */
    /* letter-spacing: 3px; */
    text-orientation: upright;
    margin: 0 auto;
}

#applyBtn a {
    color: #fff;
}

@media screen and (max-width: 576px) {
    #applyBtn {
        padding: 12px 8px;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        font-size: 15px;
    }
}

#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: #c30d23;
}




/*----
卡片介紹說明----------*/
.Gcard {
    width: 480px;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
    .Gcard {
        position: relative;
        width: 250px;
        top: -100px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 576px) {
    .Gcard {
        position: relative;
        width: 250px;
        top: -130px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-top: 50px;
    }
}


/* #titlea{
    display: inline-block;      
}
#titlea_m{
    display: none;    
} */
@media screen and (max-width: 576px) {

    /* #titlea{
        display: none;    
    }
    #titlea_m{
        display: inline-block;    
    } */
    .titlea {
        width: 80px;
    }
}


.cartvale {
    height: 200px;
    margin-bottom: 100px;
    padding: 20px 20px 40px;
    /* border: 1px solid #666; */
    background-color: #09b8c8;
    z-index: -5;
}

@media screen and (max-width: 1200px) {
    .cartvale {
        padding-top: 25px;
    }
}

@media screen and (max-width: 992px) {
    .cartvale {
        height: 220px;
    }
}

@media screen and (max-width:768px) {
    .cartvale {
        height: 200px;
        margin-bottom: 0px;
        padding: 30px 20px 40px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:575px) {
    .cartvale {
        height: 450px;
        margin-bottom: 0px;
        padding: 20px 20px 40px;
        margin-top: 50px;
        margin-bottom: 0px;
    }
}

@media screen and (max-width:480px) {
    .cartvale {
        height: 420px;
    }
}

@media screen and (max-width:420px) {
    .cartvale {
        height: 400px;
    }
}

@media screen and (max-width: 375px) {
    .cartvale {
        height: 380px;
    }
}


/*----
綠色消費通路活動文字----------*/
.mainText1 tr td {
    padding: 0px 50px;
    font-size: 21px;
    font-weight: bold;
    line-height: 32px;
}

@media screen and (max-width: 1200px) {
    .mainText1 tr td {
        padding: 0px 32px;
        /* font-size: 18px; */
        line-height: 32px;
    }
}

@media screen and (max-width: 992px) {
    .mainText1 tr td {
        font-size: 19px;
        line-height: 26px;
        padding: 0 28px;
    }
}

@media screen and (max-width: 769px) {
    .mainText1 tr td {
        padding: 0px 30px;
    }
}

@media screen and (max-width: 576px) {
    .mainText1 tr td {
        padding: 0px 10px;
        line-height: 22px;
        font-size: 18px;
    }
}

@media screen and (max-width: 400px) {
    .mainText1 tr td {
        font-size: 16px;
    }
}


.borderR {
    line-height: 22pt;
    border-right: 1px solid #666;
    margin-top: 12px;
}

.borderS {
    /* line-height: 22pt; */
    border-right: 1px solid #666;
    margin-top: 12px;
}

.borderL {
    line-height: 22pt;
    margin-top: 12px;
}

.borderSL {
    /* line-height: 22pt; */
    /* border-right: 1px solid #000 ; */
    margin-top: 12px;
}

@media screen and (max-width: 992px) {
    .borderR {
        margin-top: 10px;
    }

    .borderL {
        margin-top: 10px;
    }

    .borderS {
        margin-top: 10px;
    }

    .borderSL {
        margin-top: 10px;
    }
}

@media screen and (max-width: 576px) {
    .borderR {
        font-size: 18px;
        line-height: 20pt;
        margin-top: 15px;
    }

    .borderL {
        font-size: 18px;
        line-height: 20pt;
        margin-top: 15px;
    }

    .borderS {
        font-size: 18px;
        line-height: 20pt;
        margin-top: 15px;
        padding-top: 12px;
    }

    .borderSL {
        font-size: 18px;
        line-height: 20pt;
        margin-top: 15px;
        padding-top: 0;
    }
}



.g_img {
    text-align: center;
    margin-top: 40px;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .g_img {
        padding-right: 0;
    }
}

.g_icon {
    width: 140px;
}

@media screen and (min-width:768px) and (max-width:992px) {
    .g_icon {
        width: 115px;
    }
}

@media screen and (max-width: 1200px) {
    .g_icon {
        margin-top: 10px;
    }
}





.flexBox {
    display: flex;
    justify-content: center;
    align-items: stretch;
}

@media screen and (max-width: 768px) {
    .flexBox {
        display: block;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}

.flexBoxE {
    justify-content: center;
}

/* boxItem:hover 20200428 */

/* 4 Square */
.boxItem {
    margin-top: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 330px;
    padding: 10px;
}

.boxItem1 {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 20px;
    /* border: 1px solid #e0e0e0; */
}

.boxItem1.active {
    /* border: 1px solid #e0e0e0; */

    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}

.boxItem:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}

@media screen and (max-width: 991px) {
    .boxItem {
        max-width: none;
    }
}

/* 1 Square */
.boxItemC {
    margin-top: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 1200px;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
    /* margin-bottom: 100px; */
    background: #fff;

}

.boxItem1C {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 20px;
    /* border: 1px solid #e0e0e0; */
}

.boxItem1C.active {
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}

.boxItemC:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}

@media screen and (max-width: 991px) {
    .boxItemC {
        max-width: none;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 991px) {
    .boxItemC {
        margin-bottom: 0px;
    }
}

/* 2 Square */
.boxItemA {
    margin-top: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 600px;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
    margin-bottom: 20px;
    background: #fff;

}

.boxItem1A {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 20px 10px;
    /* border: 1px solid #e0e0e0; */
}

.boxItem1A.active {
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}

.boxItemA:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}

.boxItemAS {
    margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
    .boxItemA {
        margin-bottom: 0px;
        max-width: none;
    }

    .boxItemAm {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px) {
    .boxItemA {
        margin-top: 0px;
        margin-bottom: 20px;
    }
}


/* 3 Square */
.boxItemB {
    margin-top: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 600px;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
    background: #fff;

}

.boxItemBW {
    max-width: 1200px;
}

.boxItem1B {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 15px;
    /* border: 1px solid #e0e0e0; */
}

.boxItem1B.active {
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}

.boxItem1BW {
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1)
}

.boxItemB:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133, 66, 189, 0.1);
}

@media screen and (max-width: 991px) {
    .boxItemB {
        max-width: none;
    }
}

/* 1 Square 無動態效果*/
.boxItemCa {
    margin-top: -40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 1200px;
    padding: 10px;
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
    z-index: -1;

}

.boxItem1Ca {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 20px;
    border: 1px solid #e0e0e0;
}

.boxItem1Ca.active {
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
}

.boxItemCa:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
}

@media screen and (max-width: 991px) {
    .boxItemCa {
        max-width: none;
    }
}


/* 1 Square 無動態效果 另外樣式*/
.boxItemCb {
    margin-top: -40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    max-width: 1200px;
    padding: 0px;
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
    z-index: -1000;

}

.boxItem1Cb {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 0px;
    /* border: 1px solid #e0e0e0; */
}

.boxItem1Cb.active {
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
}

.boxItemCb:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
}

@media screen and (max-width: 991px) {
    .boxItemCb {
        max-width: none;
    }
}







.background-header .nav li a.active {
    /* background-color: #009999; */
}

h5.newstyle.giftstyle {
    /* padding: 10px 150px; */
    text-align: left;
    padding-right: 40px;
    padding-left: 40px;
    color: #333;
}

@media screen and (max-width: 992px) {
    h5.newstyle.giftstyle {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 768px) {
    h5.newstyle.giftstyle {
        font-size: 14pt;
        padding: 0px;
    }
}

@media screen and (max-width: 576px) {
    h5.newstyle.giftstyle {
        font-size: 15pt;
    }
}

/* 置中設計 */
h5.newstyle.supportstyle {
    /* padding: 10px 150px; */
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding: 50px;
    /* padding-left: 140px; */
    /* 160px;100px; */
    /* text-align: left; */
    /* width: 676px; */
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
    h5.newstyle.supportstyle {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        padding: 5px;
    }
}

h3.newstyle.supportstyle {
    /* padding: 10px 150px; */
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 150px;
    text-align: left;
}

@media screen and (max-width: 992px) {
    h3.newstyle.supportstyle {
        padding-left: 30px;
    }
}

@media screen and (max-width: 768px) {
    h3.newstyle.supportstyle {
        /* text-align: center; */
        padding-left: 30px;
    }
}

@media screen and (max-width: 576px) {
    h3.newstyle.supportstyle {
        padding-right: 40px;
        padding-left: 40px;
    }
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    h4.newstyleD {
        padding-top: 20px;

    }
}












/* -- Top 序文 -- */
h5.foreword {
    color: #f0feff;
    padding-top: 20px;
    padding-left: 0;
    margin-bottom: 40px;
    text-align: justify;
    line-height: 1.6;
    font-weight: bold;
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    h5.foreword {
        padding-top: 10px;
    }
}

@media screen and (max-width: 992px) {
    h5.foreword {
        padding-top: 0px;
    }
}

@media screen and (max-width: 768px) {
    h5.foreword {
        position: relative;
        padding-right: 0;
        line-height: 28px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 575px) {
    h5.foreword {
        position: relative;
        top: -120px;
        padding-right: 0;
        line-height: 24px;
        margin-bottom: 0px;
    }

    .smbtn {
        position: absolute;
    }
}


h5.modal-title {
    line-height: 1.5;
    padding: 0;
}

.modal-headerS {
    /* background-color: #009dad; */
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-headerS1 {
    padding-left: 1.5rem;
}

.close {
    font-size: 2rem;
    color: #fff;
}

.modal-header1 {
    padding-top: 0;
}

.mainTextA {
    margin-top: 40px;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .mainTextB {
        /* height: 105px; */
    }
}

@media screen and (max-width: 768px) {
    .mainTextB {
        height: 143px;
    }
}

@media screen and (max-width: 576px) {
    .mainTextB {
        height: 105px;
    }
}

h4.newstyleB {
    font-size: 18pt;
    font-weight: bold;
}

.newstyleBa {
    font-size: 20pt;
    font-weight: bold;
    color: #009999;
}

@media screen and (max-width: 576px) {
    h4.newstyleB {
        font-style: 14pt;
        font-weight: bold;
    }

    h4.newstyleBa {
        font-style: 15pt;
        font-weight: bold;
    }
}







/*swiper LINEPAY*/
/*
  --- mainAct ---*/
.mainAct {
    padding-top: 34px;
    padding-bottom: 30px;
}

.mainAct a:hover {
    text-decoration: none;
}

.mainAct .list-group {
    flex-direction: row;
    justify-content: center;
}

.mainAct .list-group-item {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #09b7c8;
    font-weight: bold;
    text-align: center;
    max-width: 200px;
    margin: 10px 12px;
    padding: .25rem .75rem;
}

.mainAct .list-group-item.active {
    background-color: #09b7c8;
    border-color: #09b7c8;
    color: #FFFFFF;
}

.mainAct .list-group-item+.list-group-item.active {
    margin: 10px 12px;
}

.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 5px;
        padding: .25rem .75rem;
    }

    .mainAct .list-group-item+.list-group-item.active {
        margin: 10px 5px;
    }
}

/* 圖片切換 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: 768px) {

    /* 圖片切換 lg/sm */
    .img-lg {
        display: none;
    }

    .img-sm {
        display: block;
    }
}

@media screen and (max-width: 560px) {
    .mainAct {
        margin-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 {
    /*  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;
}

.swiper-wrapper .item img,
.no-swiper-wrapper img {
    width: 100%;
    flex-shrink: 0;
    /*for IE 不收縮*/
    position: relative;
}

/* 定位按鈕 item-btn */
.swiper-wrapper .item .item-btn,
.no-swiper-wrapper .item-btn {
    /*for IE 用定位*/
    position: absolute;
    /* left: 180px;
    top: 300px;
    bottom: 0; */

    left: 0;
    bottom: 30px;

    margin: auto;
    width: 100%;
}

@media screen and (max-width: 1200px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        /* left: 150px;
        top: 245px; */
    }
}

@media screen and (max-width: 992px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        /* left: 120px;
        top: 192px; */
    }
}

@media screen and (max-width: 768px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        /* left: 0px;
        top: 570px; */
    }
}

@media screen and (max-width: 520px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 530px;
    }
}

@media screen and (max-width: 480px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 470px;
    }
}

@media screen and (max-width: 450px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 450px;
    }
}

@media screen and (max-width: 435px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 430px;
    }
}

@media screen and (max-width: 415px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 410px;
    }
}

@media screen and (max-width: 400px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 400px;
    }
}

@media screen and (max-width: 390px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 380px;
    }
}

@media screen and (max-width: 390px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 380px;
    }
}

@media screen and (max-width: 375px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 360px;
    }
}

@media screen and (max-width: 360px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 340px;
    }
}

@media screen and (max-width: 345px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        /* bottom: 0; */
        margin: auto;
        width: 100%;
        top: 320px;
    }
}

@media screen and (max-width: 320px) {

    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        /* bottom: 0; */
        margin: auto;
        width: 100%;
        top: 300px;
    }
}

/* 無滑動區塊底部少了Pagination點點,定位按鈕需墊高 */
.no-swiper-wrapper .item-btn {
    bottom: 1rem;
}

.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);
}

/* 裝置切換 */
#hotel1 {
    display: block;
}

#hotel1_m {
    display: none;
}

#hotel2 {
    display: block;
}

#hotel2_m {
    display: none;
}

#hotel3 {
    display: block;
}

#hotel3_m {
    display: none;
}

#play1 {
    display: block;
}

#play1_m {
    display: none;
}

#play2 {
    display: block;
}

#play2_m {
    display: none;
}

#play3 {
    display: block;
}

#play3_m {
    display: none;
}


#golf1 {
    display: block;
}

#golf1_m {
    display: none;
}

#golf2 {
    display: block;
}

#golf2_m {
    display: none;
}

#golf3 {
    display: block;
}

#golf3_m {
    display: none;
}

@media screen and (max-width: 576px) {
    #hotel1 {
        display: none;
    }

    #hotel1_m {
        display: block;
    }

    #hotel2 {
        display: none;
    }

    #hotel2_m {
        display: block;
    }

    #hotel3 {
        display: none;
    }

    #hotel3_m {
        display: block;
    }

    #play1 {
        display: none;
    }

    #play1_m {
        display: block;
    }

    #play2 {
        display: none;
    }

    #play2_m {
        display: block;
    }

    #play3 {
        display: none;
    }

    #play3_m {
        display: block;
    }

    #golf1 {
        display: none;
    }

    #golf1_m {
        display: block;
    }

    #golf2 {
        display: none;
    }

    #golf2_m {
        display: block;
    }

    #golf3 {
        display: none;
    }

    #golf3_m {
        display: block;
    }
}


/* infiniteContent */
.infiniteContent .mb-3 {
    justify-content: center;
    margin-top: 1rem;
    /* background-color: gray; */
}

.infiniteContent h4 {
    color: #b7874e;
    /* margin:  50px auto; */
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 26px;
}

.textPurple {
    color: #47237b;
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
}

.textPurple-s {
    color: #47237b;
    background-color: #47237b1c;
}

.textGolden {
    color: #b7874e;
    font-size: 21px;
    font-weight: bold;
    margin-top: 20px;
}

span.textGolden_content {
    color: #3b3b3b;
    font-size: 15px;
    /* font-weight: bold; */
    margin-top: 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0.8;
}

/* 
置中
h4.textBN {
    color: #b7874e;
    text-align: left;
    margin-top: 60px;
    padding-left: 120px;
} */

h4.textBN {
    color: #b7874e;
    text-align: left;
    margin-top: 60px;
    text-align: center;
    /* padding-left: 120px; */
}

@media screen and (max-width: 1024px) {
    h5.newstyle.supportstyle {
        /* width: 596px; */
    }
}

@media screen and (max-width: 768px) {
    h4.textBN {
        /* padding-left: 20px; */
    }

    h5.newstyle.supportstyle {
        padding-left: 40px;
    }
}

@media screen and (max-width: 560px) {

    h4.textBN,
    h5.newstyle.supportstyle {
        padding-left: 0;
        /* width: fit-content; */
    }
}

@media screen and (max-width: 480px) {

    h4.textBN,
    h5.newstyle.supportstyle {
        padding-left: 0;
    }
}

@media screen and (max-width: 375px) {

    h4.textBN,
    h5.newstyle.supportstyle {
        padding-left: 0;
    }
}


span.textBN {
    color: #b7874e;
}

.nav-pills .nav-link {
    border-radius: 17px;
}

.nav-pills button.nav-link {
    color: #b7874e;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #503261;
    border: 1px solid #503261;
    border-radius: 17px;
    background-color: gray;
    border: 1px solid gray;
}

@media screen and (max-width: 576px) {

    .nav-pills .nav-link.active,
    .nav-pills .show>.nav-link {
        color: #fff;
        background-color: #503261;
        border: 1px solid #503261;
        border-radius: 17px;
        background-color: gray;
        border: 1px solid gray;
    }

}

#pills-tab a:hover,
#pills-tabSecond a:hover {
    border: 1px solid #b7874e;
}

#pills-restaurant ul,
#pills-food ul {
    padding-left: 0;
}

.contactInfo {
    /* margin-top: 25px; */
    text-align: left;
}

.stepInfo {
    border: 1px solid #c2b8d1;
    border-radius: 42px;
    padding: 7px 20px;
    background-color: #c2b8d1;
    color: #47237b;
    text-align: left;
    width: fit-content;
}

#ubinfiniteCc .img-fluid.pt-md-5 {
    /* padding-top: 0 !important; */
}

@media (min-width: 992px) {
    .col-lg-7 {
        margin-right: 86px;
    }
}

/* 特殊色、尺寸文字 */
.textBig {
    font-weight: bold;
    font-size: 23px;
}

.textRed {
    color: #c30d23;
}




/* ---- 2025 首刷禮 gift 樣式---- */

/* .giftPointBox {
    margin-bottom: 1rem;
    margin-top: 2rem;
} */

/* .giftcontent {
    font-size: 1.5rem;
    font-weight: 550;
    border-radius: 20px;
    /* filter: drop-shadow(0 0px 7px #075ac041);#efdc9c99
    background-color: #ffffff;
    filter: drop-shadow(1px 1px 10px #dfdfdfe8);
    padding: 0rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    height: 93%;
} */

/* .giftcontent .giftitle {
    color: #543a24;
    background: rgb(233,224,196);
    background: linear-gradient(335deg, rgb(255 215 92) 13%, #ffe593 45%);
    background: linear-gradient(335deg, rgba(233, 224, 196, 1) 13%, #f7f0da 45%);
    width: 100%;
    position: relative;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    font-size: 2.3rem;
    padding-top: 20px;
    padding-bottom: 15px;
    font-weight: bold;
} */

/* .giftcontent .giftitle:before {
    content: '';
    background-image: url(../images/bow_y.svg);
    background-image: url(../images/bow_g.svg);
    position: absolute;
    top: -43px;
    left: calc(50% - 75px);
    height: 50px;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(2);
    filter: drop-shadow(1px 1px 1px #dfdfdfe8);
    z-index: -1;
} */

.giftcontent h2 {
    color: #b07d28;
    background-color: initial;
    border: 0px solid #e8d5a5;
    font-weight: bold;
    background: none;
    max-width: 320px;
    letter-spacing: normal;
    text-align: center;
    font-size: 19pt;
    margin-bottom: 0px;
}

.giftcontent h2::before {
    content: none;
}

.giftcontent h2::after {
    content: none;
}

@media screen and (max-width: 576px) {
    .giftcontent h2 {
        font-size: 16pt;
        /* max-width: 230px; */
    }
}

.giftcontent h4.content {
    font-size: 20px;
    /* padding: 25px 25px 20px 25px; */
    text-align: center;
    line-height: 1.6;
    font-weight: normal;
}

@media screen and (max-width: 992px) {

    /* .giftcontent .giftitle {
        font-size: 1.85rem;
    } */
    .giftcontent h4.content {
        padding: 18px 15px 20px 15px;
    }
}

@media screen and (max-width: 768px) {
    /* .giftcontent .giftitle:before {
        top: -31px;
    } */

    /* <!--手機板giftbox第2個_調整上方距--> */
    /* .giftPointBox {
        margin-top: 1rem;
    }    
    .giftPointBox .secondbox {
        margin-top: 2rem;
    } */
}

.giftPointBox p {
    color: #2E2E2E;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 15px;
    font-weight: normal;
}


tr td.tableNewStrong {
    background-color: #f3e5d5;
    font-weight: bold;
}



/* -------- 開關顯示 --------- */

.main-faq {
    padding: 0rem 0 1rem;
    margin-bottom: 80px;
}

#main-faq {
    background-color: #fff;
    font-size: 24px;
    border-radius: 50px;
    border: 1px solid #b7874e;
    color: #b7874e;
    margin-bottom: 20px;
    padding: 10px 20px;
}

/* #main-faq .btn:hover, #main-faq .btn:active, #main-faq .btn:focus{
    background-color: #b7874e;
    color: #000;
} */

.faqbtn:hover,
.faqbtn:active,
.faqbtn:focus {
    background-color: gray !important;
    border-color: white;
    color: white !important;
    border: 1px solid white !important;


}

.card-header .collapsed.faqbtn::before {
    transform: rotate(-90deg);
    color: #04496c;

}

.card-header .faqbtn::before {
    display: none !important;
}



/* main-title */

.main-title {
    position: relative;
    margin: auto;
}

.main-tip .main-title {
    font-size: 2.2rem;
    padding-bottom: 20px;
    margin-bottom: 5px;
    letter-spacing: 0px;
    padding-right: 0;
    padding-left: 0;
}


.main-title {
    color: #0090bb;
    color: #04496c;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 600;
    letter-spacing: 3px;
    text-indent: 3px;
}

@media screen and (max-width: 768px) {
    .main-title {
        font-size: 2rem;
        letter-spacing: 1px;
    }
}

.main-title span.redS {
    font-weight: 900;
    color: #c70007;
    /* ie不適用 background-clip */
    background: linear-gradient(to top, #960308, #c70007, #ffaf7b);
    background: -webkit-linear-gradient(to top, #960308, #c70007, #ffaf7b);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.main-title span.redL {
    font-size: 130%;
    font-weight: 900;
    color: #c70007;
    /* ie不適用 background-clip */
    background: linear-gradient(to top, #960308, #c70007, #ffaf7b);
    background: -webkit-linear-gradient(to top, #960308, #c70007, #ffaf7b);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
}

.main-title span.red+.red {
    /* % */
    font-size: 110%;
}

@media screen and (max-width: 576px) {
    .main-title {
        font-size: 1.8rem;
        letter-spacing: 1px;
        padding-right: 30px;
        padding-left: 30px;
        line-height: 1.8;
    }
}


/* 新增TB */
.visa-table {
    border-collapse: collapse;
    width: 100%;
    font-family: "Microsoft JhengHei", sans-serif;
}

.visa-table thead {
    background-color: #b7874e;
    /* 表頭背景色 */
    color: #000;
}

.visa-table th,
.visa-table td {
    border: 1px solid #ccc;
    padding: 8px;
    /* vertical-align: top; */
    text-align: center;
}
.visa-table th {
    color: #ffffff;
}
.visa-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
    /* 淡灰交錯底色 */
}

.visa-section-title {
    font-weight: bold;
    margin-top: 24px;
}

.visa-links ul {
    padding-left: 18px;
}

.visa-links a {
    color: #0073aa;
    text-decoration: none;
}

.visa-links a:hover {
    text-decoration: underline;
}


/* 日本限定機場禮遇
 */
.visa-card {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 20px;
    height: 100%;
    background-color: #fff;
    text-align: left;
    color: #737171;
}

.visa-title {
    font-weight: bold;
    color: #cc9900;
    /* 金色標題 */
}

.visa-link {
    color: #007bff;
    text-decoration: none;
}

.visa-link:hover {
    text-decoration: underline;
}

.mainArea h3.dateC.dateD{
    font-size: 1.2rem;
    margin-top: 0;
}

.textGolden.textG_New{
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
} 

@media screen and (max-width: 992px) {
    .ubinfinitesNew{
        line-height: 60pt;
        padding: 0 70px;
    }
}
@media screen and (max-width: 576px) {
    .visa-card  {
        padding: 10px 5px;
    }
    .ubinfinitesNew{
        line-height: 60pt;
        padding: 0 10px;
    }
}
/* --------
h5 */
.visa-card h5 {
    /* 內文區塊下方備註 */
    color: #2E2E2E;
    font-size: 16pt;
    line-height: 1.8;   
    padding: 40px 0px;
    text-align: left;
    margin-bottom: .5rem;
}

@media screen and (max-width: 767px) {
    .visa-card h5 {
        font-size: 16px;        
    }
}

