@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: 30px;
}



@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;
}
.font3 {
    padding-top: 15px;
    padding-right: 5px;
    padding-left: 5px;
    /* [disabled]padding-bottom: 15px; */
    /* font-size: 22px; */
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 24pt;
}
.height1{
    height: 150px;
}
.height2{
    height: 190px;
}
.font5 {
    font-size: 17px;
    /* font-weight: bold; */
}
@media screen and (max-width: 576px){
    .font3{
        font-size: 20px;
        line-height: 20pt;
    }
    .height1{
        height: auto;
    }
    .height2{
        height: auto;
    }
}
.set {
    padding-left: 10px;
    padding-right: 10px;
    /* flex: 1 1 auto; */
}


p {
    margin-bottom: 1.5em;
}
a {
    color: #009999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
a:hover, a:active, a:focus ,a:visited{
    /* color: #006464; */
    outline: none;
    text-decoration: none;
}
img, object, embed, video {	
    max-width: 100%;
}

/*
--- 按鈕 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;} 
#lineP {display: block;}   
#lineP_m {display: none;} 
#lineP1 {display: block;}   
#lineP1_m {display: none;} 
@media screen and (max-width: 768px){
    #line {display: none;}   
    #line_m {display: block;} 
    #lineP {display: none;}   
    #lineP_m {display: block;} 
    #lineP1 {display: none;}   
    #lineP1_m {display: block;} 
}
/****************** 導覽列 navbar ******************/
.navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;    
}

/*
--- 聯邦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*/
    }
}

@media screen and (max-width: 576px) {
    .navbar .navbar-brand {
        margin-right: 40px;
        margin-left: 15px;
    }
}
@media screen and (max-width: 576px) {
    .navbar .navbar-brand {
        margin-right: 40px;
        margin-left: 0px;
    }
}

/****************** 輪播 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;}
}
/* 主視覺在前景設定 */
#top {
    display: block;
    text-align: center;
}

#top_m {
    display: none;
}

@media screen and (max-width: 540px) {
    #top {
        display: none;
    }

    #top_m {
        display: block;
    }
}
/****************** 版面 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 {
    /* [disabled]padding-top: 50px; */
    padding-bottom: 30px;
}
.mainArea1 {
    /* [disabled]padding-top: 50px; */
    padding-bottom: 10px;
}

.mainArea h2 {        /* 活動主標 */
    color: #FFFFFF;
    font-size: 19pt;
    background-color: #009999;
    border-radius: 50px;
    border: 1px solid #009999;
    max-width: 300px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    line-height: 28pt;
}
.mainArea h2 small {
	color: #333333;
}
.mainArea1 h3.date {    /* 活動起訖日+對象 */
    line-height: 1.5;
    font-size: 1.3rem;
    margin-top: 50px;
    text-align: left;
    padding-left: 0px;
} 
@media screen and (max-width:768px){
    .mainArea1 h3.date {    /* 活動起訖日+對象 */
        /* text-align: center; */
    }
}
.mainArea h4 {        /* 活動敘述文 */
    color: #2E2E2E;
    font-size: 16pt;
    line-height: 1.5;
    padding-top: 0px;
    padding-bottom: 3px;
    text-align: center;
    margin-top: 10px;
}
.mainArea h5 {        /* 內文區塊下方備註 */
    color: #2A2A2A;
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}
#headingOne1 h5   {
    font-size: 20px;
    font-weight: bold;
}

.mainArea p {
	color: #000000;
	font-size: 13pt;
	text-align: center;
	margin-bottom: 0px;
}
.mainArea img{
	margin: 0px auto;
}
@media screen and (max-width: 576px){
    .mainArea {
    /* [disabled]padding-top: 30px; */
    padding-bottom: 30px;
    }
    .mainArea1 {
        /* [disabled]padding-top: 50px; */
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .mainArea1 h3.date {    /* 活動起訖日+對象 */
    font-size: 1rem;
    /* text-align: center; */
    padding-left: 0px;
    margin-top: 10px;
    } 
    .mainArea h4 {        /* 活動敘述文 */
    font-size: 13pt;
    line-height: 1.5;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    }
}
/*
--- 活動內文區塊 mainText ---*/
.mainText{
    font-size: 24px;
    color: #545559;
    /* [disabled]margin-top: 20px; */
    /* [disabled]margin-bottom: 15px; */
    line-height: 50px;
    /* [disabled]border: 1px dashed #767272; */
    padding-top: 30px;
    /* [disabled]padding-right: 20px; */
    /* [disabled]padding-left: 20px; */
    padding-bottom: 30px;
    text-align: center;
}
@media screen and (max-width: 480px){
    .mainText{
        padding-top: 0px;	
    }
}
.mainText1{
    font-size: 24px;
    color: #545559;
    /* margin-top: 80px; */
    /* [disabled]margin-bottom: 15px; */
    line-height: 50px;
    /* [disabled]border: 1px dashed #767272; */
    /* [disabled]padding-top: 30px; */
    /* [disabled]padding-right: 20px; */
    /* [disabled]padding-left: 20px; */
    /* [disabled]padding-bottom: 30px; */
    text-align: center;
}
.mainText2{
    font-size: 24px;
    color: #545559;
    margin-top: 50px;
    margin-bottom: 15px;
    line-height: 50px;
    border: 1px solid #541b86;
    padding: 30px 20px;
    text-align: center;
    background-image: url(../images/bg.jpg);
    background-position: center center;
    background-size: cover;
}
.mainText1 h2{
    text-align: center;
    font-size: 2.1rem;
    font-weight: bold;
    /* color: #ff5635; */
    border-bottom: 1px dashed #383838;
    margin-bottom: 10px;
    margin-top: 15px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.mainText1 h2::before{
    content: url(../images/iconf.png);
    display: inline-block;
}
.mainText1 h2::after{
    content: url(../images/iconfa.png);
    display: inline-block;
}
@media screen and (max-width: 768px){
    .mainText1 h2{
        text-align: center;
        margin-bottom: 10px;
        margin-top: 15px;
        font-size: 1.9rem;
    }
}
@media screen and (max-width: 576px){
    .mainText1 h2{
        text-align: center;
        margin-bottom: 10px;
        margin-top: 0px;
        font-size: 1.6rem;
    }
    .mainText1 h2::before{
        content: url(../images/iconf1.png);
        display: inline-block;
        
    }
    .mainText1 h2::after{
        content: url(../images/iconfa1.png);
        display: inline-block;
    }
}
.mainText2 h2 {
    width: 300px;
    margin-top: -50px;
    background-color: #541b86;
    border: 1px solid #541b86;
}
.mainText1 .title,
.mainText2 .title {
    text-align: center;
    font-weight: bold;
    color: #007986;
    padding-left: 10px;
    padding-right: 10px;
}
.reward {
    color: #d60000;
    font-weight: bold;
    /* margin-right: 3px; */
    /* margin-left: 3px; */
    padding: 3px;
}
.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: 200px;
    }    

}
/*
--- 備註文字 ---*/
.memoTable {
    font-size: 15px;
    margin-bottom: 60px;
    margin-top: 20px;
    text-align: justify;
}
.memoTable td {
    vertical-align: top;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}
/*
--- 活動表格 ---*/
.mainArea .table thead th {
    height: 30px;
    border-bottom: 1px;
    font-size: medium;
}
.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;
} 

/* 3pay-tab */
.paytab{
    /* margin-top: 20px; */
    overflow-x: auto;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    /* margin-bottom: 20px; */
    background: linear-gradient(#ffebde 50%,#fff 100%);
    /* z-index: -5; */
    /* top: 20px; */
    /* box-shadow: 0px 3px 5px #bababa8e; */


}
.paytab .nav-tabs{
    display: flex;
    justify-content: center;
    position: relative;	
    border-bottom: none;
    /* border-bottom: 1px solid #f84f00; */
}
.paytab .nav-tabs li{
    margin-bottom: 20px;
    position: relative;
}
.paytab .nav-tabs li a{
    display: block;
    padding: 10px 20px;
    font-size: 24px;
    font-weight: 700;
    color: rgb(117, 117, 117);
    background-color: #FFFFFF;
    text-align: center;
    /* border: 1px dashed #002f30; */
    border: 2px solid #f9dfcd;
    /* overflow: hidden; */
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-left: 8px;
    margin-right: 8px;
    box-shadow: 5px 5px 0px transparent;
    border-radius: 10px;
}

.paytab .nav-tabs li a.active{
    position: relative;
    color: #FFFFFF;
    border: 2px solid transparent;
    background-color: #ff5635;
    z-index: 1;
    bottom: 10px;
    box-shadow: 3px 3px 0px #ab351e;
}
.paytab .nav-tabs li a.active:hover{
    color: #FFFFFF;
    opacity: 1;
}

.paytab .nav-tabs li a:hover {
    color: #FFFFFF;
    border: 2px solid transparent;
    background-color: #ff5635;
    opacity: .8;
}

.paytab .nav-tabs li.active a{
    color: #009dad;
    border: 1px solid #009dad;
    padding-left: 50px;
    padding-right: 50px;
}
.paytab .nav-tabs li a i {
    opacity: .5;
}
.paytab .tab-content{
    padding: 20px;
    margin-top: -20px;
    border-top: 2px solid #e5e5e5;
}
.paytab .tab-content h4{
	font-size: 24px;
	margin-top: 0;
}
.paytab .tab-content h5{
	font-size: 15px;
	color: #757575;
	line-height: 26px;
	text-align: left;
}
@media screen and (max-width:992px){
    .paytab .nav-tabs li a{
        /* font-size: 20px; */
        margin-left: 5px;
        margin-right: 5px;
        padding: 10px ;    
    }    
}
@media screen and (max-width: 768px){
    .nav.nav-tabs .nav-item a {
        font-size: 24px;
        line-height: 28px;
        padding: 20px;
        letter-spacing: 0px; 
        width: 90px;
    }
}
@media screen and (max-width: 576px){
    .paytab{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .paytab .nav-tabs{
        /* [disabled]margin-top: 20px; */
        }
    .paytab .nav-tabs li{
        font-size: 20px;
        margin-bottom: 20px;
    }	
    .nav.nav-tabs .nav-item a.active {
        /* font-size: 20px; */
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        /* top: 8px; */
    }        
    .nav.nav-tabs .nav-item a.active:hover {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

	.nav.nav-tabs .nav-item a {
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        letter-spacing: 0px; 
        width: 55px;
    }
    .paytab.nav-tabs .nav-item li {
        margin-left: 5px;
        margin-right: 5px;
    }
    .paytab .nav-tabs li a{
        display: block;
        font-size: 20px;
        font-weight: 700;
        /* color: #FFA25A; */
        /*text-transform: uppercase;*/
        text-align: center;
        /* border-radius: 1000px; */
        /* border: 1px solid #FFA25A; */
        /* overflow: hidden; */
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
        margin-left: 3px;
        margin-right: 3px;
        letter-spacing: 0px;
        /* margin-bottom: 13px; */
    }
    .paytab .nav-tabs li a:hover {
        color: #FFFFFF;
        /* [disabled]border: 1px solid #009dad; */
        padding-left: 10px;
        padding-right: 10px;
    }
    .paytab .nav-tabs li a.active{
        color: #FFFFFF;
        border: 1px solid #ff5635;
        padding-left: 10px;
        /* border-radius: 1000px; */
        padding-right: 10px;
    }
	
    .paytab .nav-tabs li a.active:hover{
        color: #FFFFFF;
        border: 1px solid #ff5635;
        padding-left: 10px;
        padding-right: 10px;
        /* [disabled]padding-top: 20px; */
    }
    .paytab .nav-tabs li.active a{
        color: #009dad;
        border: 1px solid #009dad;
        padding-left: 10px;
        padding-right: 10px;
    }	
    .col.paytab .nav.nav-tabs .nav-item {
        margin-bottom: 15px;
    }
}
/* 3pay-tab end*/

/* 3pay-tab TWO */
.paytab1{
    overflow-x: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
    position: relative;	
    margin-top: 20px;
}
.paytab1 .nav-tabs{
    display: flex;
    justify-content: center;
    position: relative;	
    border-bottom: none;
    /* border-bottom: 1px solid #f84f00; */
}
.paytab1 .nav-tabs li{
    margin-bottom: 20px;
    position: relative;
    list-style-type: none;
}
.paytab1 .nav-tabs li a{
    display: block;
    padding: 40px;
    font-size: 28px;
    font-weight: 700;
    color: rgb(117, 117, 117);
    text-align: center;
    border-radius: 1000px;
    /* border: 1px dashed black; */
    border: 1px solid #f7ae8a;
    overflow: hidden;
    /* box-shadow: 0px 5px 5px 1px #aaaaaa; */
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #ffffff99;
    width: 135px;
    line-height: 28px;
    padding-top: 35px;
}
@media screen and (max-width:992px){
    .paytab1 .nav-tabs li a{
        padding: 28px 34px;
        font-size: 24px;
        margin-left: 10px;
        margin-right: 10px;
        width: 117px;    
    }
}
@media screen and (max-width: 768px){
    .paytab1 .nav-tabs li a{
        margin-left: 5px;
        margin-right: 5px;    
    }
}


.paytab1 .nav-tabs li a.active{
    position: relative;
    color: #FFFFFF;
    border: 1px solid #fff;
    background: linear-gradient(#ffa694 0%,#ff5635 50%, #ff3d16 100%);
    z-index: 1;
    bottom: 8px;
}
.paytab1 .nav-tabs li a.active:hover{
    color: #ffffff;
    background-color: #ff5635;
}
.paytab1 .nav-tabs li a.active:hover::after{
    color: #ff5635;
}
.paytab1 .nav-tabs li a.active::after{
    position: absolute;
    content: url(../images/blra.png);
    padding-top: 80px;
    left: 60px;
    animation-name: arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    opacity: .6;
}
@media screen and (max-width:992px){
    .paytab1 .nav-tabs li a.active::after{        
        padding-top: 70px;
        left: 50px;     
    }
}

@keyframes arrow {
    0%  {top:0px;}
    100% {top:10px;}
}

/* .paytab1 .nav-tabs li a.active::before{
    position: absolute;
    content: "";
    width: 17px;
    height: 17px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -9px;
    opacity: 1;
    z-index: 10;
} */
.paytab1 .nav-tabs li a:hover {
    color: #ffffff;
    background-color: #ff8269;
}
.paytab1 .nav-tabs li a:hover::after {
    color: #ff5600;
}

.paytab1 .nav-tabs li.active a::after{
    position: absolute;
    content: url(../images/blra.png);

    padding-top: 80px;
    left: 60px;
    animation-name: arrow;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
}
@keyframes arrow {
    0%  {top:0px;}
    100% {top:10px;}
}

.paytab1 .tab-content{
    padding: 20px;
    margin-top: -20px;
    border-top: 2px solid #e5e5e5;
}
.paytab1 .tab-content h4{
	font-size: 24px;
	margin-top: 0;
}
.paytab1 .tab-content h5{
	font-size: 15px;
	color: #757575;
	line-height: 26px;
	text-align: left;
}
/* @media screen and (max-width:992px){
    .paytab1 .nav-tabs li a{
        font-size: 26px;
        margin-left: 5px;
        margin-right: 5px;
        padding: 34px;
        width: 120px;
    }    
} */

@media screen and (max-width: 768px){
    .paytab1{
        padding-top: 20px;
        padding-bottom: 0px;
        overflow: hidden;
    }
    .paytab1 .nav-tabs{
        margin-top: 15px;
        margin-bottom: 0px;
        padding-left: 0px;
    }
    .paytab1 .nav-tabs li{
        font-size: 20px;
    }	
    
    .nav .nav-tabs .nav-item a.active {
        /* font-size: 20px; */
        
        /* top: 8px; */
    }        
    .nav .nav-tabs .nav-item a.active:hover:after {
        font-size: 20px;
        
    }
    /* .nav.nav-tabs .nav-item a.active::after {
        content: "";
        width: 17px;
        height: 17px;
        border: 1px solid #918179;
        border-color:  #f08632;
        background-color: #ff5600;
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: -1;
    }	 */
    

    .paytab1 .nav-tabs li a {
        font-size: 20px;
        margin-left: 3px;
        margin-right: 3px;
        padding: 5px;
        width: 80px;
    }
    .paytab1 .nav-tabs li a:hover {
        color: #FFFFFF;
    }
    .paytab1 .nav-tabs li a.active{
        color: #FFFFFF;
        border: 1px solid #ff5635;
        /* padding-right: 18px; */
        padding: 5px;
    }
    .paytab1 .nav-tabs li.active a{
        color: #009dad;
        border: 1px solid #009dad;
        
    }
	
    .paytab1 .nav-tabs li a.active:hover:after{
        color: #FFFFFF;
        border: 1px solid #ff5635;
    }


    
    .paytab1 .nav-tabs li a.active::after{
        content:"";
        animation:none;
        /* position: absolute;
        /* content: url(../images/blraws.png); 
        left: 55px;
        animation-name: arrow;
        animation-duration: 0.8s;
        animation-iteration-count: infinite;
        z-index: -1; */
    }
    /* @keyframes arrow {
        0%  {top:-5px;}
        100% {top:0px;}
    } */
    


    .col.paytab1 .nav.nav-tabs .nav-item {
        margin-bottom: 15px;
    }
    
}
/* 3pay-tab end*/

@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;
    }

    .paytab{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .paytab .nav-tabs{
        padding-bottom:30px;
    }
    .paytab .nav-tabs li{
        /* font-size: 20px; */
        margin-bottom: 0px;
    }	
    .nav.nav-tabs .nav-item a.active {
        /* font-size: 20px; */
        padding-left: 13px;
        padding-right: 13px;
        padding-top: 5px;
        padding-bottom: 5px;
        /* top: 0px; */
    }
        
    .nav.nav-tabs .nav-item a.active:hover {
        /* font-size: 20px; */
        padding-left: 10px;
        padding-right: 10px;
    }


	
	.nav.nav-tabs .nav-item a {
        font-size: 20px;
        color: rgb(87, 87, 87);
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 5px;
        padding-bottom: 5px;
        letter-spacing: 0px; 
        width: 50px;
        margin: 0 5px;
    }

    .paytab.nav-tabs .nav-item li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .paytab .nav-tabs li a{
        display: block;
        font-size: 20px;
        font-weight: 700;
        /* color: #FFA25A; */
        /*text-transform: uppercase;*/
        text-align: center;
        /* border-radius: 1000px; */
        /* border: 1px solid #FFA25A; */
        /* overflow: hidden; */
        z-index: 1;
        position: relative;
        transition: all 0.3s ease 0s;
        padding-top: 20px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 20px;
        margin-left: 3px;
        margin-right: 3px;
        letter-spacing: 0px;
        /* margin-bottom: 13px; */
    }
    .paytab .nav-tabs li a:hover {
        color: #FFFFFF;
        /* [disabled]border: 1px solid #009dad; */
        padding-left: 10px;
        padding-right: 10px;
    }
    .paytab .nav-tabs li a.active{
        color: #FFFFFF;
        border: 1px solid #ff5635;
        padding-left: 10px;
        /* border-radius: 1000px; */
        padding-right: 10px;
    }
	
    .paytab .nav-tabs li a.active:hover{
        color: #FFFFFF;
        border: 1px solid #ff5635;
        padding-left: 10px;
        padding-right: 10px;
        /* [disabled]padding-top: 20px; */
    }
    .paytab .nav-tabs li.active a{
        color: #009dad;
        border: 1px solid #009dad;
        padding-left: 10px;
        padding-right: 10px;
    }	

	
    .mainArea h2 {        /* 活動主標 */
        font-size: 13pt;
        /* [disabled]max-width: 300px; */
        margin-top: -50px;
        /* [disabled]width: 250px; */
        min-width: 210px;
    }	
	.mainText2{
        margin-top: 40px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
        /* [disabled]padding-top: 0px; */
	}
	.memoTable {
        font-size: 14px;
        margin-top: 0px;
        margin-bottom: 0px;
    }
    /* .row .col.text-center .date {
        font-size: 14pt;
    } */
    .row .col.text-center .date1 {
        font-size: 14pt;
        margin-top: 0px;
    }
    #home .container .date2 {
        font-size: 16pt;
    }
    #menu1 .container .date2 {
        font-size: 16pt;
    }
    .col.paytab .nav.nav-tabs .nav-item {
        margin-bottom: 15px;
    }
    .titleImg {
        width: 300px;


    }
    .mainText1{
        font-size: 20px;
        margin-top: 20px;
    }
    .noticeDesc h4 {
        margin-left: 0px;
    }
}


/*
--- 注意事項 ---*/
.noticeDesc h4 {
    font-size: 1.3rem;
    text-align: left;
    padding-top: 30px;
}
.noticeDesc .table-bordered {
    }
ul.list-style {
    margin-bottom: .3rem;
    padding: 0 0 0 20px;
    }
/*
--- 注意事項表格 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;
    }
    /* .nav.nav-tabs .nav-item a.active {
        font-size: 18px;
    }
    .nav.nav-tabs .nav-item a.active:hover {
        font-size: 18px;
    }
	.nav.nav-tabs .nav-item a {
        font-size: 18px;
    } */
}
/*
--- 版權宣告footer ---*/
#footer {
	background-color: #eeeeee;
}
.footerBg {
    background-color: #f4f4f4;
}
.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;
}
/* animate */
.js .to-animate,
.js .to-animate-2,
.js .single-animate 
.js .animate-single {
  opacity: 0;
}

.js .animate-box {
	opacity: 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;
	}
}
.setlogo {
    /* [disabled]display: block; */
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
    /* [disabled]border: 1px dotted #009999; */
    border-radius: 60px;

}
.set11 {
    padding: 15px;
}

.date1 {
    line-height: 1.5;
    font-size: 1.5rem;
    margin-top: 40px;
    padding-left: 20px;
    text-align: center;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
    padding-right: 20px;
}
.date2 {
    line-height: 1.5;
    font-size: 1.7rem;
    margin-top: 120px;
    /* [disabled]padding-left: 30px; */
    text-align: center;
    font-weight: bold;
}
.graphic {
    -webkit-box-shadow: 0px 0px 10px #CFCFCF;
    box-shadow: 0px 0px 10px #CFCFCF;
    background-color: #FFFFFF;
    margin-top: 10px;
    /* [disabled]margin-right: 5px; */
    margin-bottom: 10px;
    /* [disabled]margin-left: 5px; */
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 25px;
    /* display: flex;
    flex-direction: column;
    align-items: center; */
}

.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 {
    /* [disabled]margin-top: 20px; */
    /* [disabled]margin-right: 20px; */
    /* [disabled]margin-left: 20px; */
    /* [disabled]margin-bottom: 20px; */
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 15pt;
    font-size: 15px;
    border: 1px solid #ccc;
    /* [disabled]border-radius: 20px; */
    color: #626364;
}
/* @media screen and (max-width: 768px){
    .button1 {
        padding: 0px;
        text-align: center;
        line-height: 24pt;
        font-size: 12px;
        border: 1px solid #ccc;
        color: #626364;
    }
} */

.button1:hover,.button1:focus {
    color: rgba(255,79,0,1.00);
    font-size: 15px;
    border-color: rgba(255,171,107,1.00);
    border-width: thin;
}

.button2 .btn.btn-lg.btn-default {
    background-color: #F8F3F3;
    border: 1px solid rgba(183,183,183,1.00);
    font-size: 14px;
    letter-spacing: 0px;
}
.button2 {
    /* [disabled]margin-top: 20px; */
    /* [disabled]margin-right: 20px; */
    /* [disabled]margin-left: 20px; */
    /* [disabled]margin-bottom: 20px; */
    padding-top: 10px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 10px;
    text-align: center;
    line-height: 24pt;
    font-size: 15px;
    border: 1px solid #ccc;
    /* [disabled]border-radius: 20px; */
    color: #626364;
}
.button2:hover,.button2:focus {
    color: rgba(255,79,0,1.00);
    font-size: 15px;
    border-color: rgba(255,171,107,1.00);
    border-width: thin;
}

.titleImg {
    /* [disabled]max-width: 400px; */
}
.line-bar {
    color: #d9d9d9;
    display: block;
    font-size: 2em;
    line-height: 0;
    letter-spacing: 5px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding-top: 10px;
}









/**/

ul{
    /* padding:0; */
    /* margin:0; */
    /* list-style: none; */
  }
  ul.nav>li {
    display: inline-block;
    float: none;
    /* overflow: hidden; */
  }
  ul.nav>li>a:hover,
  ul.nav>li>a:focus{
    /* background:#000 !important; */
  }
  
  ul.nav>li>a{color:#fff;}
  ul.nav>li ul{
    padding:10px;
    background:#222;
    position: absolute;
    z-index:100;
    top:50px;
    left:-50%;
    width:200px;
  }
  ul.nav>li ul>li>a{
    color:#fff;
    display:block;
    padding: 10px;
    border-bottom: solid 1px #313131;
  }
  .navbar-nav{float:none;}
  .caret{
    margin-right:5px;
    margin-left:5px; 
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
  }
  #nav-menu{
    margin-top:-72px;
  }
  #nav-menu .scroll {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    
  }
  .scroll::-webkit-scrollbar {
    display: none;
  }
  @media(max-width:480px){
    #nav-menu{
      width:220px;
    }
    ul.nav>li ul{
      top:40px;
    }
  }

.layoutS {
    /* background-color: rgb(255 242 234); */
    background: #fff5ef;
    box-shadow: 0px 3px 5px #8b717146;
    /* padding-bottom: 50px; */
}

.layoutS h1{
    position: relative;
    color: #4b1d08;
    font-size: 2.3rem;
    font-weight: bold;
    padding-top: 30px; 
    padding-bottom: 25px;
    /* border-bottom: 1px solid #d9dde5; */
    line-height: 1.2;
    letter-spacing: 5px;
    margin-bottom: 0px;
}
.layoutS h1::after{
    position: absolute;
    left: 0;
    bottom: 0;
    height: 25px;
    width: 420px;
    /* background: #ffc07d; */
    opacity: 0.3;
    content: "";
    top: 5px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: -1;
}
@media screen and (max-width: 576px){
    .layoutS h1{
    font-size: 27px;
    /* padding-top: 0px; */
    padding-bottom: 15px;
    }
    .layoutS h1::after{
    top: 0px;    
    height: 20px;
    width: 300px;
    }
}
.card{
    /* position: absolute; */
    border-radius: 10px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    overflow: hidden;
    border-color: #ffffff;
}
.card img {
    height: 276px;
}
@media screen and (min-width: 576px) and (max-width: 991px){
    .card{
        max-width: 585px;
        margin: 0 auto;
    }
    .card img {
        height: auto;
    }
}
@media screen and (max-width: 576px){
    .card{
        margin-left: 10px;
        margin-right: 10px;     
    }
}


.card-body{
    /* padding-top: 35px; */
    padding-top: 25px;
    padding-left: 0;
    /* padding-right: 2.5rem; */
    padding-bottom: 0;
    height: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}
@media screen and (max-width: 991px){
    .card-body{
        height: auto;
        padding: 10px 2rem;
        /* margin-top: 5px; */
        margin-bottom: 20px;
    }
}
    

.card-body h5{
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 46px;    
}

@media screen and (max-width: 991px){
    .card-body h5{
        font-size: 1.5rem;
        line-height: 40px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 576px){
    .card-body h5{
        font-size: 1.3rem;
        line-height: 32px;
        padding-bottom: 0px;
    }
}

.card-text:last-child{
    color:#551b00;
    font-weight: normal;
    font-size: 1rem;
    /* font-family: "Poppins",sans-serif; */
    letter-spacing: 0px;
    padding-top: 8px;
}

.font4 {    
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 26pt;
    color: #094F60;
    text-align: left;
    font-weight: bold;
    margin-top: 0px;
    letter-spacing: 1px;
    padding-left: 0px;
}
@media (max-width:991px){
    .font4 {
        text-align: center;
        margin-top: 10px;
    }
}
@media (max-width:576px){
    .font4 {
        font-size: 22px;
        text-align: center;
        margin-top: 10px;
    }
}

.memoTable1 {
    font-size: 18px;
    /* [disabled]padding-bottom: 30px; */
    margin-top: 10px;
    margin-right: 20px;
    line-height: 32px;
    text-align: left;
    display: block;
    min-width: 300px;
    padding-left: 2em;
}
@media screen and (max-width: 480px){
    .memoTable1 {
        /* [disabled]min-width: 200px; */
        /* [disabled]max-width: 200px; */
        margin-right: 20px;
        font-size: 16px;
        line-height: 26px;
}
}
.indentNote_OneText{   
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 0px;
}
/*
  --- Swiper -------------------------------*/
  .swiper-wrapper { /*輪播位置設定*/
    list-style: none;
    padding-top: 0px;
    padding-right: 10px;
    padding-left: 0px;
    padding-bottom: 10px;
  }
  .swiper-slide { /*單一圖片設定*/
    width: 1500px;
  }


  /*Scroll To Top Button*/
#goTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 17px;
    border: none;
    outline: none;
    /* background-color: #009dad; */
    background-color: #795548;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 50em;
    opacity: .7;
}

#goTopBtn:hover {
  background-color: #555;
  opacity: .9;
}

@media screen and (min-width: 576px) and (max-width: 768px){
    .iconS{
    display: block;
    /* padding-top: 5px; */
    padding-bottom: 5px;
    }

}
/* .tab-content{
    background-image: url(../images/bg1.jpg);
} */


.tm-section{
    top: 20px;
}
@media screen and (max-width: 576px){
    .tm-section{
        top: 30px;
    }
}



.mainArea2A {
    /* background-image: url(../images/bg1.jpg); */
    background-size: contain;
    z-index: -10;
    padding-bottom: 20px;
    /* background-position: center center; */
    background-repeat: no-repeat;
}
.mainArea2B {
    /* background-image: url(../images/bg2.jpg); */
    background-size: contain;
    z-index: -10;
    padding-bottom: 20px;
    background-repeat: no-repeat;
}
.mainArea2C {
    /* background-image: url(../images/bg3.jpg); */
    background-size: cover;
    z-index: -10;
    padding-bottom: 20px;
    /* background-repeat: no-repeat; */
}
.mainArea2D {
    /* background-image: url(../images/bg4.jpg); */
    background-size: cover;
    z-index: -10;
    padding-bottom: 20px;
    background-position: left center;

}
.mainArea2E {
    /* background-image: url(../images/bg5.jpg); */
    background-size: cover;
    z-index: -10;
    padding-bottom: 20px;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
    .mainArea2A {
        /* background-image: url(../images/bg1.jpg); */
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: -10;
        padding-bottom: 20px;
        /* background-position: center top; */
    }
    .mainArea2C {
        /* background-image: url(../images/bg3.jpg); */
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: -10;
        padding-bottom: 20px;    
    }
    .mainArea2D {
        /* background-image: url(../images/bg4.jpg); */
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: -10;
        padding-bottom: 20px;
        background-position: center top;
    
    }
}
@media screen and (max-width: 576px){
    .mainArea2A {
        /* background-image: url(../images/bg1a.jpg); */
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: -10;
        padding-bottom: 20px;
    }
    .mainArea2B {
        /* background-image: url(../images/bg2a.jpg); */
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: -10;
        padding-bottom: 20px;
    }
    .mainArea2C {
        /* background-image: url(../images/bg3a.jpg); */
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: -10;
        padding-bottom: 20px;
    }
    .mainArea2D {
        /* background-image: url(../images/bg4a.jpg); */
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: -10;
        padding-bottom: 20px;
    }
    .mainArea2E {
        /* background-image: url(../images/bg5a.jpg); */
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: center top;
        z-index: -10;
        padding-bottom: 20px;
    }
}
/* 
modal */
.modal .btn-close {
    background: url(../images/close.png) no-repeat;
    width: 3em;
    height: 3em;
    float: right;
  }
  
  .modal-content {
    background-color: #fff;
    border: 5px solid rgba(26, 193, 220, 0.84);
    border-radius: 30px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
  }
  
  .modalnotice {
    font-size: 11pt;
    line-height: 1.8;
    font-family: "微軟正黑體";
  }
  
  .modalnotice table {
    margin-top: -20px;
  }
  
  .modal-footer {
    text-align: center;
  }
  
  .modal_text1 {
    font-size: 20pt;
    line-height: 30pt;
    color: #ea5405;
  }
  
  .modal_text2 {
    font-size: 20pt;
    line-height: 30pt;
    color: #595757;
  }
  
  .modal_text3 {
    font-size: 16pt;
    line-height: 24pt;
    color: #0081cc;
  }
  
  .modal_text4 {
    font-size: 16pt;
    line-height: 24pt;
    color: #595757;
  }
  
  .modal_text5 {
    font-size: 14pt;
    line-height: 24pt;
    color: #595757;
  }
  
  .modal_ol {
    -webkit-padding-start: 24px;
            padding-inline-start: 24px;
    margin-bottom: 0;
  }
  
  .modal .modal-title {
    color: #009999;
    font-weight: 600;
  }
  
  /* .modal .actBox {
    text-align: center;
    background-color: #ebebeb;
    border: transparent;
    border-radius: 20px;
    padding: 3em 0;
    margin-bottom: 20px;
  } */
  @media screen and (max-width: 480px) {
    .modal_text1 {
      font-size: 16pt;
      line-height: 24pt;
      color: #ea5405;
    }
    .modal_text2 {
      font-size: 16pt;
      line-height: 24pt;
      color: #595757;
    }
    .modal_text3 {
      font-size: 13pt;
      line-height: 18pt;
      color: #0081cc;
    }
    .modal_text4 {
      font-size: 13pt;
      line-height: 18pt;
      color: #595757;
    }
    .modal_text5 {
      font-size: 11pt;
      line-height: 17pt;
      color: #595757;
    }
  }
  
/* search-bar */
.search-bar {
    height: 70px;
    position: relative;
    margin-bottom: 30px;
    
}
.search-bar input{
   padding: 10px 10px 10px 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23a1a4b9' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-search'%3e%3ccircle cx='11' cy='11' r='8'/%3e%3cpath d='M21 21l-4.35-4.35'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 10px 50%;  
  /* border: 1px solid #f7ae8a; */
}
.search-bar input:focus {
    border: 1px solid #f7ae8a;
    box-shadow: 0 0 3px 0.1rem rgba(139, 139, 139, 0.1);
}
.searchTxt {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}