@charset "utf-8";

/****************** 基本 ******************/
* {
    /* font-family: Arial, "微軟正黑體", "Microsoft JhengHei", Geneva, sans-serif; */
}

body {
    font-size: 18pt;
    font-weight: bold;
    line-height: 1.8;
    color: #777777;
    color: #323232;
    color: #000;
    background-color: rgb(255, 255, 255);
    height: 100%;
    position: relative;
    /*padding-top: 70px;*/
    /* text-align: justify; */
    background-image: url(../images/bg.jpg);
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* background-size: cover; */
}


@media screen and (max-width: 1400px) {
    body {
        padding-top: 60px;
    }
}

.footbg {
    width: 100%;
    background-color: #f4f4f4;
}

.text-center {
    margin-bottom: 10px;
}

hr {
    border-top: 0.7px solid rgb(175 175 175 / 42%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #000;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    color: #009999;
    outline: none;
    text-decoration: none;
}

a#onlyRed {
    color: #b60005;
    color: #e83837;
    text-decoration: underline;
}

a#onlyRed:hover {
    color: #009999;
}

.forContentLinek a {
    color: #00a0e9;
    text-decoration: underline;
    cursor: pointer;
}

.forContentLinek1 a {
    color: #fff;
    /* text-decoration: underline; */
    background-color: #00a0e9;
    cursor: pointer;
    border-radius: 50px;
    margin: 5px;
    padding: 5px 15px;
}

.forContentLinek a:hover,
a:active,
a:focus,
a:visited {
    text-decoration: none;
}

.forContentLinek a:hover {
    color: #009999;
    text-decoration: none;
}

.forContentLinek1 a:hover {
    color: #fff;
    background-color: #713509;
    text-decoration: none;
}

@media screen and (max-width: 992px) {
    .forContentLinek1 a {
        display: inline-block;
    }
}

.bluecolor {
    color: #00a0e9;
}

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: #66c2c3 !important;
    color: #fff !important;
    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;
    }
}


/* 右側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: #1a7b7b; */
    background: linear-gradient(#9cd9d9, #009999, #009999);
    /* [disabled]line-height: 24px; */
    /* letter-spacing: 3px; */
    /* text-orientation: upright; */
    margin: 0 auto;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    border-radius: 15px 0 0 15px;
    box-shadow: 2px 3px 3px #a7a7a7;
}

#applyBtn a {
    color: #fff;
    padding: 12px 10px;
    display: inline-block;
}

.dropleft .dropdown-menu {
    margin-top: -1.1rem;
}

.dropdown-menu1.show {
    transform: translate3d(-160px, 16px, 0px) !important;
}

#applyBtn .dropdown-menu a {
    padding: 5px 10px;
}

.dropdown-menu .dropdown-item {
    color: #333333 !important;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #applyBtn {
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        font-size: 15px;
    }

    #applyBtn a {
        padding: 12px 8px;
        letter-spacing: 2px;
    }

    .dropleft .dropdown-menu {
        margin-top: -0.8rem;
    }

    .dropdown-menu1.show {
        transform: translate3d(-160px, 12px, 0px) !important;
        display: flex;
    }

    .dropdown-menu {
        min-width: 10rem;


    }

    .dropdown-item {
        padding: 0.25rem 0.25rem;
        width: auto;
    }

    .dropdown-menu .dropdown-item {
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
}

#applyBtn a:hover,
#applyBtn a:active,
#applyBtn a:focus,
#applyBtn a:visited {
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
}

#applyBtn:hover,
#applyBtn:active,
#applyBtn:focus,
#applyBtn:visited {
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
    background: #66c2c3;
}

/*--- 右側button 小白按鈕 ---*/
#myBtn {
    display: inline-block;
    position: fixed;
    width: 133px;
    height: 195px;
    bottom: 50px;
    right: 35px;
    z-index: 99;
    border: none;
    outline: none;
    /* background-image: url("../images/apply.png"); */
    background: url(../images/apply.png) no-repeat;
    cursor: pointer;
    padding: 10px;
}

#myBtn:hover {
    background-image: url("../images/apply_a.png");
    /* transform: translateY(-25px); */
}

@media screen and (max-width: 992px) {
    #myBtn {
        height: 60%;
    }
}


@media screen and (max-width: 768px) {
    #myBtn {
        width: 81px;
        height: 119px;
        bottom: 80px;
        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: 50%;
        /* 130px; */
    }
}

@media screen and (max-width: 480px) {
    #myBtn {
        height: 56%;
        /* 123px; */
    }
}

@media screen and (max-width: 414px) {
    #myBtn {
        height: 58%;
        /* 50%; */
    }
}

@media screen and (max-width: 375px) {
    #myBtn {
        /* height: 35%; */
        /* 119px; */
    }
}

/*--- 右側button 小白按鈕 ---*/

/*
--- 切換裝置顯示項目 ---*/
#line {
    display: block;
}

#line_m {
    display: none;
}

#percentpoint {
    display: block;
}

#percentpoint_m {
    display: none;
}

@media screen and (max-width: 576px) {
    #line {
        display: none;
    }

    #line_m {
        display: block;
    }

    #percentpoint {
        display: none;
    }

    #percentpoint_m {
        display: block;
    }
}

/****************** 導覽列 navbar ******************/
.navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}

.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(https://card.ubot.com.tw/eCard/activity/RWD/images/UBOT-logo.png) no-repeat 0 50%;
}

.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;
}

@media screen and (max-width: 992px) {
    .navbar-nav>li>a {
        margin-left: initial;
    }  
}

.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;
}

/* :hover */
.navbar-nav>li>a:after {
    content: '';
    display: block;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    background: #009999;
    z-index: -1;
    transition: all .5s;
}

.navbar-nav>li:hover>a:after {
    transform: scaleX(1);
}

/*--- 導覽列下拉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*/
        background: url(https://card.ubot.com.tw/eCard/activity/RWD/images/UBOT-logo_s.png) no-repeat 0 50%;
    }
}

@media screen and (max-width: 576px) {
    .navbar .navbar-brand {
        /* margin-right: 50px; */
        margin-left: 15px;
        background: url(https://card.ubot.com.tw/eCard/activity/RWD/images/UBOT-logo_s.png) no-repeat 0 50%;
    }
}

/* .shareBox {
    position: absolute;
    right: 0;
    margin-right: 10px;
} */


/****************** 輪播 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;
}

.topimg-Half-ckeck {
    background-image: url(../images/topHalf_check.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;
    }

    .topimg-Half-ckeck {
        background-image: url(../images/topHalf_check_m.jpg) !important;
    }
}

/* 主視覺非背景設定 */

.topImg {
    padding-top: 70px;
    /* background-color: #fffcd3; */
}

@media screen and (max-width: 1401px) {
    .topImg {
        padding-top: 12px;
    }
}

@media screen and (max-width: 1194px) {
    .topImg {
        padding-top: 0px;
    }
}

#top {
    text-align: center;
}

/****************** 版面 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-tab-mb {
    margin-bottom: -75px !important;
}

.mainArea {
    padding-top: 0px;
    padding-bottom: 30px;
    /* background-color: #fffcd3; */
}

.mainArea h2 {
    position: absolute;
    color: #FFFFFF;
    font-size: 18pt;
    background-color: #55b5c3;
    border: 2px solid #55b5c3;
    /* border-radius: 50px; */
    /* border: 1px solid #009999; */
    /* max-width: 100%; */
    width: 30%;
    /* 100% */
    margin: 0 auto;
    line-height: 28pt;
    text-align: center;
    top: 0;
    right: 35%;
    /* 0; */
    /* border-radius: 16px 16px 0px 0px; */
    border-radius: 25px;
    font-weight: 700;
    letter-spacing: 0.1rem;
    padding: 4px;
}

@media screen and (max-width: 576px) {
    .mainArea h2 {
        /* 活動主標 */
        font-size: 16pt;
        width: 50%;
        right: 26%;
    }
}

.mainArea h2 small {
    color: #333333;
}

.mainArea h3.date {
    /* 活動起訖日+對象 */
    line-height: 1.5;
    font-size: 1.5rem;
    margin-top: 30px;
    text-align: left;
}

.mainArea h4 {
    /* 活動敘述文 */
    color: #2E2E2E;
    font-size: 16pt;
    line-height: 1.5;
    /* padding-top: 10px; */
    padding-bottom: 3px;
    text-align: justify;
}

.mainArea h5 {
    /* 內文區塊下方備註 */
    color: #2A2A2A;
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.mainArea p {
    color: #000000;
    font-size: 18pt;
    font-weight: bold;
    /* text-align: center; */
    margin-bottom: 0px;
    line-height: 24pt;
}

@media screen and (max-width: 480px) {
    .mainArea p {
        font-size: 12pt;
        line-height: 20pt;
    }

    .noticetable {
        font-size: 12pt;
    }
}

.mainArea img {
    margin: 0px auto;
}

#percentpoint_m,
#percentpoint {
    margin-top: 20px;
    margin-bottom: 60px;
}

@media screen and (max-width: 576px) {
    .mainArea {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .mainArea h3.date {
        /* 活動起訖日+對象 */
        font-size: 1rem;
        margin-top: 15px;
    }

    .mainArea h4 {
        /* 活動敘述文 */
        font-size: 14pt;
        line-height: 1.5;
    }
}

/*
--- 活動內文區塊 mainText ---*/
.mainText1 {
    font-size: 24px;
    color: #545559;
    /* margin-top: 8%; */
    margin-bottom: 15px;
    /* line-height: 50px; */
    /* border: 3px solid #55b5c333; */
    /* padding: 43px 25px 40px 25px; */
    padding: 43px 20px 40px 20px;
    text-align: center;
    /* box-shadow: 5px 5px 1px #b8e3e933;
    border-radius: 20px; */
    /* background-image: url(../images/bg.png);
    background-position: center top; */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    /* background-color: #fff; */
    position: relative;
}

@media screen and (max-width: 428px) {
    .mainText1 {
        /* padding: 47px 25px 25px 25px; */
        padding: 10px;
        /* margin-top: 15%; */
    }
}

.mainText2 {
    font-size: 24px;
    color: #545559;
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 50px;
    /* border-bottom: 1px solid #777; */
    /* border: 1px solid #009999; */
    /* padding: 10px 20px; */
    text-align: center;
}

.mainText1 h2 {
    text-align: center;
    padding: 3px 0px;
    margin-top: -25px;
    margin-bottom: 15px;
    overflow: hidden;
}

.mainText2 h2 {
    width: 300px;
    margin-top: -50px;
    background-color: #009999;
    border: 1px solid #009999;
}

.mainText1 h3 {
    font-size: 26px;
    color: #009999;
    padding-top: 28px;
    padding-bottom: 10px;
}

@media screen and (max-width: 992px) {
    .mainText1 h3 {
        font-size: 20pt;
        /* padding-top: 30px; */
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .mainText1 h3 {
        font-size: 16pt;
        /* padding-top: 30px; */
        padding: 10px 0;
        line-height: 1.4;
    }
}

.mainText1 h4,
.mainText2 h4 {
    font-size: 20px;
    color: #777;
    text-align: center;
}

.mainText1 .title,
.mainText2 .title {
    text-align: center;
    font-weight: bold;
    color: #007986;
    padding-left: 10px;
    padding-right: 10px;
}



/* 活動區塊 */
.contBox {
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
}

@media screen and (max-width: 576px) {
    .contBox {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.outBox {
    display: flex;
    justify-content: center;
}


.flex-container {
    flex-direction: row;
}

.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

@media screen and (max-width: 991px) {
    .flexBox {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
    }
}

@media screen and (max-width: 576px) {

    .mainText1 .title,
    .mainText2 .title {
        font-size: 1.5rem;
    }

    .mainText2 h2 {
        width: 235px;
        line-height: 20pt;
    }
}

@media screen and (max-width: 375px) {
    .mainText2 h2 {
        width: initial;
        line-height: 20pt;
    }
}

/*
--- 備註文字 ---*/
.memoTable {
    /*  font-size: 15px;
    text-align: left; */
    font-size: 19px;
    text-align: center;
    padding-top: 35px;
    color: gray;
}

.memoTable td {
    vertical-align: top;
}

/*
--- 活動表格 ---*/
.mainArea .table thead th {
    height: 30px;
    border-bottom: 1px;
}

.mainArea .table-bordered th,
.mainArea .table-bordered td {
    padding: 3px;
    border: 1px solid #a1bbbd;
    vertical-align: middle;
}

.mainArea .table-bordered {
    text-align: center;
    line-height: 2;
    vertical-align: middle;
    border-width: 1px;
    border-color: #ddd;
    padding: 10px;
}

@media screen and (max-width: 576px) {
    .mainArea .table thead th {
        font-size: 17px;
    }

    .mainArea .table-bordered td {
        font-size: 17px;
    }

    .mainArea .table-bordered {
        line-height: 1.5;
    }
}


/*--- 分頁 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;
}

@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;
    }
}


/* Bootstrap4 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;
    margin-bottom: 42px;
}

.paytab .nav-tabs li {
    margin: 0;
}

.paytab .nav-tabs li a {
    display: block;
    padding: 0px 30px;
    font-size: 26px;
    font-weight: 700;
    color: #009999;
    /*text-transform: uppercase;*/
    text-align: center;
    border-radius: 40px;
    /* [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: #01a3c0;
    border: 1px solid #01a3c0;原配色 */
    padding: 0px 30px;
    color: #ffffff;
    background-color: #66c2c3;
}

.paytab .nav-tabs li a:hover {
    color: #ffffff;
    /* [disabled]border: 1px solid #009dad; */
    padding: 0px 30px;
    background-color: #66c2c3;
}

.paytab .nav-tabs li.active a {
    color: #01a3c0;
    border: 1px solid #01a3c0;
    padding: 0px 30px;
}

@media screen and (max-width: 768px) {
    .paytab .nav-tabs li a {
        font-size: 24px;
        padding: 4px 10px !important;
        margin-left: 5px;
        margin-right: 5px;

    }

    .paytab .nav-tabs li a.active {
        padding: 4px 10px;
    }

    .paytab .nav-tabs li a:hover {
        padding: 4px 10px !important;
    }

    .paytab .nav-tabs li.active a {
        padding: 4px 10px;
    }
}

/* 以下 Bootstrap5 4分頁按鈕 */
.paytab .nav-pills {
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: none;
    margin-bottom: 42px;
}

.paytab .nav-pills li button {
    width: 180px;
    height: 50px;
    font-size: 26px;
    font-weight: bold;
    color: #009999;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    border-radius: 40px;
    border: none;
    padding: 0 30px;
    margin-right: 10px;
    margin-left: 10px;
}

.paytab .nav-pills li button:hover {
    color: #fff;
    background-color: #66c2c3;
    border-radius: 40px;
}

.paytab .nav-pills li button.active {
    color: #fff;
    border: none;
    border-radius: 40px;
    background-color: #66c2c3;
    height: 50px;
    padding: 0 30px;
    margin-right: 10px;
    margin-left: 10px;
}

#pageBTN {
    background: #fff;
    color: #009999;
    border: none;
    border-radius: 40px;
    display: block;
    font-size: 26px;
    font-weight: bold;
    height: 50px;
    margin: 0 10px;
    padding-top: 5px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 0;
    width: 180px;
}

@media screen and (max-width: 576px) {
    .paytab .nav-pills {
        display: flex;
        flex-direction: column;
        align-content: center;
        margin-top: 15px;
    }

    .paytab .nav-pills li button {
        width: 360px;
        height: 42px;
        font-size: 20px;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
        border: 1px solid #DBDBDB;
    }

    .paytab .nav-pills li button:hover {
        color: #fff;
        background-color: #66c2c3;
        border-radius: 40px;
    }

    .paytab .nav-pills li button.active {
        height: 42px;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
    }

    #pageBTN {
        width: 360px;
        height: 42px;
        font-size: 20px;
        margin-bottom: 10px;
        margin-right: 5px;
        margin-left: 5px;
        border: 1px solid #DBDBDB !important;
    }
}

@media screen and (max-width: 375px) {

    .paytab .nav-pills li button,
    #pageBTN {
        width: 330px;
    }
}

/* 以上 Bootstrap5 4分頁按鈕 end */

.paytab .tab-content {
    /* padding: 20px; */
    margin-top:
        /*-5px*/
        -20px;
    border-top: 2px solid #e5e5e5;
}

.paytab .tab-content h5 {
    font-size: 13px;
    line-height: 21px;
    color: #757575;
    /* line-height: 26px; */
    text-align: left;
}

@media screen and (max-width: 576px) {
    .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;
    }

    .paytab .tab-content {
        /* padding: 20px; */
        margin-top: 0;
        border: 0px;
    }
}

@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 {
    background-color: #eeeeee;
}

.copyright a {
    color: #7f7f7f;
    outline: none;
    text-decoration: none;
}

.copyright h4,
.copyright h5 {
    margin-top: 15px;
}

.copyright h4 {
    font-size: 26px;
    text-align: right;
}

.copyright h5 {
    font-size: 12px;
    text-align: left;
    color: #777;
    margin-left: 70px;
}

.copyright p {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.copyright .list-inline {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .copyright h4 {
        font-size: 20px;
        text-align: center;
    }

    .copyright h5 {
        font-size: 12px;
        margin-left: auto;
    }

    .copyright p {
        font-size: 12px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    #footer {
        padding: 10px 0;
        color: #7f7f7f;
        background-color: #eeeeee;
    }

    #footer .copyright {
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    .copyright h5 {
        text-align: center;
    }

    .copyright a {
        color: #7f7f7f;
        outline: none;
        text-decoration: none;
    }
}

/*ubFooter*/

#ubFooter {
    background-color: #1a7b7b;
    color: #FFFFFF;
    flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
}

#ubFooter .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

#ubFooter .copyright {
    /*background-color: none;*/
    font: 62.5%/1.6em Arial, Helvetica, Verdana, sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.footer-copyright {
    min-height: 51px;
    color: #8f8f8f;
    background-color: #025050;
    text-align: center;
}

#ubFooter .footer-copyright p {
    /*  margin: 10px;*/
    color: #ccc;
    margin-bottom: 0;
}

#ubFooter ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.2;
}

#ubFooter h5 {
    font-size: 18px;
    color: #FFFFFF;
    /*font-weight: bold;*/
    margin-top:
        /*30px*/
        37px;
}

#ubFooter h2 a {
    font-size: 50px;
    text-align: center;
    color: #fff;
}

#ubFooter a {
    color: #d2d1d1;
    text-decoration: none;
}

#ubFooter a:hover,
#ubFooter a:focus {
    text-decoration: none;
    color: white;
}

#ubFooter .social-networks {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 16px;
}

#ubFooter .social-networks a {
    font-size: 32px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#ubFooter .social-networks a:hover {
    text-decoration: none;
}

#ubFooter .facebook:hover {
    color: #0077e2;
}

#ubFooter .btn {
    color: white;
    background-color: #00adad
        /*#d84b6b*/
    ;
    border-radius: 20px;
    border: none;
    width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    #ubFooter {
        text-align: center;
    }
}

@media screen and (max-width: 480px) {
    #ubFooter .footer-copyright p {
        font-size: 12px;
    }
}

/*--- ubfooter end---*/

/*--- fb、line、QR code資訊分享 ---*/
.share-zone {
    background-color: #8ed3d336;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    justify-content: space-around;
}

.shareIntro {
    color: #009999;
    font-weight: bold;
    font-size: large;
}

.share-zone img {
    margin-right: 5px;
    margin-left: 5px;
}

/*--- fb、line、QR code資訊分享 end ---*/

.tablebg {
    background-color: #EDEDED;
}

@media (max-width:576px) {
    .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;
        padding-bottom: 0px;
    }

    .nav.nav-tabs .nav-item a {
        font-size: 20px;
    }
}


.mainText1 h3.newfontSize {
    font-size: 20pt;
    letter-spacing: 1px;
    line-height: 1.4;
}

@media screen and (max-width: 992px) {
    .mainText1 h3 {
        font-size: 18pt;
        /* padding-top: 30px; */
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 576px) {
    .mainText1 h3.newfontSize {
        font-size: 16pt;
        padding: 10px 0;
        line-height: 1.4;
    }
}


@media screen and (max-width: 720px) {
    .titleImg {
        display: none;
    }
}

.careerInfo {
    border-bottom: 2px solid #e7f6f6;
    padding: 10px;
    width: auto;
}

.rewardGN {
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
    margin-right: 6px;
    margin-left: 6px;
    padding: 12px 17px;
    border: 1px solid #009999;
    border-radius: 100%;
    background-color: #009999;
}

.rewardGN2 {
    color: #009999;
    font-size: 28px;
    font-weight: bold;
    margin-right: 6px;
    margin-left: 6px;
    padding: 12px 17px;
    border: 1px solid #009999;
    border-radius: 100%;
    background-color: #fff;
}

.card {
    border: 1px solid #66c2c373;
    /* #66c2c3; */
    box-shadow: 3px 2px 3px #eaeded;
}

.dottedLine {
    border-top: 6px dotted rgb(102 194 195 / 36%);
    /* rgb(175 175 175 / 20%); */
    margin-top: 2%;
    width: 50%;
}

/* 徵才影片 */
.video-container {
    position: relative;
    margin-top: 60px;
    margin-bottom: 30px;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

@media screen and (max-width: 540px) {
    .video-container {
        margin-top: 30px;
        margin-bottom: 15px;
    }
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* ------------------- NEW !!------------------------ */

/* -- 錨點 設定 START -- */

#eventA,
#eventB,
#eventC,
#eventD,
#eventN {
    margin-top: -50px;
    padding-top: 80px;
}

@media screen and (max-width: 768px) {

    #eventA,
    #eventB,
    #eventC,
    #eventD,
    #eventN {
        margin-top: -310px;
        padding-top: 320px;
    }
}

/* -- 錨點 設定 END -- */



#eventA,
#eventB,
#eventC,
#eventD {
    margin-bottom: 40px;
}

@media screen and (max-width: 576px) {

    #eventA,
    #eventB,
    #eventC,
    #eventD {
        margin-bottom: 0px;
    }
}


.text01 {
    font-family: "微軟正黑體";
    font-size: 20pt;
    line-height: 42px;
    color: #808080;
}

.content01 {
    color: #000000;
}

.content02 {
    margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
    .text01 {
        font-size: 18pt;
    }
}

@media screen and (max-width: 480px) {
    .content02 {
        margin-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .text01 {
        font-size: 12pt;
        /* line-height: 24px; */
    }
}

.mainth {
    color: #FFFFFF;
    background-color: #92308d;
    background-color: #b60005;
    background-color: #e83837;
    border-radius: 30px;
    line-height: 35pt;
    /* letter-spacing: 5px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width: 480px) {
    .mainth {
        color: #FFFFFF;
        background-color: #92308d;
        background-color: #e83837;
        border-radius: 30px;
        line-height: 35pt;
        letter-spacing: 1px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 3px;
        padding-bottom: 3px;
    }
}

/* --------活動獎項用_不同顏色----------- */
#mainth_A {
    color: #FFFFFF;
    background-color: #92308d;
    border-radius: 30px;
    line-height: 35pt;
    /* letter-spacing: 15px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #f5ab00;
}

#mainth_B {
    color: #FFFFFF;
    background-color: #92308d;
    border-radius: 30px;
    line-height: 35pt;
    /* letter-spacing: 15px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #3fb162;
}

#mainth_C {
    color: #FFFFFF;
    background-color: #92308d;
    border-radius: 30px;
    line-height: 35pt;
    /* letter-spacing: 15px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #00b9ee;
}

#mainth_D {
    color: #FFFFFF;
    background-color: #92308d;
    border-radius: 30px;
    line-height: 35pt;
    /* letter-spacing: 5px; */
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #c170a9;
}

/* --------活動獎項用_不同顏色 END----------- */

.title_purple {
    color: #92308d;
    color: #b60005;
    color: #e83837;
}

.CNT {
    line-height: 36pt;
}

@media screen and (max-width: 480px) {
    .CNT {
        line-height: 20pt;
        padding-top: 6px;
    }
}

.bigNumber {
    font-size: 150%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

/* --------------大標題_背景色塊----------------- */
.bgS_A {
    position: relative;
    background-color: #b60005;
    background-color: #e83837;
    margin-top: 10px;
    margin-bottom: 60px;
    height: 70px;
}

.bgS_AA {
    position: relative;
    background-color: #d4006c;
    margin-top: 10px;
    margin-bottom: 60px;
    height: 70px;
}

.bgS_B {
    position: relative;
    background-color: #00a0e9;
    margin-top: 10px;
    margin-bottom: 60px;
    height: 70px;
}

.bgS_BB {
    position: relative;
    background-color: #c688b6;
    margin-top: 10px;
    margin-bottom: 60px;
    height: 70px;
}

.bgS_C {
    position: relative;
    background-color: #9d4594;
    margin-top: 10px;
    margin-bottom: 60px;
    height: 70px;
    vertical-align: middle;
}

.bgS_CC {
    position: relative;
    background-color: #00d5e0;
    margin-top: 10px;
    margin-bottom: 60px;
    height: 70px;
    vertical-align: middle;
}

.bgS_N {
    position: relative;
    background-color: #f39800;
    margin-top: 10px;
    margin-bottom: 60px;
    height: 70px;
}

.bgS_NN {
    position: relative;
    background-color: #73c162;
    margin-top: 10px;
    margin-bottom: 60px;
    height: 70px;
}

/* --------------大標題_背景色塊 END----------------- */

.mainArea h1 {
    position: relative;
    color: #fff;
    padding-left: 120px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .mainArea h1 {
        font-size: 23pt;
        padding-top: 5px;
    }

    .mainArea h1.title_noNumber_1 {
        padding-top: 16px;
    }
}

.mainArea h1::before {
    /* content: url(../images/icon_01.png); */
    width: 62px;

}

.titleicon {
    position: absolute;
    height: 100px;
    display: block;
    top: -15px;
}

.navbar-collapse {
    /* justify-content: end; */
}

.title_noNumber {
    padding-top: 13px;
}


.keyRed {
    font-size: 150%;
    color: #ac0063;
}



.onlyRed {
    color: #ff363c;
}

.fontSw {
    font-weight: bold;
}

@media screen and (max-width: 1200px) {
    .fontSw {
        font-size: 16pt;
    }
}

@media screen and (max-width: 992px) {
    .fontSw{
        font-size: 14pt;
    }
}

@media screen and (max-width: 768px) {
    .CNT {
        line-height: 26pt;
    }

    .keyRed {
        font-size: 135%;
        color: #ac0063;
    }
}

@media screen and (max-width: 576px) {
    .titleicon {
        height: 75px;
    }

    .bgS_A {
        margin-top: 10px;
        margin-bottom: 30px;
        height: 50px;
    }

    .bgS_AA {
        margin-top: 20px;
        margin-bottom: 30px;
        height: 50px;
        vertical-align: middle;
    }

    .bgS_B {
        margin-top: 10px;
        margin-bottom: 30px;
        height: 50px;
    }

    .bgS_BB {
        margin-top: 20px;
        margin-bottom: 30px;
        height: 50px;
        vertical-align: middle;
    }

    .bgS_C {
        margin-top: 10px;
        margin-bottom: 30px;
        height: 50px;
        vertical-align: middle;
    }

    .bgS_CC {
        margin-top: 20px;
        margin-bottom: 30px;
        height: 50px;
        vertical-align: middle;
    }

    .bgS_N {
        margin-top: 10px;
        margin-bottom: 30px;
        height: 50px;
    }

    .bgS_NN {
        margin-top: 20px;
        margin-bottom: 30px;
        height: 50px;
        vertical-align: middle;
    }

    .mainArea h1 {
        font-size: 26px;
        padding-left: 80px;
    }

    .mainArea h1.title_noNumber_1 {
        padding-top: 10px;
    }

    .keyRed {
        font-size: 125%;
        color: #ac0063;
    }

    .CNT {
        line-height: 24pt;
    }

}

@media screen and (max-width: 480px) {
    .titleicon {
        height: 50px;
        top: -6px;
    }

    .mainArea h1 {
        font-size: 18px;
        padding-left: 60px;
        padding-top: 3px;
    }

    .bgS_A {
        margin-top: 5px;
        margin-bottom: 5px;
        height: 40px;
    }

    .bgS_B {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 40px;
    }

    .bgS_C {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 40px;
        vertical-align: middle;
    }

    .bgS_N {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 40px;
    }

    .bgS_AA,
    .bgS_BB,
    .bgS_CC,
    .bgS_NN {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 40px;
        vertical-align: middle;
    }

    .CNT {
        line-height: 20pt;
    }
}

#footer1 {
    padding: 10px 0;
    color: #FFFFFF;
    background-color: #00869A;
    font-size: 16pt;
    line-height: 45px;
    text-align: center;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}

@media screen and (max-width: 768px) {
    #footer1 {
        padding: 10px 0;
        color: #FFFFFF;
        background-color: #00869A;
        font-size: 10pt;
        line-height: 40px;
        text-align: center;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
    }
}




#organizer {
    display: block;
}

#organizer_m {
    display: none;
}

@media screen and (max-width: 576px) {
    #organizer {
        display: none;
    }

    #organizer_m {
        display: block;
    }
}


/* //////////// -- NFT 增加樣式 Start -- /////////////// */

.btn_color {
    color: #036eb8;
}

/* -- 浮動button -- */
#CusSer {
    position: fixed;
    width: 170px;
    bottom: 50px;
    right: 70px;
    z-index: 99;
}

.CusSer a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.CusSer a:hover {
    transform: scale(1.1);
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #CusSer {
        width: 120px;
        right: 20px;
    }
}


/*
--- faq 常見問題 -----------------------------------*/

.mainCtn .panel-body table {
    margin-top: 0;
    margin-bottom: 10px;
    border: 0px;
}

.faq {
    /* padding-top: 0.5rem; */
    padding-bottom: 0rem;
    padding-right: 0;
    padding-left: 0;
    /* background-color: #eeeeee; */
}

.faq h2 {
    color: #056dae;
    font-weight: bolder;
    font-size: 1.7rem;
    line-height: 28pt;
    text-align: center;
}

#accordion {
    /* padding-right: 24px; */
    /* padding-left: 24px; */
    z-index: 1;
}

#accordion .panel {
    border: none;
    box-shadow: none;
}

#accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none;
}

#accordion .panel-title {
    padding: 0;
    margin-bottom: 0;
}

#accordion .panel-title a {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #515151;
    padding: 15px;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
    margin-left: 0px;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 50px;
}

#accordion .panel-title a.collapsed {
    /* background: #eeeeee; */
    color: #0077e0;
    color: #000;
    margin-left: 0;
    transition: all 0.3s ease 0s;
    background-color: #e8feff;
    background-color: #fff88f;
    border-radius: 50px;

}

#accordion .panel-title a.collapsed:before {
    border-left-color: #009999;
}

#accordion .panel-title a:after {
    content: "\f106";
    font-family: 'FontAwesome';
    position: absolute;
    top: 30%;
    right: 25px;
    font-size: 18px;
    color: #515151;
}

#accordion .panel-title a.collapsed:after {
    content: "\f107";
    color: rgb(117, 117, 117);
}

#accordion .panel-collapse {
    position: relative;
}

#accordion .panel-body {
    /* font-size: 1rem; */
    color: #333;
    /* background-color: #eeeeee; */
    border-top: none;
    z-index: 1;
    padding-bottom: 10px;
}

#accordion .panel-body p {
    /* background-color: #fff; */
    margin-left: 25px;
    margin-right: 10px;
    margin-bottom: 1.5em;
    text-align: left;
}

#accordion .Outline01 {
    /* border-bottom: 1px solid #b7b7b7; */
    /* margin-bottom: 5px;*/
    /* border-top: 3px dashed #60f6fd; */
    margin-top: 20px;
    padding-top: 10px;
}

@media screen and (max-width: 768px) {
    #accordion .Outline01 {
        margin-top: 0px;
    }
}

#accordion .table01 {
    border: 1px solid #008781;
}

.t13_cc {
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

#atm {
    display: block;
}

#atm_m {
    display: none;
}

#accordion .panel-body table th,
#accordion .panel-body table td {
    vertical-align: middle;
    text-align: center;
    line-height: 20px;
    padding-left: 8px;
    padding-right: 8px;
}

#accordion .panel-body table.secTable,
#accordion .panel-body table.secTable tr,
#accordion .panel-body table.secTable td {
    border: 0px;
    vertical-align: top;
    text-align: justify;
}

@media (max-width: 720px) {
    #atm {
        display: none;
    }

    #atm_m {
        display: block;
    }
}

@media (max-width: 480px) {
    #accordion {
        padding-right: 0px;
        padding-left: 0px;
        z-index: 1;
    }

    #accordion .panel-title a {
        /* padding: 15px 25px 15px 0px; */
        font-size: 16px;
        font-weight: bold;
    }

    #accordion .panel-body p {
        margin-left: 15px;
        margin-right: 10px;
    }
}


/*faq end*/


/* -- 
區塊 : NFT領取鑄造流程 start -- */

/* -- 標題 : NFT領取鑄造流程 -- */
.mainArea h2.step123_subTitle {
    position: relative;
    width: 50%;
    right: 0;
    margin-top: 20px;
    margin-bottom: 30px;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    line-height: initial;
    background-color: initial;
    border: 3px solid #5f244f;
    color: #5f244f;
    font-family: 'Noto Sans TC', sans-serif;
}

@media screen and (max-width: 992px) {
    .mainArea h2.step123_subTitle {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .mainArea h2.step123_subTitle {
        font-size: 26px;
    }
}

@media screen and (max-width: 480px) {
    .mainArea h2.step123_subTitle {
        font-size: 18px;
    }
}

/* /////////////////////////////// */

.step123_layout {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

@media screen and (max-width: 992px) {
    .step123_layout {
        grid-template-columns: repeat(1, 1fr);
    }
}

.step123 {
    padding: 10px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px 1px #e2e2e2;
    text-align: center;
    grid-row: span 3;
    display: grid;
    grid-template-rows: subgrid;
    gap: 1px;
}

.step123 h3 {
    display: block;
    font-weight: bold;
    color: #595959;
    color: #5f244f;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-family: 'Noto Sans TC', sans-serif;
}

.step123 h4 {
    padding-top: 10px;
    color: #000;
    padding-right: 25px;
    padding-left: 25px;
}


/* -- 
區塊 : NFT領取鑄造流程  end -- */

