@charset "utf-8";
/****************活動登錄********************/
/*----------------------------主視覺----------------------------------*/
/*--活動登錄--*/

.topimg-limited-time {
    background-image: url(../images/limited-time-m.jpg);
}
@media screen and (min-width: 576px) {
    .topimg-limited-time {
        background-image: url(../images/limited-time.jpg);
    }
}
/*----------------------------頁面主標題----------------------------------*/
.fill-shortKv .container-xl {
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/*--shortKv-title-4標題總共4個字--*/
.fill-shortKv .shortKv-title-4 h2 {
    width: 145px;
    text-align: center;
    margin-left: 1%;
    font-size: 30px;
}
.fill-shortKv .shortKv-title-4 h2:after {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background-color: #0ea9a1;
    margin: 3px auto 0px;
}
@media screen and (min-width: 576px) {
    .fill-shortKv .shortKv-title-4 h2 {
        margin-left: 8%;
    }
}
@media screen and (min-width: 768px) {
    .fill-shortKv .shortKv-title-4 h2 {
        width: 150px;
        font-size: 36px;
    }
}
@media screen and (min-width: 992px) {
    .fill-shortKv .shortKv-title-4 h2 {
        width: 165px;
        margin-left: 10%;
        font-size: 40px;
    }
}
/*--shortKv-title-6標題總共6個字、4個字時斷行--*/
.fill-shortKv .shortKv-title-6 h2 {
    width: 145px;
    text-align: center;
    margin-left: 1%;
    margin-top: -30px;
    font-size: 30px;
    line-height: 45px;
}
.fill-shortKv .shortKv-title-6 h2:after {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background-color: #0ea9a1;
    margin: -2.9rem auto 0px;
}
@media screen and (min-width: 576px) {
    .fill-shortKv .shortKv-title-6 h2 {
        margin-left: 5%;
    }
}
@media screen and (min-width: 768px) {
    .fill-shortKv .shortKv-title-6 h2 {
        width: 150px;
        font-size: 36px;
        line-height: 50px;
        margin-top: -50px;
    }
    .fill-shortKv .shortKv-title-6 h2:after {
        margin: -3.2rem auto 0px;
    }
}
@media screen and (min-width: 992px) {
    .fill-shortKv .shortKv-title-6 h2 {
        width: 260px;
        margin-left: 5%;
        font-size: 40px;
    }
    .fill-shortKv .shortKv-title-6 h2:after {
        margin: 3px auto 0px;
    }
}
/*--shortKv-title-8標題總共8個字、4個字時斷行--*/

.fill-shortKv .shortKv-title-8 h2 {
    width: 320px;
    text-align: center;
    margin-left: 5%;
    font-size: 40px;
}

.fill-shortKv .shortKv-title-8 h2:after {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background-color: #0ea9a1;
    margin: 3px auto 0px;
}
@media screen and (max-width: 991px) {
    .fill-shortKv .shortKv-title-8 h2 {
        width: 150px;
        text-align: center;
        line-height: 50px;
        margin-left: 5%;
        font-size: 36px;
        margin-top: -50px;
    }
    .fill-shortKv .shortKv-title-8 h2:after {
        width: 80%;
        margin: -3.2rem auto 0px;
    }
}

@media screen and (max-width: 768px) {
    .fill-shortKv .shortKv-title-8 h2 {
        width: 125px;
        font-size: 30px;
        line-height: 45px;
    }
    .fill-shortKv .shortKv-title-8 h2:after {
        margin: -2.9rem auto 0px;
    }
}

@media screen and (max-width: 560px) {
    .fill-shortKv .shortKv-title-8 h2 {
        margin-top: -30px;
        margin-left: 1%;
    }
}

/*--------------------------------限時活動登錄------------------------------------*/
/*--活動登錄首頁 限時/一般 兩大按鈕--*/
.activity_bt01 {
    position: relative;
    display: inline-block;
    max-width: 465px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.activity_bt02 {
    position: relative;
    display: inline-block;
    max-width: 465px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.activity_bt01_text,
.activity_bt02_text {
    position: absolute;
    font-size: 24px;
    color: #ffffff;
    line-height: 50px;
    bottom: 22px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 90px;
}

.activity_bt01 img,
.activity_bt02 img {
    display: block;
    transform: scale(1) translate3d(0, 0, 0);
    transform-style: preserve-3d;
    transition: .4s;
}

.activity_bt01:hover img,
.activity_bt02:hover img {
    display: block;
    transform: scale(1.05);
}

@media screen and (max-width: 1200px) {
    .activity_bt01_text,
    .activity_bt02_text {
        bottom: 24px;
    }
}

@media screen and (max-width: 991px) {
    .activity_bt01_text,
    .activity_bt02_text {
        bottom: 22px;
    }
}

@media screen and (max-width: 576px) {
    .activity_bt01_text,
    .activity_bt02_text {
        bottom: 16px;
    }
}

@media screen and (max-width: 380px) {
    .activity_bt01 {
        width: 320px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .activity_bt02 {
        width: 320px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .activity_bt01_text,
    .activity_bt02_text {
        font-size: 22px;
        bottom: 8px;
    }
}

@media screen and (max-width: 320px) {
    .activity_bt01_text,
    .activity_bt02_text {
        font-size: 18px;
        bottom: 6px;
    }
}

/*--//活動登錄首頁 限時/一般 兩大按鈕--*/
/* 上方按鈕 */
a#btn-nav-apply {
    /* position: absolute; */
    right: 0px;
    top:20px;
    margin-left: 15px;
    width: 100px;
    padding: 5px 15px;
    background-color: #00859a;
    border-radius: 18px;
    color: #fff;
    font-size: 16px;}
@media screen and (max-width: 1200px){
  a#btn-nav-apply {
      top:15px;}}
@media screen and (max-width: 768px){
  a#btn-nav-apply {
    right: 50px;
    top:15px;
    width: 100px;
    padding: 2px 15px;
     font-size: 16px;
     margin-right: 4px;
  }

}
@media screen and (max-width: 330px){
	a#btn-nav-apply {
	  right: 40px;
	  top:15px;
	  width: 70px;
      padding: 2px 5px;
       font-size: 14px;
	}
	.navbar-light .navbar-toggler {
	right: -5px;	

}
}
/*---活動查詢登錄---*/
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .nav-link {
    color: #009999;
}
.nav-item:hover .nav-link {
    color: #009999;
}
.tab-content {
    margin-top: 2.5rem;
    padding-bottom: 1rem;
}
.activity-login {    
    display: flex;    
    flex-direction: column;   
    align-items: center;
    padding-left: 0px;
}

.activity-login li {   
    display: flex;   
    align-items: center;
    margin-bottom: 0rem;
}

.activity-login label {
    font-size: 1.25rem;
    text-align: left;
    margin-right: .75rem;
    margin-bottom: 0;
    color: #009999;
    font-weight: bold;
    min-width: 6.5rem;
}

.activity-login select {
    margin-left: 5px;
    margin-right: 5px;
    width: 90%;
    font-size: 17px;
}

.activity-login .formTitle {
    background-color: #009999;
    color: #fff;
    margin-bottom: 0 ;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}
.activity-login .formStyle {
    border-bottom: #eeeeee 1px solid;
    padding-top: 25px;
    padding-bottom: 25px;
}
/*--額滿--*/
.activity-login .fullEnd {
    flex: 0 0 auto;
    width: 25%;
} 
.activity-login .fullEnd input[type=checkbox],
.activity-login .fullEnd input[type=radio] {   
    width: 22px;
    height: 22px;
} 
.activity-login .fullEnd span {
    font-size: 16px;
    color: #fff;
    border: 2px solid rgb(255, 65, 65);
    background-color: rgb(255, 65, 65);
    padding-bottom: 2px;
    border-radius: 0 7px 0 7px;
    margin-right: 5px;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {   
    .activity-login select {
        margin-left: 0px;
        min-width: 6rem;
    }
    .activity-login .fullEnd {
        width:40px;  
        margin-left: -40px;      
    } 
    .activity-login .formStyle{
         padding-left: 40px;;
    }
}
#v_container {
    width: 120px;
    height: 44px;
}
 /*--查詢歷史紀錄--*/

.historyTable {
    width: 100%;
    box-shadow: none;
    color: #7e7e7e;
    border: 1px solid #d8d8d8;
    border-collapse: collapse;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
    table-layout: fixed;
}

.historyTable tr {
    border-bottom: 1px solid #d8d8d8;
}

.historyTable th,
.historyTable td {
    border: none;
    padding: 10px 3px;
    text-align: center;
}

.historyTable th {
    color: #fff;
    background-color: #009999;
}

/*
--- 分頁 tabs submenu ---*/
.tabs{
    margin-top: 50px;
    margin-bottom: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-bottom: 1px solid #00859a;
}
.submenu ul{
    list-style-type: none;
}
.submenu li {
    float: left;
    height: 30px;
    width: 33.333%;
    
    font-size: 13pt;
    font-weight: 500;
    line-height: 20px;
    color: #1c100b;
    text-align: center;
    padding: 0 24px;
    list-style-type: none;
}
.submenu li a {
    color: #a9a9a9;
    padding-bottom: 5px;
}
.submenu li a.active {
    color: #FFFFFF;
    font-size: 15pt;
    background: #00859a;
    padding: 10px 10% 8px;
    border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 587px){
    .submenu {
        padding: 0 0 0 0;
    }
    .submenu li {
        font-size: 12pt;
        padding: 0px;
    }
    .submenu li a {
        padding-bottom: 8px;
    }
    .submenu li a.active {
        font-size: 12pt;
        padding: 10px 10% 10px;
    }
}
@media screen and (max-width: 320px){
    .submenu li {
        font-size: 10pt;
    }
    .submenu li a.active {
        font-size: 10pt;
        padding-bottom: 13px;
    }
}

.logoBtn{
    background-color: #fff;
    max-width: 130px;
    border-radius: 5px;
}

@media screen and (max-width: 340px){
    .logoBtn{
        background-color: #fff;
        max-width: 110px;
    }
}
.nav-tabs {margin-bottom: 30px;}
.nav-item{
    /* margin-bottom: 5px; */
    margin-bottom: -1px;
}

.shopBtn{
    justify-content: center;
    align-items: center;
}

.btn02{
    padding: 5px 5px;
}

.btn02.btn-primary02{
    border: 2px solid #009999;
    border-radius: 10px;
    /* background-color: #96e1e1; */
    display: inline-block;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 5px;
}

.btn02.btn-primary02.active{
    background-color: #96e1e1 !important;
}

.btn02.btn-primary02:hover{
    background-color: #6cb4b4 !important;
}
/*--------------------------------//限時活動登錄------------------------------------*/ 
/*
--- 版權宣告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;
	}
}

/* 修正form_Common madol */
.leaveModal.modal .btn-close {
    padding: 8px;
}
 @media screen and (max-width: 576px) {
    .leaveModal .btn.btn-primary {
        padding: 6px 12px;
    }
}
