﻿@charset "utf-8";

/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/

* {
    font-family: "微軟正黑體", Arial, sans-serif;
}

body {
    font-weight: 400;
    font-size: 17px;
    line-height: 1.8;
    color: #777777;
    color: #7f7f7f;
    background: #fff;
    height: 100%;
    position: relative;
}

p {
    margin-bottom: 1.5em;
}

img,
object,
embed,
video {
    max-width: 100%;
}


/* IE 6 does not support max-width so default to width 100% */

.ie6 img {
    width: 100%;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

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;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    color: #000;
    font-family: "微軟正黑體", Arial, sans-serif;
    font-weight: 400;
}

hr {
    border-top: 1px solid #afafaf;
}

.navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;
}

.navbar-header {
    /*float: left;*/
}

.navbar-header .navbar-brand img {
    width: 90%;
}

.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-default .navbar-toggle .icon-bar {
    background-color: #009999;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #f8f8f8;
}

.navbar-nav>li>a {
    margin-left: 15px;
    margin-top: 10px;
    display: block;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
    color: #009999;
    background-color: transparent;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #009999;
    background-color: #e7e7e7;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
}

.notice-desc h3 {
    font-size: 18px;
    color: rgb(13, 22, 139);
    padding-bottom: 10px;
}

.notice-desc h2 {
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}

.rfont {
    color: rgb(255, 1, 1);
}

.container>.navbar-header,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container-fluid>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
    background-color: #f8f8f8;
    padding-left: 15px;
}

body .gridContainer.clearfix .navbar.navbar-default.navbar-fixed-top {
    height: 71px;
}

@media (max-width: 1200px) {
    body .gridContainer.clearfix .navbar.navbar-default.navbar-fixed-top {
        height: 61px;
    }

    .navbar .navbar-brand {
        margin-right: 0px;
        margin-left: 20px;
        width: 200px;
        height: 60px;
        background: url(https://card.ubot.com.tw/eCard/activity/RWD/images/UBOT-logo_s.png) no-repeat 0 50%;
    }
}

@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}

@media (max-width: 480px) {
    .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%;
    }
}

.fluid {
    clear: both;
    width: 100%;
    float: left;
    display: block;
}

.fluid .row {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0px;
}

/* 主視覺 */
.topimg1 {
    background-image: url(../images/top.jpg) !important;
    background-position: center !important;
    position: relative;
}

.topTitle{
    background-image: url(../images/top_Title.png) !important;
    background-position: center !important;
    background-size: contain;
    position: absolute;
    animation: topTitle 5s infinite linear alternate;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

.topRabbit{
    background-image: url(../images/top_Rabbit.png) !important;
    background-position: center !important;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
}

@keyframes topTitle {
    0%   {transform:translateY(0px);}
    75%  {transform:translateY(-30px);}
    100% {transform:translateY(-20px);}
}

@media screen and (max-width: 480px) {
    .topimg1 {
        background-image: url(../images/top_m.jpg) !important;
        background-position: center !important;
        background-size: contain !important;
        background-repeat: no-repeat;
        margin-top: 15px;
    }
    .topTitle, .topRabbit{
        display: none;
    }
}


.table>:not(caption)>*>*{
    border-bottom-width: 0;
}


/* Mobile Layout: 480px and below. */

.gridContainer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    clear: none;
    float: none;
    background-size: cover;
}

#content {
    /*padding-top: 50px;*/
    padding-bottom: 30px;
    /*background-color: aliceblue;*/
}

#content h5 {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
}

#content p {
    color: #000000;
    font-size: 13pt;
    /*text-align: center;*/
    /*margin-bottom: 0px;*/
}

img {
    margin: 0 auto;
}


/*--- 版權宣告footer ---*/
#footer {
    background-color: #eeeeee;
}

#footerStyle {
    width: 100%;
    background-color: #f4f4f4;
}

.copyright a {
    color: #7f7f7f;
    outline: none;
    text-decoration: none;
}

.copyright h4,
.copyright h5 {
    margin-top: 15px;
}

.copyright h4 {
    font-size: 26px;
    text-align: right;
}

.copyright h5 {
    font-size: 12px;
    text-align: left;
    color: #777;
    margin-left: 70px;
}

.copyright p {
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

.copyright .list-inline {
    margin-bottom: 0;
}

@media screen and (max-width: 992px) {
    .copyright h4 {
        font-size: 20px;
        text-align: center;
    }

    .copyright h5 {
        font-size: 12px;
        margin-left: auto;
    }

    .copyright p {
        font-size: 12px;
        text-align: center;
    }
}

@media only screen and (max-width: 768px) {
    #footer {
        padding: 10px 0;
        color: #7f7f7f;
        background-color: #eeeeee;
    }

    #footer .copyright {
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    .copyright h5 {
        text-align: center;
    }

    .copyright a {
        color: #7f7f7f;
        outline: none;
        text-decoration: none;
    }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (max-width: 768px) {
    .gridContainer {
        width: 100%;
        margin: auto;
        clear: none;
        float: none;
        margin-left: auto;
        background-size: cover;
    }

    .zeroMargin_desktop {
        margin-left: 0;
    }

    .hide_desktop {
        display: none;
    }

    #footer {
        padding: 10px 0;
        color: #7f7f7f;
        background-color: #eeeeee;
    }

    #footer .copyright {
        margin-bottom: 0px;
        padding-bottom: 0;
    }

    .copyright a {
        color: #7f7f7f;
        outline: none;
        text-decoration: none;
    }
}

@media (max-width:480px) {
    .gridContainer {
        width: 100%;
        clear: none;
        float: none;
        margin-left: auto;
    }

    body .gridContainer.clearfix .navbar.navbar-default.navbar-fixed-top {
        height: 55px;
    }

    .navbar-header {
        height: 60px;
        /*60px only*/
    }

    #content {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
        margin-bottom: 3em;
    }

    #content .container,
    .notice-desc {
        margin-top: 10px auto;
        padding-right: 5px;
        padding-left: 5px;
    }
    #content h5 {
        line-height: 1.8;
        font-size: 12px;
    }

    #content p {
        font-size: 10pt;
        /*margin-bottom: 30px;*/
    }
    .navbar-header .navbar-brand img {
        width: 65%;
        /*手機logo大小*/
    }
}

@media screen and (max-width: 992px) {
    .copyright h4 {
        font-size: 20px;
        text-align: center;
    }

    .copyright h5 {
        font-size: 12px;
        text-align: center;
        margin-left: auto;
    }

    .copyright p {
        font-size: 12px;
        text-align: center;
    }
}

/* 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 (max-width:991px) {

    #content p {
        font-size: 13pt;
    }
}

@media (max-width:768px) {

    #content p {
        font-size: 14px;
    }

    #content {
        padding-top: 0px;
        padding-bottom: 5px;
    }
}

@media (max-width:480px) {

    #content {
        margin-bottom: 0;
    }
}

/* animate */

.js .to-animate,
.js .to-animate-2,
.js .single-animate .js .animate-single {
    opacity: 0;
}

.js .animate-box {
    opacity: 0;
}

/*---------------------------------------------------------*/

#line {
    display: block;
}

#line_m {
    display: none;
}

.main01_text2 {
    font-size: 22px;
    color: #545559;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    text-align: center;
    display: block;
    width: 100%;
}

@media screen and (max-width: 769px) {
    .fluid .row {
        margin-top: -30px;
    }
}

@media screen and (max-width: 480px) {
    .fluid .row {
        margin-top:
            /*-30px*/
            0px;
    }

    .btn-lg {
        padding-top: 10px;
        padding-right: 8px;
        padding-left: 8px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 1.3333333;
    }

    #content {
        padding-top: 15px;
        padding-bottom: 10px;
    }

    #line {
        display: none;
    }

    #line_m {
        display: block;
    }
}

@media screen and (max-width: 414px) {
    .btn-lg {
        font-size: 16px;
    }
}

.btn-container {
    padding: 15px;
}

.mainArea {
    /*margin-top: 20px;*/
    font-weight: 500;
   
}



.reward {
    color: #d60000;
    font-size: 120%;
    text-align: center;
    font-weight: 600;
}

.noteRed {
    color: #d60000;
}

.main {
    margin-top: 2em;
    margin-bottom: 2em;
}

.main h3 {
    line-height: 1.5;
    font-size: 100%;
    text-align: center;
}


@media screen and (max-width: 480px) {
    .main {
        margin-top: 0em;
    }

    .reward {
        font-size: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    .main h3 {
        font-size: 90%;
        text-align: left;
        /* margin-top: 10px; */
        /* 需求單號：20221115002 202212百貨新增 */
        margin-top: 30px;
    }
}


/*location submenu*/

.location {
    margin-top: 50px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    /* border-bottom: 1px solid #009dad; */
}




/* 分頁開始 */
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
    border-color: transparent;
}
.paytab .nav-tabs {
    display: flex;
    justify-content: center;
    /* 需求單號：20221115002 202212百貨新增 */
    /* border-bottom: none !important; */
    padding-bottom: 20px;
}

.paytab .nav-tabs li {
    margin-left: 5px;
    margin-right: 5px;
    cursor: pointer;
    border-radius: 30px;
}

.paytab .nav-tabs li button {
    /* font-size: 16px; */
    /* 需求單號：20221115002 202212百貨新增 */
    font-size: 20px;
    font-weight: 700;
    color: #999;
    transition: all 0.3s ease 0s;
    border-radius: 30px;
    width: 100%;
}

.paytab .nav-tabs li:hover {
    color: #999;
    background-color: #eee;
    /* border-radius: 0; */
    /* 需求單號：20221115002 202212百貨新增 */
    border-radius: 30px;
}

.paytab .nav-tabs li button.active {
    color: #bd9c54;
    border: 2px solid #d0b06d;
    /* border-radius: 0; */
    /* 需求單號：20221115002 202212百貨新增 */
    border-radius: 30px;
}



.paytab .tab-content {
    /* padding: 20px; */
    margin-top: -5px;
    /* border-top: 1px solid #e5e5e5; */
}

.paytab .tab-content h4 {
    font-size: 20px;
    margin-top: 0;
}

.paytab .tab-content h5 {
    font-size: 15px;
    color: #757575;
    line-height: 26px;
    /* text-align: left; */
}

.otherBtn{
    text-decoration: none;
    color: #999 !important;
    padding: 25px;
    margin: -25px;
}

@media screen and (max-width: 576px) {

    /* 分頁開始 */
    .paytab .nav-tabs li {
        border: 1px solid #eee;
        margin-top: 5px;
        margin-bottom: 0px;
        margin-left: 0;
        margin-right: 0;
        width: 30%;
        /* 需求單號：20221115002 202212百貨新增 */
        border-radius: 30px;
    }

    .paytab .nav-tabs li button.active {
        width: 100%;
    }

    .paytab .nav-tabs li button {
        text-align: center;
        font-size: 16px;
    }

    .nav-link {
        padding: 10px 5px;
        margin: auto;
    }

    /* 分頁結束 */
}

.table-bordered>tbody>tr>td {
    border: 1px solid #ABABAB;
}


@media screen and (max-width: 480px) {
    .location {
        margin-top: 0px;
        margin-bottom: 30px;
    }

}

.text-left {
    text-align: left !important;
}

#footerStyle {
    width: 100%;
    background-color: #f4f4f4;
}

.vaTop {
    vertical-align: top;
}

/* 區域盒子 */
.breeze h2 {
    color: #574ea1;
    text-align: center;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px;
}

.breeze h4 {
    color: #4b4b4b;
    text-indent: 10px;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

.breeze h4 .title{
    display: block;
    font-weight: 600;
    font-size: 120%;
    margin-top: 10px;
    margin-bottom: 15px;
    color: rgb(158, 99, 44);
}

.breeze h4 small{
    font-size: 70%;
}
.box {
    margin: 60px 10px;
    border-radius: 20px;
    /* box-shadow: 3px 3px 12px #E0E0E0; */
}
.depLogo{
    text-align: center;
}

/* 可依照主視覺改變表格的顏色 */
.breeze .table{
    border-top: 5px solid rgb(226, 181, 138);
    border-bottom: 5px solid rgb(226, 181, 138);
    background-color: rgb(253, 248, 238);
}

.breeze .table td{
    font-size: 20px;
    padding: 20px 25px;
    border-bottom: rgb(146, 146, 146) dotted 1px;
}

.breeze .table .table3_1{
    width: 20%;
}
.breeze .table .table3_2{
    width: 20%;
}
.breeze .table .table3_3{
    width: 20%;
}
.breeze .table .table3_1_date{
    width: 15%;
    color: rgb(197, 72, 0);
    text-align: center;
    vertical-align: middle;
}

.breeze .table .table3_1_shop{
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.breeze .tableTitle{
    background-color: rgb(255, 235, 216);
    text-align: center;
    border-bottom: solid 1px rgb(241, 203, 167) !important;
    font-weight: 600;
    letter-spacing: 2px;
    color: rgb(158, 99, 44);
    font-size: 130% !important;
}
.breeze .table .table3_4 {
    width: 20%;
    padding: 20px 5px;
    
}
.breeze .table .table3_5 {
    width: 40%;
    padding: 20px 25px;
    text-align: center;
}
.breeze .table .table3_6 {
    width: 20%;
    padding: 20px 25px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .breeze .table .table3_5 {
        
        padding: 20px 0px;
       
    }
}

@media screen and (max-width: 576px) {
    .breeze .table td{
        font-size: 16px;
        padding: 2px 10px;
    }
    .breeze .table .table3_1{
        width: 20%;
    }
    .breeze .table .table3_2{
        width:36%;
    }
    .breeze .table .table3_3{
        width: 29%;
    }
    .breeze .table .table3_4 {
        width: 27%;
        PADDING:20px 2px;
    }
    .breeze .table .table3_5 {
        width: 40%;
        PADDING: 7px 0px;
    }
    .breeze .table .table3_6 {
        
        font-size: 15px ;
        PADDING: 20px 0px;
    }
}

.borderTop{
    border-top: rgb(104, 104, 104) solid 1px;
}

/* 共同註釋 */
.noticeAll{
    background-color: rgb(230, 230, 230);
    padding: 10px 20px;
    border-radius: 10px;
}

.close{
    background-color: transparent;
    border: 0;
}
.cardArea{
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}
.cardBox h2{
    text-align: center;
    font-weight: 600;
    color: #bd9c54;
    margin-bottom: 30px;
}
.cardIntro{
    border: 1px solid #c0c0c0;
    padding: 20px 0 25px;
    margin: 10px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 20px;
}
.cardIntro h3{
    width: 100%;
    text-align: center;
    font-weight: 600;
    color: rgb(158, 99, 44);
    margin-bottom: 20px;
}
.cardIntro h3 small{
    font-size: 70%;
    font-weight: 400;
    color: #919191;
}
.cardIntro p{
    font-weight: 600;
}
.cardImg{
    margin-right: 10px;
    margin-left: 10px;
}
.cardCtnBox{
    text-align: center;
}
.cardCtn{
    line-height: 1.5;
    font-weight: 400 !important;
}
.btn-primaryG{
    background-color: rgb(158, 99, 44);
    color: #fff;
}
.btn-primaryG:hover{
    background-color: rgb(197, 149, 104) !important;
}

.noteRed{
    color: rgb(243, 0, 0);
}
.rfont{
    color: #e61a54;
    font-size: 2rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin: 0 2px;
}

.talees h3{
    font-size: 150%;
    color: rgb(158, 99, 44);
    font-weight: 600;
    margin: 13px 0;
    text-align: center;
}
.talees{

    margin-bottom: 50px;
    text-align: center;
}

.talees img{
    margin:10px;
    box-shadow:2px 2px 7px rgba(158, 99, 44, 0.2);
}

.talees h2{
    text-align: center;
    font-weight: 600;
    color: #bd9c54;
    margin-bottom: 30px;
    
}
@media screen and (max-width: 576px) {
    .talees{
        margin-top: 20px;
        margin-bottom: 20px;
       
    }
}
