/*-----------------------------------------------------------------------------
 * [TABLE OF CONTENTS]
 *    +common
 *    +header
 *		=
 *    +main
 *		=
 *    +footer
 *		=
 *----------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------
 * [TABLE OF CONTENTS]
 *    +Breakpoint
 *    +Color
 *----------------------------------------------------------------------------- */
/* +Breakpoint
 **---------------------------------------------------------------------------- */
/* +Color
 **---------------------------------------------------------------------------- */
/*-----------------------------------------------------------------------------
 * [TABLE OF CONTENTS]
 *    +Breakpoint
 *----------------------------------------------------------------------------- */
/* +Breakpoint
 **---------------------------------------------------------------------------- */
/* +common
 **---------------------------------------------------------------------------- */
/**
 **
 ** =Typography
 **----------------------------------------------------------------------------
 ** 	Date	Modifi	Content
 **----------------------------------------------------------------------------*/
img { max-width: 100%;vertical-align: middle; }
.form-group { margin-bottom: 0; }
.m-8 { margin-top:0.8rem; }
.mt-03 { margin-top:0.3rem; }
.m1-5 { margin-top:1.5rem; }
.m3 { margin-top:3rem; }

mark.yellow {
	background: linear-gradient(transparent 40%,rgba(255,255,255,0) 55%,#eeff00 90%,transparent 95%);	
  padding: 2px 1px;
  margin-bottom: 1rem;
}

h1, .h1 {
  display: none;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}

h3, .h3{
  font-size: 1.3rem;
  line-height:1.5rem;
  text-align: left;
  letter-spacing: 1px;
  color: #404040;
}
h3.flower-icon-red{
  font-size: 1.3rem;
  line-height:1.5rem;
  text-align: left;
  letter-spacing: 1px;
  color: #404040;
  padding-left: 1.9rem;
}
h3.flower-icon-red:before{
  content: '';
  background-image: url("../images/flora_A.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  display:block;
  width: 28px;
  height: 28px;
  position: absolute;
  top:14px;
  left:0;
}
h3.flower-icon-blue{
  font-size: 1.3rem;
  line-height:1.5rem;
  text-align: left;
  letter-spacing: 1px;
  color: #404040;
  padding-left: 1.9rem;
}
h3.flower-icon-blue:before{
  content: '';
  background-image: url("../images/flora_B.png");
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
  display:block;
  width: 28px;
  height: 28px;
  position: absolute;
  top:14px;
  left:0;
}
/* h3:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
  border-radius: 2px;
} */
h4, .h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 500;
}

p.redtext{
  color: #EE008C;
}

p.bluetext{
  color: #027cc4;
}

p.black8 {
  color: rgba(51, 51, 51, 0.8);
}

p.black6 {
  color: rgba(51, 51, 51, 0.6);
}

p a {
  color: #027cc4;
  text-decoration: underline;
}

p a:hover {
  color: #005da0;
  text-decoration: underline;
}

/**
 **
 ** =IE input
 **
 ** */
::-ms-clear, ::-ms-reveal {
  display: none;
}

/**
  **
  ** =Button
  **
  ** */

.btn {
    display: block;
    font-size:20px;
    text-align: center;
    transition: .25s all;
    padding: 12px 0;
    width: 100%;
    letter-spacing: 1px;
}
.btn.btn-solid {
  width: 184px;
  border-radius: 26px;
  color: #FFF;
}

.btn.btn-solid.btn-blue {
  background-color: #027cc4;
}

.btn.btn-solid.btn-blue:hover {
  background-color: #005da0;
}

.btn.btn-solid.btn-green {
  background-color: #4ab847;
}

.btn.btn-solid.btn-green:hover {
  background-color: #009324;
}

.btn.btn-solid.btn-pink {
  background-color: #ee028c;
}

.btn.btn-solid.btn-pink:hover {
  background-color: #d5006d;
}

.btn.btn-solid.btn-yellow {
  background-color: #fa9d1a;
}

.btn.btn-solid.btn-yellow:hover {
  background-color: #E69018;
}

.btn.btn-solid.btn-gray {
  background-color: #BEBCBA;
}

.btn.btn-solid.btn-gray:hover {
  background-color: #9A9694;
}

.btn.btn-solid.disabled {
  background-color: rgba(51, 51, 51, 0.1) !important;
  color: #FFF !important;
}

.btn.btn-solid.disabled:hover {
  background-color: rgba(51, 51, 51, 0.1) !important;
  color: #FFF !important;
}

.btn.btn-outline {
  width: 184px;
  /* height: 48px; */
  border: solid 1px;
  border-radius: 4px;
  background-color: #FFF;
  font-weight: 500;
}
.btn.btn-outline.btn-default {
  border-radius: 24px;
  border-color: rgba(51, 51, 51, 0.2);
  color: #333;
}

.btn.btn-outline.btn-default:hover {
  border-color: rgba(51, 51, 51, 0.4);
}

.btn.btn-outline.default-disable {
  border-radius: 24px;
  opacity: 0.4;
  border-color: rgba(51, 51, 51, 0.16);
  background-color: #FFFFFF;
  color: #333;
}

.btn.btn-outline.default-disable:hover {
  border-color: rgba(51, 51, 51, 0.4);
}

.btn.btn-outline.btn-blue {
  border-color: #027cc4;
  color: #027cc4;
}

.btn.btn-outline.btn-blue:hover {
  border-color: #005da0;
  color: #005da0;
}

.btn.btn-outline.btn-green {
  border-color: #4ab847;
  color: #4ab847;
}

.btn.btn-outline.btn-green:hover {
  border-color: #009324;
  color: #009324;
}

.btn.btn-outline.disabled {
  border-color: rgba(51, 51, 51, 0.16) !important;
  color: rgba(51, 51, 51, 0.2) !important;
}

.btn.btn-outline.disabled:hover {
  border-color: rgba(51, 51, 51, 0.16) !important;
  color: rgba(51, 51, 51, 0.2) !important;
}

.btn.btn-icon {
  float: left;
  width: 44px;
  height: 44px;
}

.btn.btn-icon.mail {
  margin-right: 12px;
  background: url("../images/mail.svg") center center no-repeat;
  background-size: 100% auto;
}

.btn.btn-icon.mail:hover {
  background: url("../images/mail-hover.svg") center center no-repeat;
  background-size: 100% auto;
}

.btn.btn-icon.fb {
  background: url("../images/facebook.svg") center center no-repeat;
  background-size: 100% auto;
}

.btn.btn-icon.fb:hover {
  background: url("../images/facebook-hover.svg") center center no-repeat;
  background-size: 100% auto;
}



/**
  **
  ** =Form
  **
  ** */


label {
  color: #333;
  font-size: 20px;
  line-height: 1.5rem;
  font-weight: 400;
  margin-bottom: 4px;
}
.text-center-m{
  text-align: left !important;
}

label.required:after {
  content: '*';
  color: #ee5253;
}

label.required-disable:after {
  content: '*';
  color: #ee5253;
}

input[type=text] {
  width: 100%;
  height: 48px;
  padding: 12px 6px 12px 16px;
  border-radius: 4px;
  border: solid 1px rgba(51, 51, 51, 0.08);
  background-color: rgba(245, 244, 245, 0.6);
  color: rgba(51, 51, 51, 0.8);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

input[type=text]::placeholder {
  color: rgba(51, 51, 51, 0.4);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

input[type=text]:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4) !important;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

input[type=text]:hover {
  border: solid 1px rgba(51, 51, 51, 0.32);
}

input[type=text]:focus {
  border: solid 1px #ccc;
  background-color: #fff;
}

input[type=text].disable {
  background-color: #ebebeb;
}

input[type=text].disable:focus, input[type=text].disable:hover {
  border: solid 1px rgba(51, 51, 51, 0.08);
  background-color: #ebebeb;
  cursor: not-allowed;
}

select, .selest {
  width: 100%;
  height: 48px;
  padding: 11px 42px 12px 16px !important;
  border-radius: 4px;
  border: solid 1px rgba(51, 51, 51, 0.08);
  color: rgba(51, 51, 51, 0.4);
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../images/caret-down.svg");
  background-repeat: no-repeat;
  background-position: calc(100% - 12px) center;
  background-color: rgba(245, 244, 245, 0.6);
}

select::-ms-expand, .selest::-ms-expand {
  display: none;
}

select:hover, .selest:hover {
  border: solid 1px rgba(51, 51, 51, 0.32);
}

select:focus, .selest:focus {
  border: solid 1px #ccc;
  background-color: #fff;
}

input[type=checkbox] + label:hover {
  cursor: pointer;
}

input[type=checkbox] + label span {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0px 12px 0 0;
  vertical-align: middle;
  border-radius: 4px;
  border: solid 1px rgba(51, 51, 51, 0.08);
  background-color: rgba(245, 244, 245, 0.6);
}

input[type=checkbox] + label span:hover {
  border: solid 1px rgba(51, 51, 51, 0.32);
}

input[type=checkbox]:checked + label span {
  background-image: url("../images/checkbox-selected-blue.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 33px 33px;
}

.checkbox-blue input[type=checkbox]:checked + label span {
  background-image: url("../images/checkbox-selected-blue.svg");
}

.checkbox-green input[type=checkbox]:checked + label span {
  background-image: url("../images/checkbox-selected-green.svg");
}

.checkbox-pink input[type=checkbox]:checked + label span {
  background-image: url("../images/checkbox-selected-pink.svg");
}




/**
 **
 ** =main
 **
 ** */


main .title-bg {
  height: 112px;
  padding-top: 16px;
  text-align: center;
  margin-bottom: -56px;
}
main .title-bg.title-bg-blue {
  background-image: linear-gradient(256deg, #04bcff, #007cc5);
}

main .title-bg.title-bg-green {
  background-image: linear-gradient(256deg, #1be042, #4ab847);
}

main .title-bg.title-bg-pink {
  background-image: linear-gradient(256deg, #ff8592, #EE028C);
}

main .title-bg.title-bg-yellow {
  background-image: linear-gradient(256deg, #FDC830, #FA9D1A);
}

main .title-bg.title-bg-gray {
  background-image: linear-gradient(256deg,#CBC9C3,#9A9694);
}
.slogan {
  width: 100%;
  position: relative;
  z-index:0;
  margin: 0 0 10% 0;
  background: #fffdf0 url("../images/imgMainBg@3x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  box-sizing: border-box;
  padding: 0;
}
.slogan .illBroneMedal_yellow{
  display: block;
  width: 87%;
  max-height: 173px;
  height: 100%;
  margin: 0 auto;
  background: #ffffff url(../images/illGlodenMedal.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 12pt;
  border: #000 3.5pt solid;
  box-sizing: border-box;
  padding: 0 5% 0 28%;
}
.slogan .illBroneMedal_yellow .illBroneMedal_content_group,.slogan .illBroneMedal_red .illBroneMedal_content_group,.slogan .illBroneMedal_blue .illBroneMedal_content_group{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: space-evenly;
  align-items: center;
}
.illBroneMedal_content_group_1 span,.slogan .illBroneMedal_content_group_2 span,.slogan .illBroneMedal_content_group_3 span{
  line-height: 2rem;
}
.slogan .illBroneMedal_yellow .illBroneMedal_content_group h3{
  color: #fabb05;
  font-size: 30px;
  font-weight: 700;
}
.slogan .illBroneMedal_red .illBroneMedal_content_group h3{
  color: #ff1e9c;
  font-size: 30px;
  font-weight: 700;
}
.slogan .illBroneMedal_blue .illBroneMedal_content_group h3{
  color: #23a4fc;
  font-size: 30px;
  font-weight: 700;
}
.slogan .illBroneMedal_yellow .illBroneMedal_content_group_text,.slogan .illBroneMedal_red .illBroneMedal_content_group_text,.slogan .illBroneMedal_blue .illBroneMedal_content_group_text{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: space-evenly;
  align-items: center;
}
.illBroneMedal_content_group_text_1{
  margin: 0 0 0 5%;
}
.illBroneMedal_content_group_text_2{
  margin: 0 0 0 11%;
}
.illBroneMedal_content_group_text_3{
  margin: 0 0 0 5%;
}

.slogan .illBroneMedal_yellow .illBroneMedal_content_group_text p,.slogan .illBroneMedal_red .illBroneMedal_content_group_text p,.slogan .illBroneMedal_blue .illBroneMedal_content_group_text p{
  font-family: PingFangTC;
  font-size: 14px;
  color: #000;
  text-align: left;
  font-weight: 500;
}
.slogan .illBroneMedal_content_group_1,.slogan .illBroneMedal_content_group_2,.slogan .illBroneMedal_content_group_3{
  display: flex;
}
.slogan .illBroneMedal_content p{
  font-family: PingFangTC;
  font-size: 14px;
  color: #000;
  text-align: left;
  padding: 14px 0;
  border-bottom: 1px #ccc solid;
  font-weight: 500;
}
.slogan .illBroneMedal_content_2 p{
  font-family: PingFangTC;
  font-size: 14px;
  color: #000;
  text-align: left;
  font-weight: 500;
  padding: 14px 0;
}
.slogan .illBroneMedal_red{
  display: block;
  width: 87%;
  max-height: 173px;
  height: 100%;
  margin: 3% auto;
  background: #ffffff url(../images/illSilverMedal.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 12pt;
  border: #000 3.5pt solid;
  box-sizing: border-box;
  padding: 0 5% 0 28%;
}

.slogan .illBroneMedal_blue{
  display: block;
  width: 87%;
  max-height: 173px;
  height: 100%;
  margin: 0 auto;
  background: #ffffff url(../images/illillBroneMedal.png);
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 12pt;
  border: #000 3.5pt solid;
  box-sizing: border-box;
  padding: 0 5% 0 28%;
}
.slogan .easywalletLogo{
	position:absolute;
	width:30%;
  top: 9%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slogan .slogan-title {
  width: 78%;
  min-height: auto;
  margin: 0 auto;
  padding: 11% 0 0 0;
  
}
.slogan .slogan-main-title {
  width: 100%;
  min-height: auto;
  margin: 0 auto;
  padding: 10% 0 0 0;
  
}
.slogan .RecommandCta{
  display: block;
  width: 100%;
  padding: 0;
}
.slogan .RecommandCta.recommand_logo img{
  width: 100%;
  margin: 0 auto;

  
}
.slogan .slogan-word {
  position: absolute;
  top: 14.5%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 90%;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
.slogan .slogan-word img.title_img{
  flex:1;
  display: block;
  width: 100%;
  margin: 0 0 5% 0;
}
.slogan .slogan-word img.dialog_img{
    flex: 1;
    display: block;
    width: 65%;
    margin: 5% 35% 0% 0%;
}
.slogan .slogan-word p.slogan-text{
  flex:2;
  display: block;
  width: 100%;
  font-size: 1.2rem;
  line-height: 26px;
  color: #404040c0;
  text-align: left;
}
.slogan .btn-group {
  display: block;
  position: absolute;
  top:35.3%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.slogan .btn-group .carbon-zone {
  box-shadow: 0px 4px 12px 0px #14000000;
	background:linear-gradient(to bottom, #ffc663 0%, #ffb12b 100%);
	background-color:#ffc663;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	padding:19px 12px;
	text-decoration:none;
  text-align: left;
  width: 43.8%;
  position: relative;
}
.slogan .btn-group .carbon-zone span{
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}
.slogan .btn-group .carbon-zone img.left-icon{
  position: absolute;
  width: 41.1%;
  top: 1.1%;
  right: -3%;
}
.slogan .btn-group .monopoly {
  box-shadow: 0px 4px 12px 0px #14000000;
	background:linear-gradient(to bottom, #5fc0ff 0%, #55b6f4 100%);
	background-color:#55b6f4;
	border-radius:8px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-weight:bold;
	padding:19px 12px;
	text-decoration:none;
  text-align: left;
  width: 43.8%;
  position: relative;
  margin-left: 3.3%;
}
.slogan .btn-group .monopoly:hover{
  background:#1da8ff !important;
}
.slogan .btn-group .carbon-zone:hover{
  background: #faa91c !important;
}

.slogan .btn-group .monopoly span{
  color: #fff;
  font-size: 1.1rem;
  font-weight: 400;
}
.slogan .btn-group .monopoly img.right-icon{
  position: absolute;
  width: 41.1%;
  top: 1.1%;
  right: -3%;
}
.slogan .detail-btn-group{
  display: flex;
  position: absolute;
  bottom: 6%;
  width:100%; 
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content:center;
  align-items: center;
}
.slogan .detail-btn-group .detail-btn{
  font-size: 1.1rem;
  font-weight: 400;
  text-align: center;
  color: #2eae7a;
  border: 1px solid #2eae7a;
  background-color: rgb(239, 239, 239);
  width: 30%;
  border-radius: 8px;
  padding: 12px 0;
}
.slogan .detail-btn-group .detail-btn:hover{
  background-color: rgba(239, 239, 239, 0.85);
  color: #14734d;
  border: 1px solid #14734d;
}
.button_group{
  margin: 8% auto 0 5%;
  box-sizing: border-box;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch; /* iOS 滑順滾動 */
  scroll-snap-type: x mandatory;
  gap: 3px;
  padding: 10px;
  scrollbar-width: none;  /* Firefox 隱藏 scrollbar */
}
.button_group::-webkit-scrollbar {
  display: none; /* Chrome / Safari / Edge 隱藏 scrollbar */
}
.button_group a{
  flex: 0 0 auto;
  scroll-snap-align: start;
}
.button_group a img{
  display: block;
  height: 55px; /* 自訂高度 */
}
.button_group_fixed{
	background: #ffffff;
    width: 100%;
    text-align: center;
    display: flex;
    top: 0;
    position: fixed;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    height:40px;
}
.button_group_fixed a{
	display:block;
	width:80px;
  cursor: pointer;
	padding:10px 0;
	color:#333;
} 
.button_group_fixed a:hover{
	border-bottom: 3px solid #007bff;
    padding-bottom: 7px;
	color:#007bff;
}
   

.tab-content-block{
  width: 92%;
  margin:0 auto 32% auto;
  padding: 0px;
  
}
.nav-pills{
  width: 100%;
}
.nav-item{
  width: 50%;
}
.nav-pills .nav-link{
  font-weight: 500;
  font-size: 14pt;
  padding-top: 13px;
  text-align: center;
  background: #fff;
  color: #282828;
  border-radius: 12px;
  height: 100px;
}
.nav-pills .nav-link.active{
  background: #e7007f;
  color: #fff !important;
  font-weight: 400;
}
.tab-content{
  position: absolute;
  width: 92%;
  height: 175px;
  margin-top: -50px;
  background: #e7007f;
  color: #000;
  border-radius:0 12px 12px 12px;
  z-index: 1000;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 0;
  /* margin-bottom: 50px; */
}
.tab-content button{
  border-radius: 15px;
  width: 100px;
  margin: 0 auto;
  float: right;
}
.tab-content .container{
  padding: 0;
}
.m-rl{
  margin: 0 2.2%;
}
.m-rl2{
  margin-left: 1%;
}
main .main-wrap {
  position: relative;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

main #area1.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding:0 4%;
  background: linear-gradient(to bottom, #fffdf0, #fff7ec);
  z-index: 0;
}
main #area2.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding:0 4% 0 4%;
  background: #fff8d4;
  background: linear-gradient(to bottom, #fff7ec, #fff8d4);
  z-index: 1;
}
main #area3.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding:0 4%;
  background: linear-gradient(to bottom, #fff8d4, #ffffff);
  z-index:2;
}
main #area4.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding:0 4%;
  background: #ffffff url('../images/bgProcessCloud@3x.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index:3;
}
main #area5.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding:0 4%;
  background: #fff9ef;
  background: linear-gradient(to bottom, #ffffff ,#fff8d4);
  z-index:4;
}
main #area6.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: -5% auto 0 auto;
  padding:0 0 10% 0;
  background: linear-gradient(to bottom, #fff8d4 ,#FFF7EC);
  background-size: 100%;
  background-position-y: -2.5%;
  background-repeat: repeat;
  z-index:4;
}
main .main-wrap-large-xsfill {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}
main .main-wrap-large {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
main .white-content-small {
  position: relative;
  width: 100%;
  margin:0;  
  overflow: hidden;
  
}
main .white-content-small .refund-center-block{
  width: 98%;
  background-color: #ffffff;
  margin:0;
  box-shadow: 4px 4px 0px rgba(249,156,148,0.75);
  border-radius: 16px;
  z-index: 1;
  border: #282828 2pt solid;
}

main .tag-activity{
  position: absolute;
  top: -1%;
  left: 3.5%;
  width: 55%;
  z-index: 9999;
}
main .tag-Star-img{
    position: absolute;
    top:-3%;
    right: 5%;
    width: 25%;
	z-index:2;
}
main .tag-dots-footer{
  position: absolute;
  bottom:0;
  left: 0;
  z-index: 9999;
  width: 100%;
}
main .tag-RecommandBebe-img{
  position: absolute;
  top:-3%;
  right: 2%;
  width: 25%;
  z-index: 2;
}

main .tag-RecommandByBebe-img{
  position: absolute;
  top: -2%;
  right: 2%;
  width: 28%;
  z-index:2;
}
main .tag-imgNotice-img{
  position: absolute;
  top: -3%;
  right: 0%;
  width: 30%;
  z-index: 2;
}
main .tag-Bulb-img{
  position: absolute;
  top: 2.9%;
  right: 6%;
  width: 21.3%;
  
}
main .tag-BgBottomYellow {
    position: absolute;
    top: -1%;
    right: 0%;
    width: 100%;
    z-index: 9999;
}
main .tag-title1{
    position: absolute;
    top: 0;
    width: 53%;
    z-index: 2;
}
main .tag-title2{
    position: absolute;
    top: -2%;
    width: 65%;
    z-index: 2;
}
main .tag-title3{
    position: absolute;
    top: -2%;
    width:70.5%;
    z-index: 2;
}

main .tag-title4{
    position: absolute;
    top: -5%;
    width: 65%;
    z-index:2;
}
main .tag-BebeSearch2Line{
  width: 100%;
  margin: 5% auto;
  display: block;
}
main .download_app_block{
  width: 78%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
}
main .download_app_block a{
  display: flex;
 
}
main .download_app_block a.app_apple_icon{
  margin-right: 10px;
}
.lineAccount .line-qrCode {
  margin-right: 0 !important;
}

.linkBox.links .title {
  visibility: hidden;
}

.linkBox.links .inner {
  padding: 0.625rem 0;
  background-color: transparent;
}
.slider-tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 1rem;
}

/*slider如何推薦*/
.how-to-use-slider-tabs {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 10%;
}

.how-to-use-slider-tabs .tab-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  width: 100%; /* 可依實際圖片大小調整 */
  height: auto;
}
.how-to-use-slider-tabs .tab-button img {
  height: auto;
  transition: transform 0.2s ease;
    }
.how-to-use-slider-tabs .tab-button.active {
  background-color: #ffd54f;
  font-weight: bold;
}

 .slider-container {
      width: 100%;
      max-width: 490px;
      margin: auto;
      overflow: hidden;
      border-radius: 16px;
      position: relative;
    }

    .slider-images {
      display: flex;
      transition: transform 0.3s ease-in-out;
    }

    .slider-images img {
      width: 100%;
      flex-shrink: 0;
    }

    .dots {
      display: flex;
      justify-content: center;
      gap: 5px;
      margin-top: 10%;
    }

    .dot {
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: #ccc;
      cursor: pointer;
    }

    .dot.active {
      background-color: #f0398f;
    }


/*top回到頂端按鈕*/
#gotop {
  position:fixed;
  display:none;
  z-index:9999;
  right:2%;
  bottom:5%;
  width:50px;
  height:50px;
  transition:all 0.5s;
  text-align: center;
}
#gotop img{
  width: 75%;
  transform: translateY(5px);
}
#gotop :hover{
  background:#10935e;
}


#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*收合內文*/
	.mrc-btn-wrap{
		width:100%;
		margin:0 auto;
		text-align:center;
	}
	button.mrc-btn{
		width:100%;
		display:block;
		height:50px;
		font-size:16px;
		letter-spacing: 1pt;
		line-height: 1.8;
		color:#e7007f;
		font-weight:600;
		background:#fff;
		cursor:pointer;
	}
	/*滾動時固定導覽列*/
	.fixed-nav{
		max-width: 540px;
		width: 100%;
		position: fixed;
		top: 0;
		
		background: #fff;
		z-index: 999;
		display: none;
		box-shadow: 0 2px 5px rgba(0,0,0,0.1);
		/* 讓 ul 可以橫向滑動 */
		overflow-x: auto;
		white-space: nowrap;
		scrollbar-width: none; /* Firefox */
		-webkit-overflow-scrolling: touch; /* iOS 慣性滑動 */
		
	}
	.fixed-nav::-webkit-scrollbar {
		display: none; /* Chrome, Safari, Edge */
	}

	.fixed-nav ul{
		display: inline-flex; /* 用 inline-flex 讓內容跟著寬度走 */
		padding: 0;
		margin: 0;
		list-style: none;
		flex-direction: row;
		justify-content: space-around;
		align-items: center;
		flex-wrap: nowrap;
		width: 100%;
	}
	
	.fixed-nav ul li{
		display: inline-flex; /* 用 inline-flex 讓內容跟著寬度走 */
		padding: 10px 0 0 0;
		margin: 0;
		list-style: none;
		flex: 0 0 auto; /* 保持項目橫向排列，不自動壓縮 */
		margin-right: 8px; /* 控制按鈕間距，可調整 */
		line-height: 1.8rem;
	}
	.fixed-nav ul li a{
		text-decoration: none;
		color: #666;
		font-weight: bold;
		display: inline-block;
		padding: 5px 10px;
		font-size: 16px;
		white-space: nowrap;
	}
	.fixed-nav a.active {
		color: #e4007f;
		border-bottom: 2px solid #e4007f;
	}

	.display-block{
		display:block;
		max-width: 540px;
		width:100%;		
	}
	.content-wrapper {
	position: relative;
	max-height: 375px;
	overflow: hidden;
	transition: max-height 0.6s ease;
	}

	.notice-content {
	padding: .5rem;
	}

	.fade-mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(to bottom, rgba(255,255,255,0), #fff);
	pointer-events: none;
	z-index: 1;
	transition: opacity 0.3s ease;
	}

	.toggle-btn {
  font-size: 16px;
  width: 100%;
	font-weight: 600;
	color: #e7007f;
	cursor: pointer;
	display: block;
  letter-spacing: 1pt;
  line-height: 1.8;
  background: #fff;
  height: 50px;
	}
/* 小手機以下 */
@media (max-width: 374px) {
  body {
    font-size: 12px;
  }

.tab-content {
  height: 145px;
	)
}
/* 一般手機 */
@media (min-width:360px) and (max-width: 460px) {
}
.tab-content{
    height: 160px;
  }

  main .tag-title1 {
    position: absolute;
    top: 5%;
    width: 53%;
    z-index:1;
}
}

/* 電腦網頁版 */
@media (min-width: 461px) {
	main .tag-Star-img{
		position: absolute;
		top: -6%;
		right: 5%;
		width: 25%;
		z-index:2;
	}
	main .tag-title1 {
    position: absolute;
    top: -2%;
    width: 53%;
    z-index: 2;
	}

}



/* 小手機以下 */
@media (max-width: 359px) {
  body {
    font-size: 12px;
  }

}





