@charset "utf-8";
section {}
/*== top ==*/
.top{position: relative;}
.top-block{
	margin-top: 60px;
	height: auto;
	/* [disabled]z-index: -1; */
}
.toptitle{
	position: absolute;
	z-index: 10;
	text-align: center;
	padding-top: 200px;
}

.bg {
	background-color: rgba(249, 231, 207, 0.50);
	letter-spacing: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
	.toptitle{
		padding-top: 130px;
	}
}

@media screen and (max-width: 768px) {
	.toptitle{
	padding-top: 90px;
	}
}
@media screen and (max-width: 480px) {
	.bg {
		font-size: 14px;
		letter-spacing: 5px;
		margin-top: -10px;
		margin-bottom: 5px;
	}
}
/*== main ==*/
.noticeBK {
    padding: 1em 0 2em;
    /* background-color: #f5f5f5; */
}
.noticeBK img{
	border-radius: 10px;
}
.noticetop .notice-title{
	background-color: #3abddf;
	border-radius: 20px;
	color: #ffffff;
	width: 100%;
	margin: 10px auto 10px;
    text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 24px;
	/* [disabled]margin-top: 15px; */
}

.notice{
	border: solid 1px #B7B7B7;
	border-radius: 20px;
	text-align: left;
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
	.notice img{margin-top: 25px;}
}
@media screen and (max-width: 991px) {
	.notice-title,.active-time {text-align: center;}
}

.offerMain {
    padding-top: 5px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 25px;
    text-align: center;
    background-color: #EBEBEB;
    display: block;
    /* [disabled]margin-top: 10px; */
    /*background-image: url(../images/carbg.jpg);*/
	background-size: cover;
}


.offerMain h2 {
    font-size: 24px;
    padding-bottom: 5px;
    margin-bottom: 0px;
    letter-spacing: 12px;
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    border-radius: 100px;
    background-color: #FF9091;
    width: 400px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 5px;
}

.offerMain h3{
    color: #000000;
    font-size: 32px;
    letter-spacing: 5px;
    font-weight: 600;
    line-height: 70px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px;
}

.offerMain h4{
	color: #FFFFFF;
	letter-spacing: 8px;
}
.btn-line img {
	margin-bottom: 5px;
	border: 4px solid #00b833;
	background-color: #00b833;
}
.fall {
        display: block;
    }   
.fall_m {
        display: none;
    } 

.noticetop {
    margin-top: 20px;
}
.linkbox {
    margin-top: 20px;
}

@media (max-width:992px){
	.offerMain h3 {
		font-size: 30px;
	}
}
@media screen and (max-width: 768px) {
	.offerMain h3{
	font-size: 28px;
	}
}
@media (max-width:480px){
	section {}
	.offerMain {
	/* [disabled]padding-top: 1em; */
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 1em;
}
	.offerMain h3{
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 38px;
    margin-bottom: 0px;
	}
}

@media (max-width:480px){
	.offerMain {
		margin-bottom: 0px;
		margin-top: -20px;
	}
	.toptitle h2 {
		font-size: 30px;
		margin-top: -30px;
		margin-left: 30px;

	}
	.fall_m {
		display: block;
	}
	.fall {
		display: none;
	}
	.offerMain h2 {
		font-size: 20px;
		letter-spacing: 5px;
		margin-bottom: 0px;
		padding-top: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		padding-left: 5px;
		width: 200px;
		text-align: center;
		clear: both;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 375px){
	.btn-line img {
    margin-bottom: 0px;
    border: 2px solid #00b833;
    margin-top: -1px;
	}
}

/* 3pay-tab */
.paytab{
    text-align: center;
	padding-top: 30px;
	background-color: #fff;
}
.paytab .nav-tabs{
	display: inline-block;
	position: relative;
	border-bottom: none;
	margin-top: 40px;
}
.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: 20px;
    font-weight: 700;
    color: #999;
    /*text-transform: uppercase;*/
    text-align: center;
    border-radius: 0;
    border: none;
    border-bottom: 0px solid #ddd;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.3s ease 0s;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 0px;
}
.paytab .nav-tabs li.active a,
.paytab .nav-tabs li a:hover{
	color: #999;
	border: none;
	border-bottom: 2px solid #ddd;/*2px solid #fff;*/
}
.paytab .nav-tabs li.active a{
    color: #009dad;
    border: 1px solid #009dad;
    padding-left: 20px;
    padding-right: 20px;
    /* [disabled]margin-right: 0px; */
}
.paytab .tab-content{
	/* padding: 20px; */
	margin-top: /*-5px*/-9px;
	border-top: 1px solid #e5e5e5;
}
.paytab .tab-content h4{
    font-size: 20px;
    margin-top: 0;
}
.paytab .tab-content h5{
	font-size: 15px;
	color: #757575;
	line-height: 26px;
	/* text-align: left; */
}

@media screen and (max-width: 768px) {
	/* 3pay-tab */
	.paytab .nav-tabs li{
    text-align: center;
    margin-bottom: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
	}
	.paytab .nav-tabs li:last-child{
		margin-bottom: 0;
	}
	.paytab .nav-tabs li a{
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}
}


@media (max-width:480px){
.toptitle h2 {
	font-size: 30px;
	margin-top: -30px;
	margin-left: 30px;

}
.fall_m {
    display: block;
}
.fall {
    display: none;
}

.newkey {
    font-size: 24px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
}
	
.paytab {
    margin-top: 0px;
	}
.tab-content{
    padding: 20px;
    margin-top: /*-5px*/-9px;
    border-top: 1px solid #e5e5e5;
}
	.paytab .nav-tabs li a{
    font-size: 17px;
	padding-left: 0px;
    padding-right: 0px;
}
.paytab .tab-content h4{
    font-size: 17px;
}
#question h3 {
    line-height: 28px;
    margin-top: 10px;
    margin-bottom: 10px;
}
}
@media (max-width: 375px){
	.btn-line img {
    margin-bottom: 0px;
    border: 2px solid #00b833;
    margin-top: -1px;
	}


}


@media only screen and (max-width: 360px){
	.paytab .nav-tabs li{
    text-align: center;
    width: 100%;
	}
.paytab .tab-content{
    padding: 20px;
    margin-top: /*-5px*/-9px;
    border-top: 0px solid #e5e5e5;
}
}


/*--- ���� form ---*/
.form-control {
	color: #333333;
	font-size: 1.5rem;
	border-radius: 0;
	padding: 0 0 0 3px;
	border: 1px solid #a9a9a9; }
  
  .formList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
		-ms-flex-direction: column;
			flex-direction: column; }
  .formList h2{
	  color: #009999;
	  text-align: center;
	  font-weight: 600;
	  padding-top: 30px; 
  }
  .formList h3{
	  color: #2A2A2A;
	  text-align: center;
  }
  .formList h5{
	  text-align: center;
	  color: #8F8F8F;
	  line-height: 20px;
  }
  .priceN{
	  color: #009999;
	  font-weight: 600;
	  margin-left: 5px;
	  margin-right: 5px;
  }
  .price img{
	  margin: 10px;
	  padding: 10px;
  }
   .formList li {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
		  -ms-flex-align: center;
			  align-items: center;
	  margin-bottom: 2rem; 
  }
  .formList li label {
		min-width: 20rem;
		font-size: 1.25rem;
		text-align: right;
		margin-right: .75rem;
		margin-bottom: 0;
		color: #009999;
		font-weight: bold; 
  }
  .formList li select {
		margin: 0 auto;
		  min-width: 90%; 
  }
  
	.formList .form-control {
	  padding: 0.37rem 0.3rem;
	  width: auto; }
  
  @media screen and (max-width: 768px) {
	.formList li {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-pack: start;
		  -ms-flex-pack: start;
			  justify-content: flex-start;
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	  margin-bottom: 1rem; }
	  .formList li select {
		margin: 0 auto;
		min-width: 300px; }
	  
	  .formList li label {
		text-align: center; }
	  
	  .formList li .form-control {
		padding: 0.37rem 0.3rem; } 
	  .formList h2{
		  font-weight: 600;
		  padding-top: 0px; 
	  }
	  .price img{
		  margin: 10px 0 0 0px;
		  padding: 0px;
	  }
  }

	.noticetop table{
		width: 100%;
		text-align: center;
		margin: 10px auto;
		font-weight: 500;
	}
	@media screen and (max-width: 768px) {
		.noticetop table{
			font-size: 15px;
		}
	}
	.saleArea{
		margin-top: 130px;
		margin-bottom: 30px;
	}
	.point{
		color: #ff9100;
		font-weight: 600;
		font-size: 26px;
	}

	@media screen and (max-width: 576px){
		.saleArea{
			margin-top: 125px;
		}
	}

	.d-md-none{
			display: none;
	}
	.d-md-block{
		display: block;
	}
	

	@media screen and (max-width: 712px){
		.d-block{
			display: block;
		}
		.d-none{
			display: none;
	    }
		
	}

	/* 卡片式活動區塊 */

	.carCard{
		font-size: 26px;
		font-weight: 800;
		background-color: #b4dff0;
		border-radius: 20px;
		padding-bottom: 20px;
		background-image: url(../images/bg.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.carCard .title{
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		margin: auto;
	}

	.carCard h2{
		text-align: center;
		padding: 30px 0 20px 0px;
		color: #007fd3;
		font-weight: 800;
		font-size: 36px;
	}

	.carFiveBox{
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	.carFiveBox .carFive{
		background: #fff;
		margin: 5px;
		padding: 10px 20px;
		border-radius: 20px;
		border: #17a7e0 3px dashed;
	}

	.salePrice{
		font-size: 50px;
		line-height: 1.2;
		text-align: center;
		margin: auto;
		margin-top: 20px;
		margin-bottom: 20px;
		color: #0c5688;
		border-bottom: #ffd485 solid 5px;
		width: 100%;
		max-width: 390px;
	}

	.salePrice .reward{
		font-size: 150%;
		color: #f44935;
	}