@charset "utf-8";

/****************** 基本 ******************/

* {
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva, sans-serif;
}

body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #777777;
    color: #323232;
    background-color: #fff;
    height: 100%;
    position: relative;
    /*padding-top: 70px;*/
}

.text-center{
    margin-bottom: 20px;
}

@media screen and (max-width: 1400px) {
    body {
        /* padding-top: 60px; */
    }
}

hr {
    border-top: 1px solid #afafaf;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
    line-height: 2em;
}

p {
    margin-bottom: 1.5em;
}

a {
    color: #009999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus,
a:visited {
    color: #006464;
    outline: none;
    text-decoration: none;
}

img,
object,
embed,
video {
    max-width: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: #000;
    opacity: .2;
}

.RZ{
    max-width: 250px;
    }
    @media screen and (max-width: 1200px){
        .RZ{
        width: 215px;
        }        
    }
    @media screen and (max-width: 992px){
        .RZ{
        width: 280px;
        }        
    }
    @media screen and (max-width: 768px){
        .RZ{
        width: 210px;
    }    
    }
    @media screen and (max-width: 576px){
        .RZ{
        width: 160px;
        }        
    }
    @media screen and (max-width: 410px){
        .RZ{
        width: 115px;
        }        
    }    

.CTN{
    margin-bottom: 15px;
}
 

/*
--- 按鈕 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;
}

#discount {
    display: block;
}

@media screen and (max-width: 576px) {
    #line {
        display: none;
    }
    #line_m {
        display: block;
    }
    #discount {
        display: none;
    }
    #discount_m {
        display: block;
    }
    #screenshot {
        display: none;
    }
    #screenshot_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;
}

.navbar-light .navbar-nav>li>a:hover,
.navbar-light .navbar-nav>li>a:focus {
    color: #009999;
    background-color: transparent;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav>.active>a:focus {
    color: #009999;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
}


/*
--- 導覽列下拉dropdown-menu ---*/

.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #009999;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #eaeaea;
}

@media screen and (max-width: 1200px) {
    .navbar .navbar-brand {
        margin-right: 0px;
        margin-left: 20px;
        width: 200px;
        height: 60px;
        /* 60 only*/
        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%;
    }
}


/****************** 輪播 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;
    }
}
@media screen and (max-width: 375px){
    .img-fluid{
    /* min-width: 320px; */
    /* top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;     */ 
    }
}

@media screen and (max-width: 768px){
    .TRZ{ 
    max-width: 75%;
    }
}
@media screen and (max-width: 576px){
    .TRZ{ 
    max-width: 80%;
    }
}




/*
--- 活動主版 mainArea ---*/

.travel-table {
    width: 100%;
    max-width: 100%;
}

.circle {
    /*12%*/
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
    width: 70px;
    height: 70px;
    border-radius: 99em;
    background-color: #094da9;
    text-align: center;
    line-height: 70px;
    display: inline-block;
}

.mainArea {
    padding-top: 50px;
    padding-bottom: 30px;
}
.mainArea1 {
    padding-top: 50px;
    padding-bottom: 30px;
}





.mainArea h3.date {
    /* 活動起訖日+對象 */
    line-height: 1.5;
    font-size: 1.3rem;
}
.mainArea h3.date1 {
    /* 活動起訖日+對象 */
    line-height: 1.5;
    font-size: 1.5rem;
    padding-top: 20px;
    text-align: center;
}

.mainArea h4 {
    /* 活動敘述文 */
    color: #2E2E2E;
    font-size: 18pt;
    line-height: 1.5;
    padding: 10px 25px;
    /* text-align: right; */
    vertical-align: middle;
    letter-spacing: 1px;
    margin-bottom: 0;
    /* border-top: 1px solid #d0d0d0; */
    border-bottom: 1px solid #d0d0d0;

}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .mainArea h4 {
        /* font-size: 16pt; */
        padding-top: 10px;
        letter-spacing: 0px;
    }
    }
@media screen and (max-width: 992px){
    .mainArea h4 {
        text-align: center;
        padding: 10px 0px;
    }
}



.mainArea h5 {
    /* 內文區塊下方備註 */
    color: #2A2A2A;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    /* text-align: right; */
    padding-left: 10px;
    padding-right: 10px;
}
@media screen and (max-width: 1200px){
    .mainArea h5 {
        text-align: center;
    }
}


.mainArea p {
    color: #000000;
    font-size: 13pt;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 26px;
    padding-right: 15px;
    padding-left: 15px;
}
@media screen and (max-width: 768px){
    .mainArea h3.date{
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 576px){
    .mainArea p {
        margin-top: 0;
        font-size: 12pt;
    }
}

.mainArea img {
    margin: auto;
    text-align: center;
}
/* @media screen and (max-width: 1200px){
    .mainArea img {
        margin: 10px 0px;
    }
} */
@media screen and (max-width: 480px){
    .mainArea img{
        /* margin: 0px auto; */
    }
}

@media screen and (max-width: 576px) {
    .circle {
        /*5%*/
        font-size: 20px;
        font-weight: bold;
        color: #ffffff;
        width: 50px;
        height: 50px;
        border-radius: 99em;
        background-color: #FF0000;
        text-align: center;
        line-height: 50px;
        display: inline-block;
    }

    .mainArea {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mainArea h3 {
        /* color: #FFFFFF; */
        font-size:  20px;
        /* background-color: #b43811; */
        /* border-radius: 99em; */
        margin-bottom: 0px;
        /*border: 50px solid #FF0004;*/
        /*max-width: 50px;*/
        line-height: 24pt;
        /* text-align: justify; */
    }

    .mainArea h3.date {
        /* 活動起訖日+對象 */
        font-size: 1rem;
        padding-bottom: 10px;
    }
    .mainArea h3.date1 {
        /* 活動起訖日+對象 */
        font-size: 1.2rem;
        padding: 10px 0px;
    }
    .mainArea h4 {
        /* 活動敘述文 */
        font-size: 19px;
        /*line-height: 1.5;*/
        letter-spacing: 0;
    }
}
@media screen and (max-width: 320px){
    .mainArea h4 {
        font-size: 16px;
        font-weight: 600;
    }
}


/*
--- 活動內文區塊 mainText ---*/
.mainText {
	font-family: "微軟正黑體", Arial, Geneva, sans-serif !important;
	font-size: 24px;
	color: #2b2b2b;
	/* margin-top: 0px;
	margin-bottom: 15px; */
	line-height: 50px;
    /* border-radius:10px; */
    /* border-top: 1px solid #d0d0d0; */
    /* border-bottom: 1px solid #d0d0d0; */

	display: block;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	text-align: center;
    font-weight: bold;
}
@media screen and (max-width: 576px){
    .mainText {
        font-size: 16px;
        padding-top: 0px;
        /*padding-left: 5px;
        padding-right: 5px;*/
        padding-bottom: 10px;
        line-height: 36px;
        width: 100%;
    }
}

.mainText1 {
    font-size: 22px;
    color: #545559;
    /* margin-top: 15px; */
    /* margin-bottom: 15px; */
    line-height: 50px;
    /* border: 1px dashed #767272; */
    /* padding: 20px 20px; */
    text-align: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.mainText2 {
    font-size: 24px;
    color: #545559;
    margin-top: 50px;
    margin-bottom: 45px;
    line-height: 50px;
    /* border: 2px dotted  rgba(216, 64, 64, 0.775); */
    border-radius: 1000px;
    padding: 30px 20px;
    text-align: center;
    padding-right: 100px;
    padding-left: 100px;
    background-color: white;
    box-shadow:0px 8px 8px 0px rgb(194, 194, 194);
}
@media screen and (min-width: 992px){
    .mainText2 {
        font-size: 24px;
        color: #545559;
        margin-top: 50px;
        margin-bottom: 45px;
        line-height: 50px;
        /* border: 2px dotted  rgba(216, 64, 64, 0.775); */
        border-radius: 1000px;
        padding: 30px 20px;
        text-align: center;
        padding-right: 100px;
        padding-left: 100px;
        background-color: white;
        box-shadow:0px 8px 8px 0px rgb(194, 194, 194);
        margin-right: 120px;
        margin-left: 120px;
    }
}
@media screen and (max-width: 576px){
    .mainText2 {
        /* font-size: 24px;
        color: #545559; */
        margin: 0px;
        /* line-height: 50px;
        border: 2px dotted  rgba(216, 64, 64, 0.775);
        border-radius: 20px;
        padding: 0px;
        text-align: center;
        background-color: white;
        box-shadow:0px 5px 5px 0px rgb(194, 194, 194); */
        padding-bottom: 15px;
        padding-right: 20px;
        padding-left: 20px;  
        border-radius: 50px;  
        margin-bottom: 30px;
    }

}

.mainText1 h2 {
    text-align: center;
}

.mainText2 h2 {
    /* width: 320px; */
    margin-top: -60px;
    background-color: rgb(216, 64, 64);
}

.mainText1 .title,
.mainText2 .title {
    text-align: center;
    font-weight: bold;
    color: #007986;
    padding-left: 10px;
    padding-right: 10px;
}

.reward {
    color: #d60000;
    margin-right: 3px;
    margin-left: 3px;
    padding: 5px;
}

.flex-container {
    flex-direction: row;
}

.flexBox {
    display: flex;
    justify-content: space-between;
    align-content: 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 {
        font-size: 20px;
        margin-top: -20px;
        text-align: center;
        padding-right: 15px;
        padding-left: 15px;
    }
}


/*
--- 備註文字 ---*/

.memoTable {
    font-size: 15px;
    margin-top: 15px;
    /* margin-bottom: 40px; */
}

.memoTable td {
    vertical-align: top;
}


/*
--- 活動表格 ---*/

.mainArea .table thead th {
    font-weight: bold;
    height: 30px;
    border-bottom: 1px;
}

.mainArea .table-bordered th,
.mainArea .table-bordered td {

    padding: 10px;
    border: 1px solid #a1bbbd;
    vertical-align: middle;
    line-height: 26px;
}
.mainArea .table-bordered th {
    font-size: 20px;
    /* font-weight: bold; */
    background-color: #ffe4e4;
}

.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: 768px){
    .mainArea .table-bordered {
        line-height: 1.5;
    }
}


@media screen and (max-width: 576px) {
    .mainArea .table-bordered th {
        padding: 2px;
        font-size: 16px;
        line-height: 20px;
    }
    .mainArea .table-bordered td {
        padding: 2px;
        font-size: 16px;
        line-height: 20px;
    }
    .mainArea .table-bordered {
        line-height: 1.5;
    }
}


/*
--- 注意事項 ---*/

.noticeDesc h4 {
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 20pt;
    margin-bottom: 0px;
}

.noteTable{
    width: 95%;
    border: 1px solid #000; 
    text-align: center;
    font-size: 16px;
    vertical-align: top;
}
.noteTable td{
    border: 1px solid #000; 
}

.vaTop{
    vertical-align: top;
}

ul.list-style {
    margin-bottom: .3rem;
    padding: 0 0 0 20px;
}

ul li {
    word-break: break-all;
}

/*
--- 注意事項表格 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;
}

@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;
    }
}


/*
--- 版權宣告footer ---*/

#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;
    }
}


/* animate */

.js .to-animate,
.js .to-animate-2,
.js .single-animate .js .animate-single {
    opacity: 0;
}

.js .animate-box {
    opacity: 0;
}

.text1p { 
    font-size: 26px;
    /* color: #545559; */
    /* margin-top: 15px; */
    /* margin-bottom: 15px; */
    line-height: 38px;
    /* display: block; */
    /* width: 100%; */
    /* margin-left: auto; */
    /* margin-right: auto; */
}
@media (max-width: 991px){
    .text1p { margin-top: 10px;}
}
@media screen and (max-width: 769px) {
    .text1p { margin-top: 0px;}
}
@media screen and (max-width: 576px){    
    .text1p {
        font-size: 19px;
        /* color: #000; */
        padding: 0px;
        line-height: 28px;

    }
}
.reward {
    font-size: 160%;
    font-weight: bold;
    color: #d60000/*#0074ff*/;
    margin-right: 3px;
    margin-left: 3px;
    padding: 5px;
}

.button1 .btn.btn-lg.btn-default {
    background-color: #F8F3F3;
    border: 1px solid rgba(183,183,183,1.00);
    font-size: 14px;
    letter-spacing: 0px;
}
.button1 {
    /* position: absolute; */
    margin-top: 30px;
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 24pt;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ccc;
    color: #626364;
    background-color: #fff;
}
.button1:hover,.button1:focus {
    color: rgba(255,79,0,1.00);
    font-size: 14px;
    border-color: rgba(255,171,107,1.00);
    border-width: thin;
}
@media screen and (max-width: 360px){
    .button1 {
        font-size: 12px;
    }
}


/*-------------------優惠滿檔end---------------------*/
/*== 滑動slider ==*/
#main {
	margin-left: 0;
	/* width: 500px; */
	/*margin-top: 0;*/
	margin-top: 10px;

}
#main_1 {
	margin-left: 0;
	width: 500px;
	/*margin-top: 0;*/
	margin-top: 10px;
}
.slides h4{
    /* margin-top: -10px; */
    font-size: 15px;
    line-height: 1.2;
    color: #333333;
    border-bottom: 0px;
}
@media screen and (max-width: 991px) {
	#main {
		/* margin-left: 30%; */
		width: 400px;
	}
	#main_ {
		margin-left: 30%;
		width: 400px;
	}
}
@media screen and (max-width: 769px) {
	#main {
		/* margin-left: 20%; */
	}
   #main_1 {
		margin-left: 20%;
	}
}
@media screen and (min-width: 350px) and (max-width: 400px) {
    #main {
        /* margin-left: -23px; */
        width: 360px;
    }

    #main_1 {
        margin-left: -21px;
        width: 360px;
    }

    .slides h4 {
        margin-top: -10px;
        font-size: 16px;
        line-height: 1.2;
        color: #333333;
    }
}
@media screen and (min-width: 401px) and (max-width: 480px) {
    #main {
        margin-left: -2px;
        width: 360px;
    }

    #main_1 {
        margin-left: -2px;
        width: 360px;
    }

    .slides h4 {
        margin-top: -10px;
        font-size: 16px;
        line-height: 1.2;
        color: #333333;
    }
}

@media screen and (max-width: 320px) {
	#main {
		/* margin-left: -15px; */
		width: 290px;
	}
	#main_1 {
		margin-left: -7%;
		width: 290px;
	}
	.slides h4{
	margin-top: -10px;
	font-size: 16px;
	line-height: 1.2;
	color: #333333;
}
	element.style {
		width: 320px;
}
}
/*---滑動end---*/
/*-------------- 綁定注意事項--------------------*/


h4.contentT{
    text-align: center;
    border-bottom: 0px;
}
@media screen and (max-width: 576px){
    h4.contentT{
        /* text-align: justify; */
    }
}

.fh5co-qr{
    margin-top: -60px;
    padding-top: 120px;
}


.flexBox {
    display: flex;
    justify-content: center;
    align-content: stretch;
    /* [disabled]padding-left: 10px; */
    /* [disabled]padding-right: 10px; */

}
@media screen and (max-width: 768px){
    .flexBox {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    }
}


.mainTextC{
    font-size: 24px;
    color: #545559;
    margin: 8px;
    line-height: 50px;
    border: 1px dashed #916b5f;
    padding: 25px;
    /* [disabled]border-radius: 10px; */
    text-align: center;
    /* [disabled]-webkit-box-shadow: 0px 0px 10px; */
    /* [disabled]box-shadow: 0px 0px 10px; */
    max-width: 350px;
    position: relative;
}
@media screen and (max-width: 1200px){
    .mainTextC{
        max-width: 300px;
    }
}
@media screen and (max-width: 992px){
    .mainTextC{
        max-width: none;
    }

}
.mainTextC h2{
    text-align: center;
    z-index: 10;
}
.actOver{
    margin: -25px;
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(238, 238, 238, 0.6);
    justify-content: center;
    align-items: center;
}
.actOver h4{
    color: rgb(228, 2, 2);
    font-weight: 600;
    border: 4px rgb(228, 2, 2) solid;
    background-color:  rgb(255, 255, 255, 0.6);
}
.font3 {
    padding-top: 5px;
    /* [disabled]padding-bottom: 5px; */
    font-size: 24px;
    /* [disabled]margin-bottom: 20px; */
    line-height: 42px;
    margin-left: 0px;
}
@media (max-width:992px){
    .font3 {
        line-height: 36px;
    }	
}
@media (max-width:768px){
    .font3 {
        font-size: 17pt;
        line-height: 40px;
    }	
}
@media (max-width:576px){
    .font3 {
        font-size: 16pt;
        padding-top: 0px;
    }
}

.font4 {
    /* padding-top: 5px; */
    /* [disabled]padding-bottom: 5px; */
    font-size: 20px;
    /* [disabled]margin-bottom: 20px; */
    line-height: 28px;
    margin-left: 0px;
    margin-bottom: 0;
}
@media (max-width:992px){
    .font4 {
        line-height: 36px;
    }	
}
@media (max-width:768px){
    .font4 {
        font-size: 17pt;
        line-height: 40px;
    }	
}
@media (max-width:576px){
    .font4 {
        font-size: 16pt;
        padding-top: 0px;
    }
}


.mainArea h2 {        /* 活動主標 */
    color: #FFFFFF;
    font-size: 18pt;
    font-weight: 600;
    background-color: #3fb17b;
    border-radius: 50px;
    border: 1px solid #3fb17b;
    max-width: 300px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    /* [disabled]margin-bottom: 10px; */
    line-height: 26pt;
    padding-top: 8px;
    padding-bottom: 8px;
    letter-spacing: 1px;
    /* [disabled]font-weight: bold; */
}

@media screen and (max-width: 576px){
    .mainArea h2 {        /* 活動主標 */
        font-size: 17pt;
        /* [disabled]max-width: 300px; */
        /* [disabled]margin-top: -50px; */
        /* [disabled]width: 250px; */
        min-width: 150px;
        padding-top: 0px;
        padding-bottom: 0px;
    }	
}

.subTitle{
    /* color: #bb2800; */
    font-size: 18pt;
    font-weight: bold;
    margin-top: 15px;
    line-height: 26pt;
}

/* 修改style */
.footbg{
    width: 100%; 
    background-color: #f4f4f4;
}
.orangeMark{
    color: #ff771d; 
    font-weight: bold;
}
.orangeMarks{
    color: #ff3300;
}
.fontmoresmall{
    font-style: 12pt;
    color: #666;
    line-height: 1.6em;
}

.linepaybg{
    background-color: #f6f5f0;
}

.noticemarkRed{
    color: red;

}
.notictitleB{
    font-size: 18px;
}

.bonusBox{
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 5px;
    border-radius: 15px;
}
.giftBox{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px 30px;
    border-radius: 15px;
}

.bgColor{
    background-color: rgb(223, 237, 248);
}
@media screen and (max-width: 768px){
    .giftBox{
        flex-wrap: wrap;
    }
}

/* 注意事項model原800 修改較寬 */
@media (min-width: 992px){
.modal-lg, .modal-xl {
    max-width: 900px;
}
}

/*
  --- Swiper -------------------------------*/

  .swiper-container {
    padding: 0 4rem 1.25rem;
    width: 412px;

}

.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: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}


/* 無滑動區塊底部少了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;
        width: 345px;
    }
    .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;
        width: 320px;
    }
	.no-swiper-wrapper {
		padding: .1rem 1.75rem 0rem;
	}
    .swiper-container ul {
        margin-bottom: 40px;
    }
    .no-swiper-wrapper li {
        margin-bottom: 60px;
    }
}




/*
  --- Swiper end-------------------------------*/

  /*== 滑動slider ==*/

#main {
    margin-left: 0;
    width: 500px;
    /*margin-top: 0;*/
    margin-top: 10px;
}

#main_1 {
    margin-left: 0;
    width: 500px;
    /*margin-top: 0;*/
    margin-top: 10px;
}

.step h4 {
    margin: -10px -20px 0;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    border-bottom: 0;
}

@media screen and (max-width: 991px) {
    #main {
        margin-left: 30%;
        width: 400px;
    }
    #main_ {
        margin-left: 30%;
        width: 400px;
    }
}

@media screen and (max-width: 769px) {
    #main {
        margin-left: 20%;
    }
    #main_1 {
        margin-left: 20%;
    }
}

@media screen and (min-width: 350px) and (max-width: 400px) {
    #main {
        margin-left: -23px;
        width: 360px;
    }
    #main_1 {
        margin-left: -21px;
        width: 360px;
    }
}

@media screen and (min-width: 401px) and (max-width: 480px) {
    #main {
        margin-left: -2px;
        width: 360px;
    }
    #main_1 {
        margin-left: -2px;
        width: 360px;
    }
    .step h4 {
        margin-top: -10px;
        font-size: 16px;
        line-height: 1.2;
        color: #333333;
        
    }
}

@media screen and (max-width: 320px) {
    #main {
        margin-left: -15px;
        width: 290px;
    }
    #main_1 {
        margin-left: -7%;
        width: 290px;
    }
    .step h4 {
        margin-top: -10px;
        font-size: 16px;
        line-height: 1.2;
        color: #333333;
    }
    element.style {
        width: 320px;
    }
}


/*---滑動end---*/