@charset "utf-8";
/****************** 基本 ******************/
*{
    font-family: "微軟正黑體", "Microsoft JhengHei", Arial, Geneva,sans-serif;
    /* letter-spacing: normal; */
    max-width: none;
    /* outline: #4CAF50 solid 1px; */    
}
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: 10px; */
}


@media screen and (max-width: 1400px) {
    body {
        padding-top: 60px;
    }
}
hr{
	border-top: 1px solid #afafaf;
}
hr.newS{
	border-top: 1px solid #afafaf;
    padding-bottom: 10px;
}
hr.newhr {
    border-top: 1px solid #e1e1e1;
}
h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-weight: 400;
}
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;	
}


/*
--- 按鈕 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;} 
/* #p26 {display: block;}   
#p26_m {display: none;} */

@media screen and (max-width: 576px){
    #line {display: none;}   
    #line_m {display: block;} 

	/* #p26 {display: none;}   
    #p26_m {display: block;} */
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/****************** 導覽列 navbar ******************/
.navbar {
    background-color: #f8f8f8;
    border-bottom: 1px solid #e8e8e8;
    padding: 0;    
    border-top: 1px solid #e8e8e8;
}
.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;
}
@media screen and (max-width: 768px){
    .navbar-light .navbar-toggler {
        /* display: 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: #009999;
    margin-left: 15px;
	margin-top: 10px;
}
@media screen and (max-width: 992px){
    .navbar-light .navbar-nav .nav-link {
        font-size: 16px;
        margin-left: 2px;
        margin-top: 0px;
    }
}
@media screen and (max-width: 768px){
    .navbar-light .navbar-nav .nav-link {
        padding-left: 20px;
    }
}
.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 {        
        width: 180px;
        height: 60px;
        margin-left: 10px;
        margin-right: 10px;
}}


/****************** 輪播 carousel  ******************/
.carousel-indicators li {
    width: 10px;
    height: 10px;
    opacity: .8;
    border-radius: 50px;
    border: 1px solid #dedede;
    background-color:#bbbbbb;
}
.carousel-indicators .active { 
    background-color: #009999;
}
/*
--- 主視覺 ---*/
.topimg1 { background-image: url(../images/top.jpg)  !important;}
.topimg2 { background-image: url(../images/top_2.jpg)  !important;}
.topimg3 { background-image: url(../images/top_3.jpg)  !important;}
@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;
	}
}
/*
--- 活動主版 mainArea ---*/
.mainArea {
    padding-top: 30px;
	padding-bottom: 0px;
}
.mainArea p {
	color: #666;
	font-size: 12pt;
	text-align: center;
	margin-bottom: 0px;
}
.mainArea img{
    margin: 0px auto;
}

@media screen and (max-width: 576px){
    .mainArea {
        padding-top: 10px;
        /* padding-bottom: 30px; */
    }
}

.mainArea h1 {
    font-size: 32pt;
    font-weight: bold;
    color: #333;
    letter-spacing: 5px;
}
@media screen and (max-width: 576px){
    .mainArea h1 {        
        font-size: 22pt;
        letter-spacing: 2px;
        margin-bottom: 0;
    }
}

/* --------
h2 */
.mainArea h2 {        /* 活動主標 */
    color: #ffffff;
    font-size: 24pt;
    font-weight: bold;
    /* background-color: #bc001b; */
    background: linear-gradient(180deg, #FF0000 , #bc001b);
    border-radius: 50px;
    /* border: 1px solid #FF8600; */
    max-width: 280px;
    margin: 0 auto 10px;
    /* margin-right: auto; */
    /* margin-left: auto; */
    margin-bottom: 30px;
    /* line-height: 28pt; */
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 5px;
    text-align: center;
}
@media screen and (max-width: 768px){
    .mainArea h2 { 
        max-width: 220px;
        /* 活動主標 */
        margin-bottom: 10px;
    }
}
.mainArea h2::before{ 
    content: url(../images/coin.png);
    display: inline-block;
    z-index: 1;
    padding-right: 48px;
    padding-bottom: 1px;
}
.mainArea h2::after{ 
    content: url(../images/coin.png);
    display: inline-block;
    z-index: 1;
    padding-left: 48px;
    padding-bottom: 1px;
}
@media screen and (max-width: 768px){
    .mainArea h2::before{ 
        padding-right: 18px;
    }
    .mainArea h2::after{ 
        padding-left: 18px;
    }
}
@media screen and (max-width: 576px){
    .mainArea h2::before{ 
        content: url(../images/coina.png);
        padding-right: 28px;

    }
    .mainArea h2::after{ 
        content: url(../images/coina.png);
        padding-left: 28px;

    }
}

/* .mainArea h2.title,
.mainArea h2.titleM {
    color: #009999;
    font-weight: 600;
    max-width: none;
    background: none;
    border: none;
    text-align: center;
    line-height: 32pt;
}
.mainArea h2.title {
    display: block;
} */
.mainArea h2 small {
	color: #333333;
}

/* --------
h3 */
.mainArea h3 {
    font-size: 1.6rem;
    line-height: 36pt;
    text-align: center;
}
.mainArea h3.newstyle{
    font-weight: bold;
    color: #2E2E2E;
    /* letter-spacing: 1px; */
}
@media screen and (max-width: 992px){
    .mainArea h3 {        /* 活動主標 */
        font-size: 18pt;
    }
}
@media screen and (max-width: 576px){
    .mainArea h3 {        /* 活動主標 */
        font-size: 15pt;
        line-height: 32px;
    }
}
.mainArea h3.date {    /* 活動起訖日+對象 */
    color: #666;
    line-height: 1.5;
    font-size: 1.2rem;
    margin-top: 16px;
    /* [disabled]text-align: center; */
    padding-left: 0px;
    -webkit-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    text-align: center;
} 
.mainArea h3.dateC {    /* 活動起訖日+對象 */
    text-align: left;
    padding-left: 80px;
} 
@media screen and (max-width: 576px){    
    .mainArea h3.date {    /* 活動起訖日+對象 */
    font-size: 1.2rem;
    /* [disabled]text-align: center; */
    padding-left: 0px;
    margin-top: 0px;
    } 
    .mainArea h3.dateC { 
        text-align: center;
        padding-left: 0px;
    } 
}



/* --------
h4 */
.mainArea h4 {        /* 活動敘述文 */
    color: #2E2E2E;
    font-size: 18pt;
    line-height: 28pt;
    padding-top: 0px;
    /* [disabled]padding-bottom: 3px; */
    text-align: center;
    /* [disabled]margin-top: 10px; */
    margin-left: 16px;
    margin-right: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-bottom: 0px;
}
.mainArea h4.newstyle{  
    color: #333;   
    font-weight: bold;
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 32pt;
}
@media screen and (max-width: 576px){
    .mainArea h4 {        /* 活動敘述文 */
    font-size: 14pt;
    line-height: 1.4;
    /* text-align: left; */
    margin-left: auto;
    margin-right: auto;
    /* [disabled]margin-top: 20px; */
    /* [disabled]margin-bottom: 20px; */
    }
    .mainArea h4.newstyle{  
        font-size: 15pt;
        line-height: 24pt;
    }
}
.mainArea h4.newstyleE{     
    font-weight: bold;
    color: #333;
    text-align: justify;
    margin-left: 30px;
    margin-right: 30px;
    line-height: 32pt;
}
@media screen and (max-width: 576px){
    .mainArea h4.newstyleE{     
        line-height: 20pt;
    }
}


/* --------
h5 */
.mainArea h5 {        /* 內文區塊下方備註 */
    color: #2E2E2E;
    font-size: 16pt;
    line-height: 1.8;
    /* padding-left: 20px; */
    /* padding-right: 20px; */
    padding: 40px 0px;
    text-align: left;
}
.mainArea h5.newstyle{     
    text-align: center;
    padding: 10px 0;
    font-weight: bold;
}



@media screen and (max-width: 992px){
    .mainArea h5 {    
    padding-top: 0px; 
    margin-bottom: 0;    
    }
}
@media screen and (min-width: 768px) and (max-width: 1200px){
    .mainArea h5 {
    font-size: 14pt;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;    
    }
}
@media screen and (max-width: 767px){
    .mainArea h5 {     
    font-size: 16px;   
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;  
    padding-bottom: 10px;  
    }
}
@media screen and (max-width: 576px){
    .mainArea h5 {     
    text-align: center;
    padding-bottom: 20px;
    }
}

#headingOne1 h5   {
    font-size: 20px;
    font-weight: bold;
}

h6.newstyle{
    text-align: left;
}

.newstyle2{
    font-size: 16px;
    text-align: left;
    line-height: 24pt;
}



/*
--- 活動內文區塊 mainText ---*/
.mainText{
	font-size: 24px;
	color: #545559;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 50px;
	border: 1px dashed #767272;
	padding: 30px 20px;
	text-align: center;
    margin-top: -30px;
    z-index: -1;
}
.mainText1{
    font-size: 22px;
    color: #545559;    
    line-height: 50px;
    /* background-image: url(../images/bg.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: top; */
    border: 1px solid #009999;
    padding: 15px;
    margin-top: 32px;
    text-align: center;
    border-radius: 20px;
    /* height: 152px; */
    /* box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%); */
}


@media screen and (max-width: 992px){
    .mainText1{
    font-size: 20px;
    /* height: 142px; */
    }
}
@media screen and (max-width: 576px){
    .mainText1{
    /* height: 120px; */
    margin-top: 24px;
    }
}
@media screen and (max-width: 332px){
    .mainText1{
    font-size: 12px;
    /* height: 100px; */
    }
}



.mainText2{
    font-size: 24px;
    color: #545559;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    /* [disabled]border: 1px dashed #767272; */
    /* [disabled]padding: 30px 20px; */
    text-align: center;
}
.mainText1 h4{
    background-color: #fff;
    width: 230px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: -35px auto;
    /* padding-bottom: 10px; */
}

@media screen and (max-width: 576px){
    .mainText1 h4{
        font-size: 15pt;
        margin-top: -28px;
        text-align: center;
        width: 200px;
    }
}
.mainText2 h2 {
    width: 500px;
    margin-top: -60px;
    background-color: #e6324a;
    border: 1px solid #e6324a;
}
.mainText1 .title,
.mainText2 .title {
    text-align: center;
    font-weight: bold;
    color: #007986;
    padding-left: 10px;
    padding-right: 10px;
}
.rewardg {
    color: #ffffff;    
    font-size: 28pt;
    font-weight: bold;
    margin-right: 6px;
    margin-left: 6px;
    padding: 14px 19px;
    background: #09b7c8;
    border-radius: 100px;
    border: 1px solid #09b7c8;
}
@media screen and (max-width: 768px){
    .rewardg{
        font-size: 24pt;
        padding: 10px 15px;
        margin-right: 0px;
        margin-left: 0px;    
    }
}
@media screen and (max-width: 576px){
    .rewardg{
        font-size: 20pt;
        padding: 10px 15px;
    }
}
.reward {
    color: #09b7c8;    
    font-size: 28pt;
    font-weight: bold;
    margin-right: 6px;
    margin-left: 6px;
    padding: 14px 19px;
    border-radius: 100px;
    border: 1px solid #09b7c8;
    background-color: #fff;
}
@media screen and (max-width: 768px){
    .reward{
        font-size: 22pt;
        margin-right: 2px;
        margin-left: 2px;
        line-height: 48pt;    
    }
}
@media screen and (max-width: 576px){
    .reward{
        font-size: 20pt;
        padding: 10px 15px;
    }
}

.greenAs{
    margin-top: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;    
}

@media screen and (max-width: 480px) {
    .greenAs{
        max-width: 300px;
        margin-top: 70px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;    
    
    }
}


.flex-container {
  flex-direction: row;
}

@media screen and (max-width: 576px){
    .mainText1 .title,
    .mainText2 .title {
        font-size: 1.5rem;
    }
    .mainText2 h2 {
        width: 200px;
    }    


}
/*
--- 備註文字 ---*/
.memoTable {
    font-size: 15px;
    margin-bottom: 40px;
    margin-top: 40px;
    text-align: justify;
}
.memoTable td {
    vertical-align: top;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

.memoTable1 {
    font-size: 15px;
    text-align: justify;
}

.memoTable2 {
    font-size: 16px;
    text-align: justify;
}

.memoTable1 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;
} 

.font3 {
    padding-top: 5px;
    /* [disabled]padding-bottom: 5px; */
    font-size: 24px;
    /* [disabled]margin-bottom: 20px; */
    line-height: 42px;
    margin-left: 0px;
}
@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 .nav-tabs{
    margin-top: 20px;		
	}
.paytab .nav-tabs li a {
    /* [disabled]padding-right: 20px; */
    /* [disabled]padding-left: 20px; */
	}	
.nav.nav-tabs .nav-item a {
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav.nav-tabs .nav-item a.active {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.nav.nav-tabs .nav-item a.active:hover {
    padding-left: 20px;
    padding-right: 20px;
}

.paytab.nav-tabs .nav-item li {
    margin-left: 5px;
    margin-right: 5px;
}
.mainArea h2 {        /* 活動主標 */
    font-size: 20pt;
    /* [disabled]max-width: 300px; */
    /* [disabled]margin-top: -50px; */
    /* [disabled]width: 250px; */
    min-width: 150px;
    /* padding-top: 0px; */
    /* padding-bottom: 0px; */
}	
	.mainText2{
    margin-top: 25px;
    padding-bottom:0px;
    padding-left: 0px;
    padding-right: 0px;
    /* [disabled]padding-top: 0px; */
	}
	.memoTable {
    font-size: 14px;
}



}
/*
--- 注意事項 ---*/
.noticeDesc h4{ 
    font-size: 1.3rem;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0px;
}
h4.noticeDesc {
    color: #fff;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0px;
}
@media screen and (max-width: 576px){
    h4.noticeDesc {
    margin-top: 5px;
    }
}
.noticeDesc .table-bordered {
}
ul.list-style {
    margin-bottom: .3rem;
    padding: 0 0 0 20px;
}

h6.noticeDesc1 {
    font-weight: bold;
    text-align: left;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}


/*
--- 注意事項表格 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;
}
/* animate */
.js .to-animate,
.js .to-animate-2,
.js .single-animate 
.js .animate-single {
  opacity: 0;
}

.js .animate-box {
	opacity: 0;
}
/* 3pay-tab */
.paytab{
    text-align: center;
    border-bottom: 1px solid #ccc;
    margin-top: -20px;
}
.paytab .nav-tabs{
    display: flex;
    justify-content: center;
    position: relative;
    border-bottom: none;
}
.paytab .nav-tabs li{
    margin: 0;
}
.paytab .nav-tabs li a{
    display: block;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 10px;
    background: #fff;
    font-size: 26px;
    font-weight: 700;
    color: #999;
    /*text-transform: uppercase;*/
    text-align: center;
    border-radius: 0;
    /* [disabled]border: none; */
    /* [disabled]border-bottom: 0px solid #ddd; */
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-left: 10px;
    margin-right: 10px;
}

.paytab .nav-tabs li a.active{
    color: #541b86;
    border: 1px solid #541b86;
    padding-left: 30px;
    padding-right: 30px;
}
.paytab .nav-tabs li a.active:hover{
    color: #7009E1;
    border: 1px solid #7009E1;
    padding-left: 30px;
    padding-right: 30px;
}
.paytab .nav-tabs li a:hover {
    color: #7009E1;
    /* [disabled]border: 1px solid #009dad; */
    padding-left: 30px;
    padding-right: 30px;
}


.paytab .nav-tabs li.active a
/*.paytab .nav-tabs li a:hover*/{
    /* [disabled]color: #999; */
    /* [disabled]border: none; */
    /* [disabled]border-bottom: 2px solid #ddd; *//*2px solid #fff;*/
}
.paytab .nav-tabs li.active a{
    color: #541b86;
    border: 1px solid #541b86;
    padding-left: 20px;
    padding-right: 20px;
}
.paytab .tab-content{
    padding: 20px;
    margin-top: /*-5px*/-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: 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: 20px;
}
.nav.nav-tabs .nav-item a.active:hover {
    font-size: 20px;

}
	.nav.nav-tabs .nav-item a {
    font-size: 20px;

}
}

/*
--- 版權宣告footer ---*/
#footer {
	background-color: #eeeeee;
}
.copyright {}
.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;
	}
}

/* -- 20250324005 -- */
@media only screen and (max-width: 768px) {
    #footer {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 576px) {
    #footer {
        padding-bottom: 120px;
    }
}


.setlogo {
    /* [disabled]display: block; */
    /* [disabled]margin-left: auto; */
    /* [disabled]margin-right: auto; */
    /* [disabled]border: 1px dotted #009999; */
    border-radius: 60px;

}
.set11 {
    margin-top: 25px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 5px #979797;
    box-shadow: 0px 0px 5px #979797;
    border-radius: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 0px;
}
.tablebg {
    background-color: #EDEDED;
}
.redpoint  {
    font-size: 22pt;
    font-weight: bold;
    color: #F52A46;
}
.buttonG .btn.btn-lg.btn-default {
    background-color: #F8F3F3;
    border: 1px solid rgba(183,183,183,1.00);
    font-size: 14px;
    letter-spacing: 0px;
}
.buttonG {
    /* position: absolute; */
    color: #434343;
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    line-height: 24pt;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ccc;
    background-color: #fff;
    text-decoration: none;
}
.buttonFa{
    color: #434343;
}
.buttonforV {
    color: #fff;
    /* position: absolute; */
    margin-top: 30px;
    padding: 10px 30px;
    text-align: center;
    line-height: 24pt;
    font-size: 14px;
    font-weight: bold;
    border: none;
    background-color: #009dad;
    border-radius: 1000px;
}

.buttonG:hover,.buttonG:focus {
    color: rgba(255,79,0,1.00);
    font-size: 14px;
    border-color: rgba(255,171,107,1.00);
    border-width: thin;
}
.buttonG:active,.buttonG:visited {
    color: #434343;
}

.buttonforV:hover,.buttonforV:focus {
    color: #fff;
    background-color: rgba(255,79,0,1.00);
    font-size: 14px;
}
.buttonforV:active,.buttonforV:visited{
    color: #fff;
    font-size: 14px;
    border-width: thin;
    background-color: #009dad;
    /* background-color: #009dad; */

}
/* 0908 微調.buttonforSW樣式/位置  */
.buttonforSW:active,.buttonforSW:visited {
    /* color: #434343; */
}
.buttonforSW,.buttonforSW:visited {
    color: #009dad;
    border: 1px solid #009dad;
    /* background-color: #f2feff; */
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    text-decoration: none;
    /* border-radius: 0.2rem; */
}
.buttonforSW:hover,.buttonforSW:focus,.buttonforSW:active {
    color: rgba(255,79,0,1.00);
    /* background-color: transparent; */
    border-color: rgba(255,171,107,1.00);
    border-width: thin;
}
/* .buttonforSW:active,.buttonforSW:visited{
    color: #434343;
    border-color: rgba(183,183,183,1.00);
    border-width: thin;
} */

@media screen and (max-width: 992px){
    .buttonforSW {
        /* position: absolute; */
        margin-top: 30px;
        padding: 3px 10px;
        text-align: center;
        line-height: 24pt;
        font-size: 13px;
        font-weight: bold;
        /* border: 1px solid #ccc; */
        /* color: #434343; */
        background-color: #fff;
    }
    .buttonforV {
        padding: 8px 25px;
    }
}
@media screen and (max-width: 768px){
    .buttonforSW {
    margin-top: 30px;
    padding: 10px 20px;
    text-align: center;
    line-height: 24pt;
    font-size: 14px;
    font-weight: bold;
    /* border: 1px solid #ccc; */
    /* color: #434343; */
    background-color: #fff;
    }
}
@media screen and (max-width: 575px){
    .buttonforSW {
        padding: 3px 10px;
    }
    .buttonF{
        position: relative;
        /* top: -120px; */
        margin-top: 30px;
        padding-top: 10px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 10px;
        text-align: center;
        line-height: 24pt;
        font-size: 13px;
        color: #434343;
        background-color: #fff;
        border: 0px solid #ccc;
    }
    .buttonF:hover,.buttonF:focus {
        color: #009999;
        font-size: 14px;

    }

}
@media screen and (max-width: 360px){
    .buttonG, .buttonforSW, .buttonforV {
        font-size: 12px;
    }
}

.point a:hover {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 4px 5px rgba(0, 0, 0, 0.5))
}
.settin {
    margin-top: 20px;
}
.logolay {
    display: flex;
    background-color: #e73348;
    justify-content: center
}
.resize {
    max-width: 200px;
    max-height: 100px;
}

.fontcolor {
    /* [disabled]color: #e72d48; */
    font-weight: bold;
}
.point {
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 40px;
    margin-bottom: 20px;
}
.graphic {
    -webkit-box-shadow: 0px 0px 10px #CFCFCF;
    box-shadow: 0px 0px 10px #CFCFCF;
    margin-top: 0px;
    /* [disabled]margin-right: 5px; */
    margin-bottom: 50px;
    /* [disabled]margin-left: 5px; */
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    border-radius: 5px;
}
.circleS   {
    border-radius: 100px;
    background-color: #FF7600;
    color: #FFFFFF;
    padding-top: 5px;
    padding-right: 20px;
    padding-bottom: 5px;
    padding-left: 20px;
    margin-right: 10px;
    font-weight: bold;
}
.set1 {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.circle_b{
	color: #ffffff;
	border-radius: 2000px;
	background-color: #FF0000;
	margin-left: 5px;
	margin-right: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	text-align: center;
}







@media (max-width:480px){
.paytab{
    border-bottom: 1px solid #FFFFFF;
    margin-bottom: 10px;
}
.paytab .nav-tabs {
    margin-top: 10px;
}
.paytab .nav-tabs li {
    margin-top: 10px;
    width: 100%;
}
.paytab .nav-tabs li a{
    border: 1px solid #DBDBDB;
    padding-top: 0px;
}
	.nav.nav-tabs .nav-item a {
    font-size: 20px;
}
.iconsize {
    max-width: 50px;
}

}
@media (max-width:992px){
.font3 {
    line-height: 36px;
}	
}
@media (max-width:768px){
.font3 {
    font-size: 17pt;
    line-height: 40px;
}	
	.mainArea h3.date{
    font-size: 18px;
    margin-top: 0px;  
    margin-bottom: 0px;  
}
    .mainArea h3.dateC{
    /* font-size: 1.2rem; */
    padding-left: 0;  
    text-align: center;
}
}	
@media (max-width:576px){
.fontcolor {
    /* [disabled]color: #e72d48; */
    font-weight: bold;
    font-size: 18pt;
}
.redpoint {
    font-size: 15pt;
}
.iconsize {
    max-width: 50px;
}
.graphic {
    margin-bottom: 20px;
    font-size: 15pt;
}
.mainArea h2.title {
    line-height: 24pt;
    margin-bottom: 0px;
}
.font3 {
    font-size: 16pt;
    padding-top: 0px;
}

}
@media (max-width: 480px) {
    .spBox {
        padding: 20px 5px 0;
    }
    .spBox h3 {
        font-size: 17pt;
    }
    .point {
		display: inline-block;
		text-align: center;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .boxItem img {
        border-radius: 9px 9px 0 0;
    }
}

/* 圖片位置 */
.imgS{
    object-fit:cover;
    object-position: 15% 100%;   
    border-radius: 50%; 
    height: 150px;
}
@media screen and (max-width: 1200px){
    .imgS{
        height: 130px;
    }
}
@media screen and (max-width: 767px){
    .imgS{
        object-position: 50% 75%;   
        border-radius: 20px; 
        width: 400px;
        height: 200px;
    }
}

/*-------------------------------------------*/
a#btn-nav-apply {
    display: inline-block;
    position: relative;
    right: 0;
    top: 0;
    margin-right: 10px;
    margin-top: 11px;
    padding: 4px 15px;
    background-color: #00859a;
    border-radius: 8px;
    font-size: 0; 

}
 a#btn-nav-apply span {
      color: white;
      font-size: 17px;
       }
a#btn-nav-apply.with-hover:hover {
      text-decoration:none;
      background-color: #16a7be; }
 a#btn-nav-apply.with-hover:hover span {
        color: #feffff; }

@media screen and (max-width: 768px) {
  a#btn-nav-apply {
  margin-right: 60px;
  }
}
/*-------------------------------------------*/
/* .navbar {
    position: relative;
    display: block;	
    min-height: 70px;
    margin-bottom: 20px;
    border: 1px solid transparent;
} */
/* 
.navbar:before, .navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
} */

@media (min-width: 768px) and (max-width: 992px){
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.32rem;
        padding-left: 0.32rem;
    }
}




#navnodisplay{
    display: flex;
}    
@media screen and (max-width: 992px){
    #navnodisplay{
        max-width: 500px;
    }    
}
#navnodisplay_m{
    display: none;
}    
@media screen and (max-width: 767px){
    #navnodisplay{
    display: none;
    }    
    #navnodisplay_m{
    display: flex;
    }   
}

@media screen and (min-width:767px){
    .navbarN {
        display: none;
    }
}

/*---------
top button for PC---------*/
.nav-itemA{
    color: #000;
    background: transparent;
    /* border-left: 1px solid #ccc; */
    transition: all 0.5s ease;
    height: 72px;
    padding: 15px;
    padding-top: 20px;
    margin-bottom: 0;
    transition: all 0.5s ease;
}
.nav-itemA a {
    color: #333;
    text-decoration: none;
}
@media screen and (max-width: 992px){
    .nav-itemA{
        padding: 15px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 480px){
    .nav-itemA{
        padding-top: 5px;
        height: 42px;    
        /* width: 60px; */
    }
}
.bntstyleT{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    /* padding: 26px; */
    margin-bottom: 10px;
    /* border-left: 1px solid #1e1e1e; */
}
@media screen and (max-width: 992px){
    .bntstyleT{
        line-height: 18pt;
        /* padding: 26px 8px; */
    }
}

@media screen and (max-width: 630px){
    .bntstyleT{
        /* padding: 30px 12px; */
    }
}
@media screen and (max-width: 480px){
    .bntstyleT{
        font-size: 13px;
        font-weight: bold;
        /* padding: 16px 6px; */
        margin-bottom: 10px;
        height: 72px;

    }
}
.bntstyleT.active, .bntstyleT:hover, .bntstyleT:focus, .bntstyleT.active:hover{
    /* color: white; */
    /* background: #009999; */
    padding-bottom: 5px;
    border-bottom: 2px solid #009999;
}

@media screen and (max-width: 992px){
    .bntstyleT.active, .bntstyleT:hover, .bntstyleT:focus, .bntstyleT.active:hover{
        padding-bottom: 0px;
    }
}

.nav-link{
    margin-left: 10px;
    margin-right: 10px;
}

/*---------
bottom button for phone---------*/
.nav-itemB{
    position: relative;
    color: #000;
    background: transparent;
    /* border-left: 1px solid #ccc; */
    transition: all 0.5s ease;
    height: 75px;
    margin-bottom: 25px;
    transition: all 0.5s ease;
    /* padding: 30px; */
    padding-top: 10px;
    line-height: 0.7;
    margin-top: 10px;
}
.nav-itemB:last-child{
    /* border-right: 1px solid #ccc; */
}
/* @media screen and (max-width: 767px){
    .nav-itemB.active{
        border-left: 1px solid #009999;
    }
} */
@media screen and (max-width: 576px){
    .nav-itemB{
        height: 47px;    
        width: 80px;
        padding: 20px;
        padding-top: 5px;
        margin-bottom: 40px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 480px){
    .nav-itemB{
        /* padding: 10px; */
        /* padding-top: 5px; */
        width: 65px;
        padding: 16px;
        padding-top: 10px;
        height: 40px;
    }
}
@media screen and (max-width: 390px){
    .nav-itemB{
        /* padding: 10px; */
        /* padding-top: 5px; */
        width: 60px;
        padding: 12px;

    }
}
@media screen and (max-width: 365px){
    .nav-itemB{
        /* padding: 10px; */
        /* padding-top: 5px; */
        width: 50px;
        padding: 2px;

    }
}
.bntstyleB{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 10px;
    line-height: 20pt;
    /* border-left: 1px solid #1e1e1e; */
    text-decoration: none;
}
@media screen and (max-width: 576px){
    .bntstyleB{
        padding: 0;
    }
}
@media screen and (max-width: 630px){
    .bntstyleB{
        /* padding: 30px 12px; */
    }
}
@media screen and (max-width: 480px){
    .bntstyleB{
        /* font-size: 14px; */
        font-weight: bold;
        /* padding: 16px 7px; */
        margin-bottom: 10px;
        height: 72px;
        text-align: left;

    }
}
@media screen and (max-width: 365px){
    .bntstyleB{
        /* font-size: 13.5px; */
        /* padding: 16px 5px; */
    }
}

.mainNav li a{
    color: #333;
}
.mainNav li .active{
    color: #009999;    
    /* background: linear-gradient(142deg, rgba(0,157,173,1) 59%, rgba(46,165,117,1) 86%, rgb(111, 197, 5) 98%);   */
    font-weight: bold;
    /* font-size: 102%; */
    /* padding: 10px; */
    line-height: 18pt;
    text-align: left;
    top: -6px;
    border-bottom: 2px solid #009999;

}
.mainNav li .active::after{
    content: "\f06c";
    font-family: 'FontAwesome';
    position: absolute;
    /* top: 30%; */
    /* right: 10px; */
    font-size: 18px;
    color: #009999;
    top: -15px;
    bottom: 0;
    left: 35px;
    right: 0;
    margin: 0 auto;
    text-shadow: 0px -3px 5px #fff;
}
@media screen and (max-width: 576px){
    .mainNav li .active::after{
        top: -22px;
        left: 8px;    
    }
}
@media screen and (max-width: 480px){
    .mainNav li .active::after{
        top: -28px;
        left: 10px;    
    }
}
@media screen and (max-width: 365px){
    .mainNav li .active::after{
        top: -20px;
        left: 10px;    
    }
}
/* .mainNav li .active::after {
    content: url(../images/iconf.png);
    margin-top: 6px;
    margin-right: 6px;
    display: inline-block;
} */

@media screen and (max-width: 365px){
.mainNav li .active{
    /* font-size: 14.5px; */

}
}
.mainNav li .nav-itemB .active{
    /* border-left: 1px solid #71b125; */
}



.container-fluid{
    position: relative;
    list-style-type: none;
}
@media screen and (max-width: 768px){
    .container-fluid{
        justify-content: center;
    }
}
@media screen and (max-width: 480px){
    .container-fluid{
        /* justify-content: space-between; */
    }
}


#greenA, #greenB, #greenC, #greenD, #greenE{
    /* margin-top: -50px;
    padding-top: 40px; */
}

#greenT, #greenT1, #greenT2, #greenT3, #greenT4, #greenT5{
    position: relative;
    text-align: center;
    padding-top: 10px;
}

#greenAbg{
    background-image: url(../images/greenAbg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
@media screen and (max-width: 576px){
    #greenAbg{
        background-image: none;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
}
/* @media screen and (max-width: 768px){
    #greenA{
        background-image: url(../images/greenAbgp.png);
        background-position: left bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
} */
@media screen and (max-width: 576px){
    #greenA{
    background-image: url(../images/greenAbgm.png);
    background-repeat: no-repeat;
    /* background-attachment: cover; */
    }
    #greenB{
    background-image: url(../images/greenBbgm.png);
    /* background-repeat: no-repeat;  */
    background-attachment: cover;
    }
}

#greenBbg{
background-image: url(../images/greenBbg.png);
background-position: left top;
background-repeat: no-repeat; 
background-attachment: fixed;
background-size: cover;
}

#greenDbg{
    background-color: #f5f5f5;
}

#greenEbg{
    background-image: url(../images/greenE.png);
    background-position: left bottom;
    background-repeat: no-repeat; 
    background-attachment: cover;
    padding-bottom: 50px;
    /* background-color: #f5f5f5; */
    background-size: cover;
}

#greenFbg{
    /* background-image: url(../images/greenBbg.png);
    background-position: center bottom;
    background-repeat: no-repeat; */
    /* background-image: url(../images/greenAbg.png); */
    /* background-color: #f5f5f5; */
}

/* #greenC{
    background-image: url(../images/greenC.png);
    background-position: right center;
    background-attachment: fixed;
    background-repeat: no-repeat; 
} */

/* #greenCc{
    background-image: url(../images/greenCc.png);
    background-position: left bottom;
    background-repeat: no-repeat; 
    padding-bottom: 100px;
} */
@media screen and (max-width: 576px){
    /* #greenCc{
        background-position: center bottom;
        padding-bottom: 100px;
    } */
    #greenE{
        background-position: left bottom;
    }
}


/*Scroll To Top Button*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 130px;
    right: 45px;
    z-index: 99;
    font-size: 15px;
    border: none;
    outline: none;
    background-color: #009dad;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 100%;
    text-transform:uppercase;    
}

#myBtn:hover {
  background-color: #009dad;
}
/* btn_goTop */
.goTop {
	font-weight: 600;
	font-size: 1rem;
	padding: 10px;
	border-radius: 50em;
	/* border: 2px solid #393e46;
	color: #393e46; */
    color: #ffffff;
    background-color: #009dad;
	/* background-color: #ffffff;
	-webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2); */
	position: fixed;
	/* right: 1rem;
	bottom: 1.875rem; */
    right: 45px;
    bottom: 130px;
	cursor: pointer;
	-webkit-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 0;
	z-index: 10;
}

.goTop:after {
	content: "TOP";
}

.goTop:hover {
	/* background-color: #393e46;
	color: #ffffff; */
	opacity: 1;
}

.goTop:focus {
	outline: none;
}

.goTop.active {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: .6s;
	transition: .6s;
	height: auto;
    opacity: .8;
}

@media screen and (max-width: 768px) {
	.goTop {
		right: .75rem;
		bottom: 8rem;
	}
}


/* 右側button 立即申請*/
#applyBtn {
    color: #FFFFFF;
    display: inline;
    position: fixed;
    top: 44%;
    /*bottom: 0px;*/
    /* [disabled]left: 80%; */
    right: 0%;
    text-align: center;
    z-index: 9;
    background-color: #009DAD;
    padding: 12px 20px;
    /* [disabled]line-height: 24px; */
    /* letter-spacing: 3px; */
    text-orientation: upright;
    margin: 0 auto;
}
#applyBtn a{
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 576px) {
    #applyBtn {
        padding: 12px 8px;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        font-size: 15px;
    }
}
#applyBtn a:hover,
#applyBtn a:active,
#applyBtn a:focus,
#applyBtn a:visited {
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
}
#applyBtn:hover,
#applyBtn:active,
#applyBtn:focus,
#applyBtn:visited {
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
    background: #c30d23;
}

/* 右側button 旅遊攻略*/
#travelgo {
    color: #FFFFFF;
    display: inline;
    position: fixed;
    top: 50.5%;
    /*bottom: 0px;*/
    /* [disabled]left: 80%; */
    right: 0%;
    text-align: center;
    z-index: 9;
    background-color: #004ea2;
    padding: 12px 20px;
    /* [disabled]line-height: 24px; */
    /* letter-spacing: 3px; */
    text-orientation: upright;
    margin: 0 auto;
    text-decoration: none;
}
#travelgo a{
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width: 576px) {
    #travelgo {
        padding: 12px 8px;
        top: 54%;
        -webkit-writing-mode: vertical-lr;
        writing-mode: vertical-lr;
        font-size: 15px;
    }
}
#travelgo a:hover,
#travelgo a:active,
#travelgo a:focus,
#travelgo a:visited {
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
}
#travelgo:hover,
#travelgo:active,
#travelgo:focus,
#travelgo:visited {
    color: #FFFFFF;
    outline: none;
    text-decoration: none;
    background: #c30d23;
}


/*----
卡片介紹說明----------*/
.Gcard{
    /* width: 480px; */
}

/* @media screen and (min-width: 576px) and (max-width: 767px){
    .Gcard{
        position: relative;
        width: 250px;
        top: -100px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-top: 50px;
    }
} */
/* @media screen and (max-width: 576px){
    .Gcard{
        position: relative;
        width: 250px;
        top: -130px;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 0 auto;
        margin-bottom: 0px;
        margin-top: 50px;
    }
} */


/* #titlea{
    display: inline-block;      
}
#titlea_m{
    display: none;    
} */
@media screen and (max-width: 576px){
    /* #titlea{
        display: none;    
    }
    #titlea_m{
        display: inline-block;    
    } */
    .titlea{
        width: 80px;      
    }
}


.cartvale{
    height: 200px;
    margin-bottom: 100px;
    padding: 20px 20px 40px;
    /* border: 1px solid #666; */
    background-color: #09b8c8;
    z-index: -5;
}
@media screen and (max-width: 1200px){
    .cartvale{
    padding-top: 25px;
    }
}
@media screen and (max-width: 992px){
    .cartvale{
        height: 220px;
    }
}

@media screen and (max-width:768px){
    .cartvale{
        height: 200px;
        margin-bottom: 0px;
        padding: 30px 20px 40px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width:575px){
    .cartvale{
        height: 550px;
        margin-bottom: 0px;
        padding: 20px 20px 40px;
        margin-top: 10px;
        margin-bottom: 0px;
    }
}
@media screen and (max-width:480px){
    .cartvale{
        height: 480px;
    }
}

@media screen and (max-width: 375px){
    .cartvale{
        height: 450px;
    }
}


/*----
綠色消費通路活動文字----------*/
.mainText1 tr td{
    padding: 0px 50px;
    font-size: 21px;
    font-weight: bold;
    line-height: 32px;    
}
@media screen and (max-width: 1200px){
    .mainText1 tr td{
        padding: 0px 32px;
        /* font-size: 18px; */
        line-height: 32px;    
    }
}
@media screen and (max-width: 992px){
    .mainText1 tr td{
        font-size: 19px;
        line-height: 26px; 
        padding: 0 28px; 
    }
}
@media screen and (max-width: 769px){
    .mainText1 tr td{
        padding: 0px 30px;
    }
}
@media screen and (max-width: 576px){
    .mainText1 tr td{
        padding: 0px 10px;
        line-height: 22px;
        font-size: 18px;
    }
}
@media screen and (max-width: 400px){
    .mainText1 tr td{
        font-size: 16px;
    }
}


.borderR{
    line-height: 22pt;
    border-right: 1px solid #666 ;
    margin-top: 12px;
}
@media screen and (max-width: 1200px){
    .borderR_D{
        border-right: none;
    }
}

.borderS{
    /* line-height: 22pt; */
    border-right: 1px solid #666 ;
    margin-top: 12px;
}
.borderL{
    line-height: 22pt;
    margin-top: 12px;
}
.borderL2{
    line-height: initial;
}

.borderSL{
    /* line-height: 22pt; */
    /* border-right: 1px solid #000 ; */
    margin-top: 12px;
}



@media screen and (max-width: 992px){
    .borderR{
        margin-top: 10px;
    }
    .borderL{
        margin-top: 10px;
    }
    .borderS{
        margin-top: 10px;
    }
    .borderSL{
        margin-top: 10px;
    }
}
@media screen and (max-width: 1199px){
    .borderR_Db{
        border-right: none;
    }
}
@media screen and (max-width: 576px){
    .borderR{
        font-size: 20px;
        line-height: 20pt;
        margin-top: 15px;
        padding: 5px;
    }
    .borderL{
        font-size: 20px;
        line-height: 20pt;
        margin-top: 15px;
        padding: 5px;
    }
    .borderS{
        font-size: 18px;
        line-height: 20pt;
        margin-top: 15px;
        padding-top: 12px;
    }
    .borderSL{
        font-size: 18px;
        line-height: 20pt;
        margin-top: 15px;
        padding-top: 0;
    }
    .borderR_Da{
        border-right: none;
    }
    .borderR_Dc{
        border-right: none;
    }
}



.g_img{
    text-align: center;
    margin-top: 40px;
}
@media screen and (min-width:768px) and (max-width:992px){
    .g_img{
        margin-top: 20px;
        padding-right: 0;
    }
}
@media screen and (max-width: 576px){
    .g_img{
        margin-top: 10px;
    }
}

.g_icon{
    width: 140px;
}
@media screen and (min-width:768px) and (max-width:992px){
    .g_icon{
        width: 115px;
    }
}

@media screen and (max-width: 1200px){
    .g_icon{
        margin-top: 10px;
    }
}





.flexBox {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
@media screen and (max-width: 768px){
    .flexBox {
        display: block;
        -webkit-flex-direction: column ;
        -moz-flex-direction: column ;
        -ms-flex-direction: column ;
        -o-flex-direction:column  ;
        flex-direction: column ;
    }
}
.flexBoxE{
    justify-content: center;
}

/* boxItem:hover 20200428 */

/* 4 Square */
.boxItem { 
    margin-top: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    max-width: 330px;
    padding: 10px;
}

.boxItem1 { 
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    padding: 20px;
    /* border: 1px solid #e0e0e0; */    
}
.boxItem1.active {   
    /* border: 1px solid #e0e0e0; */

    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
}
.boxItem:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
}
@media screen and (max-width: 991px){
    .boxItem {
        max-width: none;
    }
}

/* 1 Square */
.boxItemC { 
    margin-top: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    max-width: 1200px;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
    /* margin-bottom: 100px; */
    background: #fff;

}
.boxItem1C { 
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    padding: 20px;
    /* border: 1px solid #e0e0e0; */
}
.boxItem1C.active {   
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
}
.boxItemC:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
}
@media screen and (max-width: 991px){
    .boxItemC{
        max-width: none;
        margin-bottom: 50px;
    }
}
@media screen and (max-width: 991px){
    .boxItemC{
        margin-bottom: 0px;
    }
}

/* 2 Square */
.boxItemA { 
    margin-top: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    max-width: 600px;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
    margin-bottom: 20px;
    background: #fff;

}
.boxItem1A { 
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    padding: 20px 10px;
    /* border: 1px solid #e0e0e0; */
}
.boxItem1A.active {   
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
}
.boxItemA:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
}

.boxItemAS{
    margin-bottom: 0px;
}

@media screen and (max-width: 991px){
    .boxItemA{
        margin-bottom: 0px;
        max-width: none;
    }
    .boxItemAm{
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px){
    .boxItemA{
        margin-top: 0px;
        margin-bottom: 20px;
    }
}


/* 3 Square */
.boxItemB { 
    margin-top: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 10px;
    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
    background: #fff;

}
.boxItem1B { 
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    padding: 15px;
    /* border: 1px solid #e0e0e0; */
}
.boxItem1B.active {   
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
}
.boxItemB:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1);
}
@media screen and (max-width: 991px){
    .boxItemB{
        max-width: none;
    }
}

/* 1 Square 無動態效果*/
.boxItemCa { 
    margin-top: -40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    max-width: 1200px;
    padding: 10px;
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
    /* z-index: -1; */

}
.boxItem1Ca { 
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    padding: 20px;
    border: 1px solid #e0e0e0;
}
.boxItem1Ca.active {   
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
}
.boxItemCa:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
}
@media screen and (max-width: 991px){
    .boxItemCa{
        max-width: none;
    }
}


/* 1 Square 無動態效果 另外樣式*/
.boxItemCb { 
    margin-top: -40px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    max-width: 1200px;
    padding: 0px;
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
    z-index: -1000;

}
.boxItem1Cb { 
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;    
    padding: 0px;
    /* border: 1px solid #e0e0e0; */
}
.boxItem1Cb.active {   
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
}
.boxItemCb:hover {
    /*cursor: pointer;     滑鼠手指 */
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    /* border: 1px solid #e0e0e0; */
    /* box-shadow: 0px 10px 30px 0px rgba(133,66,189,0.1); */
}
@media screen and (max-width: 991px){
    .boxItemCb{
        max-width: none;
    }
}







.background-header .nav li a.active{
    /* background-color: #009999; */
}

h5.newstyle.giftstyle{
    /* padding: 10px 150px; */
    text-align: left;
    padding-right: 40px;
    padding-left: 40px;
    color: #333;    
}
@media screen and (max-width: 992px){
    h5.newstyle.giftstyle{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 768px){
    h5.newstyle.giftstyle{
        font-size: 14pt;
        padding: 0px;
    }
}
@media screen and (max-width: 576px){
    h5.newstyle.giftstyle{
        font-size: 15pt;
    }
}

.giftBox{
    max-width: 450px;
    width: 100%;
}

.giftBox01{
    border-right: 1px dotted #9b9b9b;
}

h5.newstyle.supportstyle{
    /* padding: 10px 150px; */
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 100px;
}

h3.newstyle.supportstyle{
    /* padding: 10px 150px; */
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-left: 150px;
    text-align: left;
}
@media screen and (max-width: 992px){
    h3.newstyle.supportstyle{
        padding-left: 30px;
    }
}
@media screen and (max-width: 768px){
    h3.newstyle.supportstyle{
        /* text-align: center; */
        padding-left: 30px;
    }
}
@media screen and (max-width: 576px){
    h3.newstyle.supportstyle{
        padding-right: 40px;
        padding-left: 40px;        
    }
}

@media screen and (min-width: 768px) and (max-width: 992px){
    h4.newstyleD{
        padding-top: 20px;
    
    }
}












/* -- Top 序文 -- */
h5.foreword{
    color: #f0feff;
    padding-top: 10px;
    padding-left: 0;
    margin-bottom: 40px;
    text-align: justify;
    line-height: 1.6;
    font-weight: bold;
}
@media screen and (min-width: 992px) and (max-width: 1200px){
    h5.foreword{
        padding-top: 0px;
        padding-left: 0;
    }
}
@media screen and (max-width: 992px){
    h5.foreword{
        padding-top: 0px;
        line-height: 1.4;
    }
}
@media screen and (max-width: 768px){
    h5.foreword{
        position: relative;
        padding-right: 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 575px){
    h5.foreword{
        position: relative;
        /* top: -120px; */
        padding-right: 0;
        line-height: 24px;
        margin-bottom: 0px;
    }
    .smbtn{
        position: absolute;
    }
}


h5.modal-title{
    line-height: 1.5;
    padding: 0;
}

.modal-headerS{
    background-color: #009dad;
    border-bottom: 0px solid #dee2e6; 
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px); 
}
.modal-headerS1{
    padding-left: 1.5rem;
}

.close{
  font-size: 2rem;
  color: #fff;
}

.modal-header1{
    padding-top: 0;
}

.mainTextA{
    margin-top: 40px;
}
.mainTextA{
    margin-top: 30px;
}

@media screen and (min-width: 768px) and (max-width: 992px){
    .mainTextB{
        /* height: 105px; */
    }
    .mainTextBa{
        height: 170px;
    }
}
@media screen and (max-width: 768px){
    .mainTextB{
        height: 143px;
    }
    .mainTextBa{
        height: 170px;
    }

}
@media screen and (max-width: 576px){
    .mainTextB{
        height: 125px;
    }
    .mainTextBa{
        /* height: 140px; */
    }
}
@media screen and (max-width: 534px){
    .mainTextBa{
        height: 150px;
    }
}
@media screen and (max-width: 436px){
    .mainTextBa{
        height: 140px;
    }
    .mainTextBb{
        height: 140px;
    }
}


h4.newstyleB{
    font-size: 18pt;
    font-weight: bold;
}
.newstyleBa{
    font-size: 20pt;
    font-weight: bold;
    color: #009999;
}

@media screen and (max-width: 576px){
    h4.newstyleB{
        font-style: 14pt;
        font-weight: bold;
    }   
    h4.newstyleBa{
        font-style: 15pt;
        font-weight: bold;
    }    
}




.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    /* Fix of Webkit flickering */
    z-index: 1;
  }
  .swiper-container-no-flexbox .swiper-slide {
    float: left;
  }
  .swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .swiper-wrapper {margin-left: -35px;}
  
  }
  
  .swiper-container-android .swiper-slide,
  .swiper-wrapper {
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
  }
  .swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
  }
  .swiper-slide-invisible-blank {
    visibility: hidden;
  }
  /* Auto Height */
  .swiper-container-autoheight,
  .swiper-container-autoheight .swiper-slide {
    height: auto;
  }
  .swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
  }
  /* 3D Effects */
  .swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .swiper-container-3d .swiper-wrapper,
  .swiper-container-3d .swiper-slide,
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom,
  .swiper-container-3d .swiper-cube-shadow {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .swiper-container-3d .swiper-slide-shadow-left,
  .swiper-container-3d .swiper-slide-shadow-right,
  .swiper-container-3d .swiper-slide-shadow-top,
  .swiper-container-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  /* IE10 Windows Phone 8 Fixes */
  .swiper-container-wp8-horizontal,
  .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
  }
  .swiper-container-wp8-vertical,
  .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
  }
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%2309b7c8'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%2309b7c8'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto;
  }
  .swiper-button-prev.swiper-button-white,
  .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-white,
  .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-prev.swiper-button-black,
  .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-next.swiper-button-black,
  .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  }
  .swiper-button-lock {
    display: none;
  }
  .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: 300ms opacity;
    -o-transition: 300ms opacity;
    transition: 300ms opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
  }
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  /* Bullets */
  .swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
  }
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
  }
  .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
  }
  .swiper-pagination-bullet-active {
    opacity: 1;
    background: #09b7c8;
  }
  .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0px, -50%, 0);
    transform: translate3d(0px, -50%, 0);
  }
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
  }
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: 200ms top, 200ms -webkit-transform;
    transition: 200ms top, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top;
    transition: 200ms transform, 200ms top, 200ms -webkit-transform;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms left, 200ms -webkit-transform;
    transition: 200ms left, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left;
    transition: 200ms transform, 200ms left, 200ms -webkit-transform;
  }
  .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: 200ms right, 200ms -webkit-transform;
    transition: 200ms right, 200ms -webkit-transform;
    -o-transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right;
    transition: 200ms transform, 200ms right, 200ms -webkit-transform;
  }
  /* Progress */
  .swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
  }
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #009999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }
  .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
  }
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-white .swiper-pagination-bullet-active {
    background: #ffffff;
  }
  .swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #ffffff;
  }
  .swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000000;
  }
  .swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
  }
  .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000000;
  }
  .swiper-pagination-lock {
    display: none;
  }
  /* Scrollbar */
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag {
    cursor: move;
  }
  .swiper-scrollbar-lock {
    display: none;
  }
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .swiper-slide-zoomed {
    cursor: move;
  }
  /* Preloader */
  .swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
  }
  .swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  }
  @-webkit-keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes swiper-preloader-spin {
    100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  /* a11y */
  .swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
  }
  .swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
  }
  .swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-fade .swiper-slide-active,
  .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube {
    overflow: visible;
  }
  .swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
  }
  .swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-cube .swiper-slide-active,
  .swiper-container-cube .swiper-slide-next,
  .swiper-container-cube .swiper-slide-prev,
  .swiper-container-cube .swiper-slide-next + .swiper-slide {
    pointer-events: auto;
    visibility: visible;
  }
  .swiper-container-cube .swiper-slide-shadow-top,
  .swiper-container-cube .swiper-slide-shadow-bottom,
  .swiper-container-cube .swiper-slide-shadow-left,
  .swiper-container-cube .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
  }
  .swiper-container-flip {
    overflow: visible;
  }
  .swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
  }
  .swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
  }
  .swiper-container-flip .swiper-slide-active,
  .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
  }
  .swiper-container-flip .swiper-slide-shadow-top,
  .swiper-container-flip .swiper-slide-shadow-bottom,
  .swiper-container-flip .swiper-slide-shadow-left,
  .swiper-container-flip .swiper-slide-shadow-right {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
    -ms-perspective: 1200px;
  }


  /*swiper LINEPAY*/
  /*
  --- mainAct ---*/
  .mainAct {
    padding-top: 34px;
     padding-bottom: 30px;
  }
  
  .mainAct a:hover {
    text-decoration: none;
  }
  
  .mainAct .list-group {
    flex-direction: row;
    justify-content: center;
  }
  
  .mainAct .list-group-item {
    border: 1px solid #FFFFFF;
    border-radius: 10px;
    color: #09b7c8;
    font-weight: bold;
    text-align: center;
    max-width: 200px;
    margin: 10px 12px;
    padding: .25rem .75rem;
  }
  
  .mainAct .list-group-item.active {
    background-color: #09b7c8;
    border-color: #09b7c8;
    color: #FFFFFF;
  }
  
  .mainAct .list-group-item + .list-group-item.active {
    margin: 10px 12px;
  }
  
  .mainAct .list-group-item span {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 1.3rem;
  }
  @media screen and (max-width: 560px){
      .mainAct .list-group-item {
    margin: 10px 5px;
    padding: .25rem .75rem;
  }
  
  .mainAct .list-group-item + .list-group-item.active {
    margin: 10px 5px;
  }
  }
  /* 圖片切換 lg/sm */
.img-lg {
    display: block;
  }
  .img-sm {
    display: none;
  }
  
  @media screen and (max-width: 768px) {
    .mainAct .list-group {
      flex-wrap: wrap;
    }
  
    .swiper-container {
      padding: 0 0 1.25rem;
    }
  
    .swiper-button-prev,
    .swiper-button-next {
      height: auto;
      width: auto;
      background-color: transparent;
    }
  
    .swiper-button-prev {
      left: 10px;
    }
  
    .swiper-button-next {
      right: 10px;
    }
  }
  @media screen and (max-width: 768px){        
    /* 圖片切換 lg/sm */
    .img-lg {
        display: none;
      }
      .img-sm {
        display: block;
      }
  }
  
  @media screen and (max-width: 560px) {
    .mainAct {
      margin-bottom: 0;
    }

  }

  
 
/*
  ----- Swiper -------------------------------*/
  .swiper-container {
    padding: 0 4rem 1.25rem;
    }
  
  .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: 180px;
    top: 300px;
    bottom: 0; */
    
    left: 165px;
    bottom: 30px;

    margin: auto;
    width: 100%;
  }

  @media screen and (max-width: 1200px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 140px;
        bottom: 25px;
      }
  }
  @media screen and (max-width: 992px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 110px;
        bottom: 20px;
      }
  }
  @media screen and (max-width: 768px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: initial;
        bottom: 30px;
      }
  }
  @media screen and (max-width: 520px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 530px;
      }
  }
  @media screen and (max-width: 480px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 490px;
      }
  }
  @media screen and (max-width: 450px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 465px;
      }
  }
  @media screen and (max-width: 435px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 430px;
      }
  }
  @media screen and (max-width: 415px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 410px;
      }
  }
  @media screen and (max-width: 400px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 400px;
      }
  }
  @media screen and (max-width: 390px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 380px;
      }
  }
  @media screen and (max-width: 390px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 380px;
      }
  }
  @media screen and (max-width: 375px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 360px;
      }
  }
  @media screen and (max-width: 360px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        left: 0px;
        top: 345px;
      }
  }
  @media screen and (max-width: 345px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        /* bottom: 0; */
        margin: auto;
        width: 100%;
        top: 315px;
    }
  }
  @media screen and (max-width: 320px){
    .swiper-wrapper .item .item-btn,
    .no-swiper-wrapper .item-btn {
        /* bottom: 0; */
        margin: auto;
        width: 100%;
        top: 310px;
    }
  }

    /* 無滑動區塊底部少了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;
    }
    .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;
    }
    .swiper-container ul {
      margin-bottom: 40px;
    }
    .no-swiper-wrapper li {
      margin-bottom: 60px;
    }
  }

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: normal;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: normal;
}

/*
    --- Swiper end-------------------------------*/


.modal-content{
    border-radius: 1rem;
}
.modal-headerS{
    border-top-left-radius: calc(1rem - 1px);
    border-top-right-radius: calc(1rem - 1px);
}

#gift1{
    display: block;
}
#gift1_m{
    display: none;
}
@media screen and (max-width: 576px){
    #gift1{
        display: none;
    }
    #gift1_m{
        display: block;
    }
}

#gift3{
    display: block;
}
#gift3_m{
    display: none;
}
@media screen and (max-width: 576px){
    #gift3{
        display: none;
    }
    #gift3_m{
        display: block;
    }
}


/*-------------- 修改style --------------*/

.forlineS1{
    color: #09b7c8;
}
.forlineS2{
    font-size: 130%;
}
.forlineS3{
    font-weight: 600; 
    color: #012418;
}
.forlineS4{
    color: #006a4d;
}
.forlineS5{
    font-size: 130%; 
    color: #009999;
}
.forlineS6{
    color: #009999;
}
.forlineS7{
    font-size: larger;
}
.forlineS8{
    font-size: larger; 
    color: #009999; 
    font-weight: bold;
}
.forlineS9{
    color: #009999; 
    font-weight: bold; 
    font-size: 130%;
}
.forlineS10{
    color: red; 
    font-size: 95%;
}
.forlineS11{
    color: red; 
}
.forlineS12{
    color: #009999; 
    font-size: larger;
}
.forlineS13{
    margin-left: -15px;
    margin-right: -15px;
}
.forlineS14{
    font-size: 115%;
}
.forlineS15{
    font-size: 90%;
}
.forlineS16{
    display:none;
    visibility:hidden;
}
.footbg{
    width: 100%; 
    background-color: #f4f4f4;
}

/*-------------- 修改style --------------*/


.partner{
    z-index: 2;
}


.modal-header .btn-close{
    padding: 1rem;
    /* background: url(../images/close_btn.svg) center/1em auto no-repeat; */
}

.memoTable2 table tr{
    border: 1px solid #cacaca;
}

.notice_title{
    color: #fff;
    font-size: 18px;
    background: #11b3c4;
}

.uplineS{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: normal;
}
@media screen and (max-width: 576px){
    .uplineS{
        font-size: 13pt;
    }
}

.gift_C{
    display: block;
}

.wdesign{
    width: 200px;
}
@media screen and (max-width: 420px){
    .wdesign{
        width: 170px;
    }
}


/* 綠色大眾運輸區塊寬度設定 */
.w-md-75{
    max-width: 75%;
    margin: 0 auto;
}

@media screen and (max-width: 576px){
    .w-md-75{
        max-width: 100%;
        margin: 0 auto;
    }
}

.gPoints_hr_color{
    border-top: 1px solid #848484;
}

.mainArea h5.newstyle.sixPer25{
    text-align: left;
}

.mainArea h5.newstyle.sixPer25 .verySmall{
    font-size: 12px;
    margin-bottom: -30px;
}

.accordion-button:not(.collapsed){
    color: #ffffff;
    background-color: #09b7c8;
}

.boxArea{
    position: relative;
}

.wakenosenn{
    position: absolute;
    bottom: 0;
}

/* 額滿 */
.full {
    position: relative;
}
.full::after {
    content: "額滿";
    position: absolute;
    font-size: 90%;
    color: #FFFFFF;
    top: 0;
    left: 0;
    width: 60px;
    height: 30px;
    background-color: #e70f0f;
    border-radius: 8px;
    padding: 5px;
    line-height: 1;
}
@media screen and (max-width: 576px){
    .full::after {
        position: relative;
        font-size: 90%;        
        padding: 3px 5px;
    }
}