body, button, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, input, select, textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
  font-weight:normal;
}

#activity_coupon .content>ul {
  display: block;
  box-shadow: 15px 15px 0 rgba(0, 0, 0, 30%);
  padding: 0;
  margin: 0 15px 15px 15px;
}

#activity_coupon {
  position: relative;
  background: #B2EBF2 ;
  padding: 30px 0px 30px 0px;
  overflow: hidden;
  text-align: center;
}
.b-c{ text-align: center; }
.b-r{ text-align: left;}
@media screen and (max-width: 768px) {
  #activity_coupon::before {
    background-size: 40%;
  }
}

@media screen and (max-width: 575px) {
  #activity_coupon::before {
    background-size: 50%;
  }
}



.coupon_btn>a {
  font-weight: 400;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .coupon_btn>a {
    font-size: 16px;
  }
}

.coupon_des>.row>div>img {
  width: 95%;
  height: auto;
}

img[src*='coupon'] {
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.4));
}

@media screen and (max-width: 991px) {
  .bank_coupon {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .coupon_des>.row>div>img {
    width: 100%;
    height: auto;
  }
  .coupon_des>.row>div:first-child>img {
    width: 80%;
    height: auto;
  }
}

.textarea_list_list>ul {
  margin-bottom: 5px;
}

a {
  cursor: pointer;
}

a:active, a:hover, a:link, a:visited {
  text-decoration: none;
}

a:hover, a:focus{
  color: #C00000;
}

.product_list{
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}

.product_list:last-child{
  margin-bottom: 0;
}

.product-item{
  display: block;
}

.product_img{
  aspect-ratio: 3 / 2;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.product_img img{
  width: 100%;
  vertical-align: middle;
}

.product_txt{
  padding: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 0 0 10px 10px;
}

.product_title{
  font-weight: 800;
  padding: 10px 10px 5px 10px;
  margin: 0;
  font-size: 1.3rem;
}

.product_sale{
  color: #bc1717;
  text-align: right;
}

.product_sale span{
  font-weight: 800;
  font-size: 1.5rem;
}

.product_des{
  font-size: 1rem;
  color: #172856;
  padding: 0px 10px;
}

.product-btn{
  display: block;
  background-color: #fff;
  font-weight: 800;
  padding: 10px;
  font-weight: 800;
  font-size: 1.5rem;
  text-align: center;
  border-radius:  10px;
  width: calc(100% - 30px);
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width:768px) {
  .product{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .product_list{
    width: calc(50% - 7.5px);
    margin-bottom: 0;
  }

  .product_list:nth-child(4n-2){
    margin-bottom: 40px;
  }

  .product-btn{
    max-width: 250px;
  }

}

@media screen and (min-width:1024px) {
  .product_list{
    width: calc(50% - 20px);
  }
}

.section_app .content_title{
  font-size: 24px;
  font-weight: bold;
  padding: 0px 0px 15px 0px;
}

.section_app ul{
  display: flex;
  justify-content: center;
}

.step_content{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.app_follow_content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper{
  width: 100%;
  height: 100%;
}

.swiper-horizontal>.swiper-pagination-bullets, 
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translatex(-50%);
  z-index: 1;
  width: auto!important;
}

.swiper-pagination-bullet {
	border-radius: 0;
	width: 8px;
  height: 8px;
  border-radius: 50%;
	line-height: 30px;
	font-size: 12px;
	opacity: 1;
	background: rgba(255, 185, 0,0.3);
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  transition: all 0.2s;
}

.swiper-pagination-bullet-active {
	background: #FFB200;
  width: 20px;
  border-radius: 10px;
}

:root{
  --swiper-theme-color:#FFBB5A;
}
