@charset "utf-8";

/****************** 基本 ******************/

* { font-family: Arial,"微軟正黑體", "Microsoft JhengHei", Geneva, sans-serif;
    /* font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva, sans-serif; */  
}

body {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #777777;
    color: #323232;
    color: #000;
    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: 280px;
}

@media screen and (max-width: 1200px) {
    .RZ {
        width: 250px;
    }
}

@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;
    }
}


/*
--- 切換裝置顯示項目 ---*/
#logoS {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}

#logoS_m {
    display: none;
    text-align: center;
    padding-bottom: 10px;
}

#line {
    padding-top: 20px;
    display: block;
}

#line_m {
    display: none;
}

#discount {
    display: block;
}

#discount_m {
    display: none;
}
@media screen and (max-width: 768px){
    #logoS {
        display: none;
    }
    #logoS_m {
        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(../../../../include/images/UBLogo.png) no-repeat 0 50%;
    background-size: contain;

}

.navbar-header .navbar-brand img {
    width: 90%;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 153, 153, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggle .icon-bar {
    background-color: #009999;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .9);
}

.navbar-light .navbar-toggle:hover,
.navbar-light .navbar-toggle:focus {
    background-color: #f8f8f8;
}

.navbar-nav>li>a {
    margin-left: 15px;
    margin-top: 10px;
    display: block;
}

.navbar-light .navbar-nav>li>a:hover,
.navbar-light .navbar-nav>li>a:focus {
    color: #009999;
    background-color: transparent;
}

.navbar-light .navbar-nav>.active>a,
.navbar-light .navbar-nav>.active>a:hover,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav>.active>a:focus {
    color: #009999;
}

.navbar-toggle {
    margin-top: 13px;
    margin-bottom: 15px;
    border: 0px;
    border-radius: 0px;
}


/*
--- 導覽列下拉dropdown-menu ---*/

.dropdown-menu {
    background-color: rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #009999;
}

.dropdown-item:hover,
.dropdown-item:focus {
    background-color: #eaeaea;
}

@media screen and (max-width: 1200px) {
    .navbar .navbar-brand {
        margin-right: 0px;
        margin-left: 20px;
        width: 200px;
        height: 60px;
        /* 60 only*/
        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: 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;
}

.rfont {
    color: rgb(250, 6, 6);
    font-size: 2rem;
}

.mainArea {
    padding-top: 50px;
    padding-bottom: 30px;
}

.mainArea1 {
    padding-top: 50px;
    padding-bottom: 30px;
}

.mainArea h2 {
    /* 刷卡金回饋 */
    color: #FFFFFF;
    font-size: 1em;
    background-color: #00AEAE;
    border-radius: 99em;
    margin: 20px auto 20px;
    /*border: 50px solid #FF0004;*/
    max-width: 80%;
    /*line-height: 28pt;*/
}

.mainArea h2 small {
    color: #333333;
}

.mainArea h3.date {
    /* 活動起訖日+對象 */
    line-height: 1.5;
    font-size: 1.5rem;
    font-weight: bold;
    color: #353535;
}
.mainArea h3.date1 {    /* 活動起訖日+對象 */
    color: #ff5804;
    line-height: 1.5;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 2px;
    font-weight: bold;
    font-family: Arial,"微軟正黑體", "Microsoft JhengHei",  Geneva,sans-serif;
} 
.mainArea h4 {
    /* 活動敘述文 */
    /* color: #000000; */
    font-size: 26px;
    /* font-weight: bold; */
    line-height: 1.8;
    /* padding-top: 10px; */
    /* padding-bottom: 15px; */
    padding-left: 15px;
    padding-right: 15px;
    /* text-align: right; */
    /* vertical-align: middle; */
    /* letter-spacing: 1px; */
    text-align: center;
    margin-bottom: 0;
}

@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: 0px;
        /* padding-bottom: 10px; */
        /* margin-bottom: 10px; */
    }
}
@media screen and (max-width: 768px) {
    .mainArea h4 {
        font-size: 15pt;
        letter-spacing: 0;
    }
}

.mainArea h5 {
    /* 內文區塊下方備註 */
    color: #2A2A2A;
    font-size: 14px;
    line-height: 1.8;
}



.mainArea p {
    color: #000000;
    font-size: 22px;
    text-align: center;
    margin-bottom: 0px;
}


/* .mainArea img {
    margin: 10px auto 20px;
} */


/* @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 h2 {
        color: #FFFFFF;
        font-size: 10pt;
        background-color: #b43811;
        border-radius: 99em;
        margin: 20px auto 10px;
        /*border: 50px solid #FF0004;*/
        /*max-width: 50px;*/
        /*line-height: 28pt;*/
    }
    .mainArea {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .mainArea h3.date {
        /* 活動起訖日+對象 */
        font-size: 1rem;
    }
    .mainArea h3.date1 {    /* 活動起訖日+對象 */
        font-size: 1.28rem;
    }     
    .rfont {
        font-size: 1rem;
    }
    .mainArea h4 {
        /* 活動敘述文 */
        font-size: 13pt;
        color: #000;
        font-weight: normal;
        /* line-height: 1.4; */
    }
}


/*
--- 活動內文區塊 mainText ---*/

.mainText {
    font-size: 22px;
    color: #545559;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    /* border: 1px dashed #767272; */
    /* padding: 20px 30px; */
    text-align: center;
}

@media screen and (max-width: 576px) {
    .mainText {
        padding: 0px 10px;
        border: 0px dashed #767272;
    }
}

.mainText1 {
    font-size: 22px;
    color: #545559;
    /* margin-top: 15px; */
    /* margin-bottom: 15px; */
    line-height: 50px;
    border: 1px solid #009999;
    padding: 20px 20px;
    text-align: center;
}

.mainText2 {
    font-size: 24px;
    color: #545559;
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 50px;
    border: 2px solid #1fb4b5;
    padding: 30px 20px;
    text-align: center;
    background-color: #f8fbfb;
}

.mainText2 h3.store_12 {
    font-size: 1.6rem;
    font-weight: 400;
}

.mainText3 {
    font-size: 24px;
    color: #545559;
    margin-top: 20px;
    margin-bottom: 15px;
    line-height: 50px;
    border: 1px solid #009999;
    border-radius: 20px;
    padding: 20px 20px;
    text-align: center;
    /* font-weight: 600; */
}

.mainText3 p {
    font-size: 15px;
}

.mainText1 h2 {
    text-align: center;
}

.mainText2 h2 {
    width: 300px;
    margin-top: -56px;
    background-color: #1fb4b5;
    border: 1px solid #1fb4b5;
}

.mainText1 .title,
.mainText2 .title {
    text-align: center;
    font-weight: bold;
    color: #007986;
    padding-left: 10px;
    padding-right: 10px;
}

.reward {
    color: #d91a1a;
    margin-right: 3px;
    margin-left: 3px;
    /* padding: 5px; */
    font-size: 26px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 768px){
    .reward {
        font-size: 15pt;
    }
}
.rewardbig{
    /* font-size: 120%; */
}

.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 {
        width: 300px;
        margin-top: -46px;
        font-size: 1.2rem;
    }
    .mainText2 h3.store_12 {
        font-size: 1rem;
        font-weight: 400;
    }
}


/*
--- 備註文字 ---*/

.memoTable {
    font-size: 15px;
    margin-top: 0px;
    margin-bottom: 40px;
    font-weight: bold;
}

.memoTable td {
    vertical-align: top;
}


/*
--- 活動表格 ---*/

.mainArea .table thead th {
    height: 30px;
    border-bottom: 1px;
}

.mainArea .table-bordered th,
.mainArea .table-bordered td {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 10px;
    border: 1px solid #a1bbbd;
    vertical-align: middle;
    line-height: 28px;
}
@media screen and (max-width: 768px){
    .mainArea .table-bordered th,
    .mainArea .table-bordered td {
        font-size: 17px;
    }
}
@media screen and (max-width: 576px){
    .mainArea .table-bordered th,
    .mainArea .table-bordered td {
        font-size: 15px;
        line-height: 18px;
    }
}

.mainArea .table-bordered {
    text-align: center;
    line-height: 2;
    vertical-align: middle;
    border-width: 1px;
    border-color: #ddd;
    padding: 10px;
    margin-bottom: 70px;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .mainArea .table-bordered {
        line-height: 1.5;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 576px) {
    .mainArea .table thead th {
        font-size: 17px;
    }
    .mainArea .table-bordered td {
        padding: 10px;
        font-size: 15px;
        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;
}

.noticeDesc .table-bordered {}

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{
    width: 100%;
    background-color: #f4f4f4;
}

#footer {
    background-color: #eeeeee;
}

.copyright {}

.copyright a {
    color: #7f7f7f;
    outline: none;
    text-decoration: none;
}

.copyright h4,
.copyright h5 {
    margin-top: 15px;
}

.copyright h4 {
    font-size: 28px;
    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;
}

.fourbox {
    /*background-color: #F8F3F3;*/
    padding: 15px;
    margin-top: 0px;
}

@media screen and (max-width: 992px) {
    .fourbox {
        padding: 8px;
    }
}

@media screen and (max-width: 576px) {
    .fourbox {
        padding: 5px;
    }
}

.sh {
    box-shadow: 0px 0px 15px #bdbdbd;
    border: 1px solid #fff;
    border-radius: 10px;
}

@media screen and (max-width: 576px) {
    .sh {
        box-shadow: 0px 0px 8px #bdbdbd;
    }
}

.mainArea .btnn {
    width: 20%;
    /* margin: 0 auto; for 202112EC*/
    margin: 20px auto;
}

@media screen and (max-width:768px) {
    .mainArea .btnn {
        width: 35%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 576px) {
    .mainArea .btnn {
        width: 50%;
        margin: 0 auto;
    }
}

/* 修改style */

.actArea p {
    /* margin-bottom: 1.2rem;  fro 2021指定網購*/
    /* 以下for 2022指定網購 */
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
    .actArea img {
        width: 50%
    }
    .actArea p {
        margin-top: 10px;
        margin-bottom: 0px;
        line-height: 1.6;
    }
}
@media screen and (max-width: 768px){
    .actArea p {
        font-size: 17px;
        line-height: 1.8;
    }
}

.actArea {
    background-color: #fff;
    border: 2px solid #009dad;
    /* border-radius: 10px; */
    padding: 5px 10px 0px;
    margin-bottom: 30px; /*20px;*/
    min-height: 270px;
    line-height: 1.6;
}
@media screen and (max-width: 1200px){
    .actArea {
        min-height: 280px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    .actArea {
        min-height: 270px;
    }
}
@media screen and (max-width: 768px) {
    .actArea {
        min-height: auto;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 480px) {
    .actArea {
        margin-right: 2px;
        margin-left: 2px;
    }
}

/*plusBox 聯邦尊享加碼*/

#plusBox {
    text-align: center;
    padding-right: 0px;
    padding-left: 0px;
    /* padding-bottom: 10px; */
}

#plusBox h4 {
    font-size: 25px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #009dad;
    text-align: center;
    margin: -28px auto 15px;
    max-width: 280px;
    /* text-shadow: 1px 1px 2px #460700; */
    border-radius: 66px;
    padding: 5px;
    letter-spacing: 2px;
    text-indent: 10px;
}
@media screen and (max-width: 768px){
    #plusBox h4 {
        font-size: 22px;
        max-width: 240px;
        letter-spacing: 2px;
    }
}

#plusBox img {
    margin: 10px auto;
}

#plusBox .smNumber {
    font-size: 12pt;
    /* color: #737373; */
}

@media screen and (max-width: 576px){
    #plusBox h4 {
        font-size: 20px;
        letter-spacing: 0px;
        margin: -24px auto 15px;

    }
}

@media screen and (max-width: 480px) {
    #plusBox {
        margin-top: 0px;
    }
    #plusBox img {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}



.btn-more {
    background: #1bbbbb /*#009999 #a0a0a0*/
    ;
    color: #FFFFFF !important;
    border: none !important;
    border: 2px solid transparent !important;
    display: inline-block;
    margin: 10px 0px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    font-size: 17px  /*14px*/;
    line-height: 1.3333333;
    text-decoration: none;
}

.btn-more a:hover,
.btn-more a:active,
.btn-more a:focus,
.btn-more a:visited {
    color: #FFFFFF;
}

@media screen and (max-width:991px) {
    .btn-more{
        margin-bottom: 15px;
    }
}

@media screen and (max-width:768px) {
    .btn-more{
        margin-bottom: 15px;
    }
}

@media screen and (max-width:320px) {
    .btn-more{
        margin-bottom: 15px;
    }
}

.esTitle {
    padding-top: 30px;
    margin: 50px auto 10px;
    border-top: 3px dotted #ffafb1;
}
@media screen and (max-width: 576px){
    .esTitle {
        padding-top: 10px;
        margin-top: 20px;
    }
}

.esShopTable th {
    color: /*#ffde65*/
    #fff;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
    padding: 10px;
    font-weight: 500;
    /* text-shadow: 1px 1px 2px #460700; */
}
.esShopTable th img {
    margin: 0 auto;
}
@media screen and (max-width: 768px){
    .esShopTable th {
        font-size: 100%;
    }
}
@media screen and (max-width: 480px) {
    .esShopTable th {
        font-size: 90%;
        padding: 10px 3px;
    }
}

.mainArea .datemark{
    font-weight: bold;
    font-size: 16pt;
    color: #4e87c1;
    text-align: center;
    padding-top: 0;
}
@media screen and (max-width: 480px){
    .mainArea .datemark{
        font-size: 13pt;
    }
}

h4.fontfollowlogo{
    text-align: left;
    /* border-bottom: 1px dashed #333 ; */
    padding-bottom: 15px;
    margin-bottom: 25px;
}
@media screen and (max-width: 576px){
    h4.fontfollowlogo{
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 10px;
    }
}

.close{
    background-color: transparent;
    border: 0;
}

.tablebgcolor{
    background: #1fb4b5;
    /* background: linear-gradient(180deg, rgba(29,214,214,1) 0%, rgba(27,187,187,1) 100%); */
}

.loginTime{
    line-height: 1.6;
}

@media screen and (max-width: 480px){
    .block480{
        width: 100%;
    }
}


.boxBorder {
    /* border: 2px solid #8dc21f; */
    border-radius: 18px;
    margin: 100px;
    padding: 35px;
    padding-top: 45px;
    padding-bottom: 45px;
    align-content: center;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 40px;
    line-height: 2.4;
    box-shadow: 0px 0px 8px 1px #c0c0c0;
    background-color: #f9fff8;
}

@media screen and (min-width: 1400px) {
    .boxBorder {
        margin-right: 200px;
        margin-left: 200px;
    }

}

@media screen and (max-width: 992px) {
    .boxBorder {
        margin: 0px;    
        margin-bottom: 25px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
}


.btnbooks {
    color: #ffffff;
    padding: 6px 12px;
    text-align: center;
    line-height: 24pt;
    font-size: 24px;
    border: 1px solid #009999;
    background-color: #009999;
    /* margin-top: 5px; */
    /* margin-bottom: 5px; */
    text-decoration: none;
    padding: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50px;
    border: 1px solid #8dc21f;
    background-color: #8dc21f;
}

.btnbooks:visited {
    color: #ffffff;
    border: 1px solid #009999;
    background-color: #009999;
}

.btnbooks:hover,.btnbooks:focus {
    color: #ffffff;
    border: 1px solid #009999;
    background-color: #009999;
}

@media screen and (max-width: 768px) {
    .btnbooks{
        font-size: 15pt;
        padding-top: 8px;
        padding-bottom: 8px;    
    }
}

@media screen and (max-width: 576px) {
    .btnbooks,.btnbooks:visited {
        font-size: 16px;
    }
}

.onlyRed{
    color: #f9286d;
    font-weight: bold;
}

.titleBooks{
    padding-top: 20px;
    text-align: center;
    line-height: 1.8;
}

@media screen and (max-width: 768px) {
    .titleBooks{
        font-size: 15pt;
    }
}

.onlymothday{
    /* padding: 3px 10px; */
    /* border-bottom:1px #000 solid; */
    padding-left: 8px;
    padding-right: 8px;
    font-size: 110%;
    font-weight: bold;
    color: #759138;
}

.deadline{
    color: #333;
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .fontoneline{
        display: inline-block;
    }
}
