/*-----------------------------------------------------------------------------
 * [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 {
  text-align: center;
  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-visual {
  position: relative;
  width: 100%;
  max-width: 768px;  /* 可視需求調整最大寬度 */
  margin: 0 auto;
}

/* 主視覺圖片 */
.kv-img {
  width: 100%;
  height: auto;
  display: block;
}

/* 按鈕群組區 */
.eventSite_btn_group {
    position: absolute;
    bottom: 2.5%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    width: 90%;
    gap:10px;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    flex-direction: row;
    align-items: center;
}

.eventSite_btn_group a{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.eventSite_btn_group a img {
  width: auto;
  height: 90%;         /* 固定高度 */
  object-fit: contain;  /* 圖片縮放到框內，不會變形 */
  display: block;
  background-color: transparent;  /* 可選，加保險 */
}

.eventSite_btn_group a img:hover {
  transform: translateY(-3px);
}

.eventSite_btn_group a img:hover {
  transform: translateY(-3px);
}
.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{
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding: 10px 5px;
  gap: 10px;
  background-color: #ffffff;
}
.button_group.menu_btn{
  flex: 1 1 22%;
  aspect-ratio: 3 / 2; /* 維持寬高比例，自動調整高度 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  border-radius: 20px;
  text-indent: -9999px;
  overflow: hidden;
  transition: background-image 0.3s ease;
  max-width: 90px; /* 依照實際圖大小，可略調整 */
}
@media screen and (min-width: 768px) {
  .menu_btn {
    max-width: 120px;
    aspect-ratio: 3 / 2;
  }
}
/* 個別背景圖 */
.btn_1 {
  background-image: url("../images/reward.png");
}

.btn_2 {
  background-image: url("../images/use.png");
}

.btn_3 {
  background-image: url("../images/where.png");
}

.btn_4 {
  background-image: url("../images/info.png");
}
/* Hover 時切換為 un_btn_* 圖
.btn_1:hover {
  background-image: url("../images/use_un.png");
}
.btn_2:hover {
  background-image: url("../images/where_un.png");
}
.btn_3:hover {
  background-image: url("../images/info_un.png");
}
.btn_4:hover {
  background-image: url("../images/reward_un.png");
} */

/* Hover 時切換為 un_btn_* 圖 */
.btn_1.active {
  background-image: url("../images/use.png");
}
.btn_2.active {
  background-image: url("../images/where.png");
}
.btn_3.active {
  background-image: url("../images/info.png");
}
.btn_4.active {
  background-image: url("../images/reward.png");
}
.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, main #area2.main-wrap-smsmall, main #area3.main-wrap-smsmall, main #area4.main-wrap-smsmall {
  scroll-margin-top: 90px;
}
main #area1.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding:20% 2% 0 2%;
  z-index: 0;
  
}

main #area1-1.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding:8% 2% 0 2%;
  z-index: 0;
}
/* 
main #area1.main-wrap-smsmall{ 
  background-image: url('../images/sp240_bg.png'); 根據你的路徑調整 
  background-repeat: repeat;
  background-size: contain;  /* 保持圖片原尺寸重複 
  background-position: top left;
  background-color: #f9f2ef; 建議加上背景底色避免圖片沒載入時太白 
}*/
main #area2.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20% 4% 0 4%;
  min-height: auto;      
  overflow: hidden;  
}
main #area3.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 19% 4% 0 4%;
  min-height: auto;      
  overflow: hidden; 
}
main #area4.main-wrap-smsmall {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20% 4% 0 4%;
  min-height: auto;      
  overflow: hidden; 
}
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;
  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 {
 
  width: 100%;
  margin:0;  
  overflow: hidden;
  
}
main .white-content-small .refund-center-block{
  width: 100%;
  background-color: #ffffff;
  margin:0;
  border-radius: 16px;
  z-index: 1;
  border: #282828 2pt solid;
}
main table.reward-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-family: Arial, sans-serif;
  overflow: hidden;
  border-radius: 20px;
}
/* 表頭樣式 */
main table.reward-table thead th {
  background-color: #8D7C72;
  color: #fff;
  padding: 16px 12px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-right: 1px solid #fff; /* 白色直線分隔欄 */
}

/* 表格內容樣式 */
main table.reward-table td {
  background-color: #F9F6F4;
  color: #282828;
  text-align: center;
  padding: 14px 12px;
  font-size: 16px;
  font-weight: 500;
  border-right: 1px solid #fff; /* 白色直線分隔欄 */
}

/* 虛線分隔線 */
main table.reward-table tbody tr:not(:last-child) td {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.1);
}

/* 圓角設定 */
main table.reward-table thead th:first-child {
  border-top-left-radius: 20px;
}
main table.reward-table thead th:last-child {
  border-top-right-radius: 20px;
}
main table.reward-table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
main table.reward-table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
main table.reward-table .cup-icon {
  width: 24px;
  height: auto;
  vertical-align: middle;
  margin-right: 4px;
}

main .tag-content-block{
  display: block;
  width: 100%;
  z-index: 2;
 
}
main .tag-content-block_2{
  display: block;
  width: 100%;
  z-index: 2;
  position: relative;
 
}
main .tag-activity{
  position: absolute;
  top: -1%;
  left: 3.5%;
  width: 55%;
  z-index: 9999;
}

main .tag-bebe-footer{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%); /* 讓圖片水平置中 */
  z-index: 1; /* 根據需要調整圖層 */
  width: 35%;
}
main .tag-bebe-footer img{
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  width: 100%;
}
main .tag-RecommandBebe-img{
  position: absolute;
  top:-5%;
  right: 5%;
  width: 25%;
  z-index: 9999;
}

main .tag-RecommandByBebe-img{
  position: absolute;
  top: -4%;
  right: 4%;
  width: 30%;
}
main .tag-imgNotice-img{
  position: absolute;
  top: -10%;
  right: 0%;
  width: 35%;
  z-index: 9999;
}
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{
    width: 96%;
    display: block;
    position: absolute;
    top: 1%;
    left: 2%;
    /* transform: translate(-50%, -50%); /* 往上拉一半高度 */
    z-index: 10; 
}
/* 圖片寬度可依需求調整，預設 80% */
main .tag-title1 img {
  width: 100%;
  height: auto;
  display: block;
}

main .tag-title2{
    width: 96%;
    display: block;
    position: absolute;
    top:1%;
    left: 50%;
    transform: translate(-50%, -50%); /* 往上拉一半高度 */
    z-index: 10;
}
main .tag-title2 img{
  width: 100%;
  height: auto;
  display: block;
}
main .tag-title3{
    width: 92%;
    display: block;
    position: absolute;
    top:10%;
    left: 50%;
    transform: translate(-50%, -50%); /* 往上拉一半高度 */
    z-index: 10;
}
main .tag-title3 img{
  width: 100%;
  height: auto;
  display: block;
}
main .tag-title4{
    width: 92%;
    display: block;
    position: absolute;
    top: 7.5%;
    left: 50%;
    transform: translate(-50%, -50%); /* 往上拉一半高度 */
    z-index: 10;
}
main .tag-title4 img{
  width: 100%;
  height: auto;
  display: block;
}
main .tag-title5{
    width: 92%;
    display: block;
    position: absolute;
    top: 3.8%;
    left: 50%;
    transform: translate(-50%, -50%); /* 往上拉一半高度 */
    z-index: 10;
}
main .tag-title5 img{
  width: 100%;
  height: auto;
  display: block;
}
main .tag-surpriseIcon{
    width: 15%;
    position: absolute;
    display: block;
    z-index: 9999;
}
main .tag-surpriseIcon img{
    width: 100%;
    display: block;
}
main .tag-questionIcon{
    width: 15%;
    position: absolute;
    display: block;
    z-index: 9999;
    right: 15px;
    top: -15px;
}
main .tag-questionIcon img{
    width: 100%;
    display: block;
}

main .tag-BebeSearch2Line{
  width: 80%;
  margin: 0 auto 1rem auto;
  display: block;

}
main .download_app_block{
  width: 75%;
  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: 16px;
  margin-bottom: 3%;
  flex-wrap: nowrap;
  max-width: 540px;
  margin: 0 auto 3%;
}


.how-to-use-slider-tabs .tab-button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px; /* 統一高度 */
  flex: 0 0 auto;
}

.how-to-use-slider-tabs .tab-button img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.2s ease;
}

/* 輪播容器：固定寬度 395px，置中顯示 */
.slider-container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  border-radius: 16px;
  z-index: 1;
  border: #282828 2pt solid;
}

/* 內部圖片列：使用 flex */
.slider-images {
  display: flex;
  transition: transform 0.3s ease-in-out;
  touch-action: pan-y;
  will-change: transform;
}

/* 單張圖片 */
.slider-images img {
  width: 100%;
  height: auto;
  flex-shrink: 0;
  display: block;
}

/* 點點指示器 */
.dots {
  text-align: center;
  margin-top: 10px;
}

.dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  background-color: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.dots .active {
  background-color: #F37B36;
  cursor: pointer;
}

/* ========== RWD ========== */

/* 手機尺寸以下調整 */
@media (max-width: 767px) {
  .slider-container {
    /*max-width: 100%;  滿版寬度 */
    width: 100%;
    max-width: 395px;
  }
}

/* 平板尺寸以上的調整（可選） */
@media (min-width: 768px) and (max-width: 1024px) {
  .slider-container {
    max-width: 600px;
  }
}

/* 卡片容器 */
.tips_content {
  width: 92%;
  margin: 24px auto;
  padding: 24px 28px;
  background-color: #FFF2EA; /* 你指定的底色 */
  border-radius: 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft JhengHei", sans-serif;
}
.tips_red{
  color: #E2331C;
}
/* TIPS 標題 */
.tips_title {
  font-size: 16px;
  font-weight: 700;
  color: #E2331C; /* 近似圖片的橘紅色（你可改） */
}

/* 列表樣式 */
.tips_list {
  list-style: decimal;
  margin-left: 20px;
  line-height: 1.5;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}

/* 超連結樣式（紅色底線） */
.tips_list a {
  color: #DF4A27;
  text-decoration: underline;
}

/* iOS/Android 字串換行整理 */
.tips_list li br {
  margin-bottom: 6px;
}
.content-title {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  color: #000;
  font-weight: 500;
  max-width: 395px;
  margin: 5% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px; /* 文字與圖片間距 */
}

.content-title img {
  height: 1em; /* 根據字體大小自動調整圖高 */
  vertical-align: middle;
  display: inline-block;
}
.big_TWQR_img{
  width: 90%;
  margin: 0 auto 10px auto;
  display: block;
}
.bee_kor_img{
  position:absolute;
  width: 26%;
  top: 27%;
  right: 6px;
  z-index: 2;
}
.content-text {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  font-weight: 400;
  max-width: 90%;
  margin: 0 auto;
  flex-wrap: wrap; /* 防止過長文字跑版 */
  /*gap: 3px;  圖片與文字間距 */
}

.content-text img {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  display: inline-block;
}

.content-text .pink {
  color: #e45da4; /* 根據你圖中的粉紅色，可再微調 */
  font-weight: bold;
}
@media (max-width: 480px) {
  .content-title {
    font-size: 18px;
  }
  main #area4.main-wrap-smsmall {
  padding: 18% 4% 0 4%;
  }

  main #area3.main-wrap-smsmall {
    padding: 18% 4% 0 4%;
  }
}
.rateInfo-title{
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  color: #30AE78;
  font-weight: 500;
  margin: 5% 0 0 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
  flex-direction: row;
}
.rateInfo-text{
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #282828;
  font-weight: 500;
  margin: 1% 5% 5% 5%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
  flex-direction: row;
}
/* 卡片整體容器 */
.exchange_card {
  position: relative;
  background-color: #F6F6F6;
  border-radius: 16px;
  padding: 20px;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}

/* 右上角圖示 */
.info_bebe_img {
  position: absolute;
  top: -25px;
  right: -10px;
  width: 120px;
  z-index: 1;
}

.info_bebe_img img {
  width: 100%;
  height: auto;
}

/* 韓元兌美元內容區塊 */
.korea_to_us_info_block {
  position: relative;
  z-index: 0;
}

/* 標題：粗體黑字 */
.korea_to_us_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #282828;
}

/* 第二行文字：灰字＋底線 */
.korea_to_us_text {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #282828;
  opacity: 0.6;
}

/* 說明文字 */
.korea_to_us_notes {
  font-size: 14px;
  color: #282828;
  opacity: 0.6;
  line-height: 1.5;
}
/* 內容區塊 */
.korea_to_us_info_block {
  position: relative;
  z-index: 0;
}

/* 標題：粗體黑字 */
.korea_to_us_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #282828;
}

/* 第二行文字：灰字＋底線 */
.korea_to_us_text a{
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #282828;
  opacity: 0.6;
}

/* 說明文字 */
.korea_to_us_notes {
  font-size: 14px;
  color: #282828;
  opacity: 0.6;
  line-height: 1.5;
}
/* 美元兌新臺幣內容區塊 */
.us_to_korea_info_block {
  position: relative;
  z-index: 0;
}

/* 標題：粗體黑字 */
.us_to_korea_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
  color: #282828;
}

/* 第二行文字：灰字＋底線 */
.us_to_korea_text a{
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #282828;
  opacity: 0.6;
}

/* 說明文字 */
.us_to_korea_notes {
  font-size: 14px;
  color: #282828;
  opacity: 0.6;
  line-height: 1.5;
}
/* 內容區塊 */
.us_to_korea_info_block {
  position: relative;
  z-index: 0;
}

/* 標題：粗體黑字 */
.us_to_korea_title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  color: #282828;
}

/* 第二行文字：灰字＋底線 */
.us_to_korea_text {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
  text-decoration: underline;
  color: #282828;
  opacity: 0.6;
}

/* 說明文字 */
.us_to_korea_notes {
  font-size: 14px;
  color: #282828;
  opacity: 0.6;
  line-height: 1.5;
}

/* ✅ RWD：手機上稍微縮小圖片、字體 */
@media (max-width: 480px) {
  .info_bebe_img {
    width: 110px;
    top: -27px;
    right: -6px;
  }

  .korea_to_us_title {
    font-size: 17px;
  }

  .korea_to_us_text {
    font-size: 14px;
  }

  .korea_to_us_notes {
    font-size: 13px;
  }
}

.rate_info_more{
  width: 33%;
  display: block;
  margin: 5% auto;
}
.handing_free_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* max-width: 395px; */
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  gap: 20px;
}

.handing_free_content {
  flex: 1;
}
.handing_free_title{
  font-size: 22px;
  line-height: 1.6;
  text-align: center;
  color: #30AE78;
  font-weight: 500;
  /* margin: 5% 0 0 5%; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 4px;
  flex-direction: row;
}
.handing_free_text{
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  color: #282828;
  font-weight: 500;
  /* margin: 1% 5% 5% 5%; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 2px;
  flex-direction: row;
}
.exchange_free_img img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
.ask_qa_content{
    font-size: 22px;
    line-height: 1.6;
    text-align: center;
    color: #30AE78;
    font-weight: 500;
    margin: 5%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2px;
    flex-direction: column;
}
/* 整個 QA 區塊 */
.ask_qa_block {
  width: 100%;
  /* max-width: 395px; */
  margin: 0 auto;
}

/* 標題 */
.ask_qa_title {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 16px;
}

/* 單一 QA */
.ask_qa_item {
  width: 100%;
  background: #f5fbf8;
  border-radius: 12px;
  margin-bottom: 12px;
  overflow: hidden;
}

/* 問題列 */
.ask_qa_question {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  color: #333333;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  text-align: left;
}

/* Q 圖示 */
.ask_qa_question img {
  width: 22px;
  height: auto;
  flex-shrink: 0;
}

/* 右側箭頭 */
.ask_qa_question::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

/* 展開時箭頭向上 */
.ask_qa_item.active .ask_qa_question::after {
  transform: translateY(-50%) rotate(-135deg);
}

/* 答案區 */
.ask_qa_answer {
  display: none;
  padding: 0 18px 18px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: left;
  font-weight: 400;
}
.ask_qa_answer ul {
  /* padding-left: 20px; */
  margin: 12px 0;
  list-style-type: decimal; /* 外層數字編號：1. 2. */
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #333;
  font-size:14px;
  line-height: 1.3;
}

.ask_qa_answer li {
  margin-bottom: 8px;
}

/* ✅ 內層條列改成小括號數字：如 (1) (2) (3) */
.ask_qa_answer ul ul {
  list-style-type: none;
  margin-left: -20px;
}

.ask_qa_answer ul ul li {
  position: relative;
  padding-left: 1.3em;
}

.ask_qa_answer ul ul li::before {
  content: "(" counter(subitem) ")";
  counter-increment: subitem;
  position: absolute;
  left: 0;
  color: #333;
}

/* ✅ 初始化 counter */
.ask_qa_answer ul li > ul {
  counter-reset: subitem;
}
/* 連結樣式 */
.ask_qa_answer a {
  color: #30AE78;
  text-decoration: underline;
}

/* list 微調 */
.ask_qa_answer ul {
  padding-left: 20px;
  margin: 8px 0;
}

.ask_qa_answer li {
  margin-bottom: 6px;
}

/* RWD */
@media (max-width: 480px) {
  .ask_qa_question {
    font-size: 15px;
  }

  .ask_qa_answer {
    font-size: 14px;
  }
}
.ask_qa_more{
  width: 33%;
  display: block;
  margin: 5% auto;
}
/* 顏色變化 */
.tab-yellow.active {
  background-color: #FFF1AA;
}

.tab-green.active {
  background-color: #E6F9D9;
}

.tab-blue.active {
  background-color: #D4EDFC;
}

/* 顯示被選取的箭頭並上色 */
.tab-yellow.active .arrow-wrap {
  display: block;
}
.tab-yellow.active .arrow-svg path {
  fill: #FFF1AA;
}

.tab-green.active .arrow-wrap {
  display: block;
}
.tab-green.active .arrow-svg path {
  fill: #E6F9D9;
}

.tab-blue.active .arrow-wrap {
  display: block;
}
.tab-blue.active .arrow-svg path {
  fill: #D4EDFC;
}

/* 手機響應式 */
@media (max-width: 480px) {
  .how-to-use-slider-tab-btn {
    font-size: 16px;
    padding: 12px;
  }


}

/*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;
	}
 
  /*版面固定上方MENU*/
#menu_fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f9f9f9;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  z-index: 999;
  display: none; /* 預設不顯示，滾動後才出現 */
}

/* 按鈕列表橫向排列 */
.tab-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin:0;
  gap: 10px;
}
.tab-btn{
  display: block;
  flex: 0 0 auto;
  width: 22vw;
  max-width: 110px;
  aspect-ratio: 3 / 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  border-radius: 20px;
  text-indent: -9999px;
  overflow: hidden;
  transition: background-image 0.3s ease;
}
/* 預設灰色圖 */
.tab-btn.btn_1 { background-image: url("../images/reward_un.png"); }
.tab-btn.btn_2 { background-image: url("../images/use_un.png"); }
.tab-btn.btn_3 { background-image: url("../images/where_un.png"); }
.tab-btn.btn_4 { background-image: url("../images/info_un.png"); }

/* active 時換亮圖 */
.tab-btn.btn_1.active { background-image: url("../images/reward.png"); }
.tab-btn.btn_2.active { background-image: url("../images/use.png"); }
.tab-btn.btn_3.active { background-image: url("../images/where.png"); }
.tab-btn.btn_4.active { background-image: url("../images/info.png"); }

/* Sticky 導覽列固定在上方 */
.fixed-nav {
  max-width: 540px;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background-color: #F5EEEB;
  z-index: 1000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}


/* 按鈕樣式（背景圖＋大小） */
.menu_btn {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2; /* 自動控制高度比例 */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  border-radius: 20px;
  text-indent: -9999px; /* 隱藏文字 */
  overflow: hidden;
  transition: background-image 0.3s ease;
}

/* 桌機版：最大寬度540px、置中 */
@media screen and (min-width: 768px) {
  .fixed-nav {
    display: flex;
    justify-content: center;
  }

  .fixed-nav ul {
    max-width: 540px;
    width: 100%;
  }
}




	.display-block{
		display:block;
		max-width: 540px;
		width:100%;		
	}

.content-wrapper {
  min-height: 500px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  position: relative;
}
.notice-content {
padding: .5rem;
}
.dashed-line {
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 0;
  margin: 24px 0;
}
 .qa-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.qa-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: white;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, sans-serif;
  margin-right: 8px;
  flex-shrink: 0;
}

/* Q 藍色背景 */
.qa-icon.q {
  background-color: #5da9f6; /* 藍色 */
  font-size: 18px;
}

/* A 灰色背景 */
.qa-icon.a {
  background-color: #999999; /* 深灰 */
  font-size: 18px;
}

.q-text {
  color: #5da9f6;
  font-size: 16px;
}

.a-text {
  color: #333;
  font-size: 16px;
}

	.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-green {
  font-size: 16px;
  width: 100%;
	font-weight: 600;
	color: #63BD96;
	cursor: pointer;
	display: block;
  letter-spacing: 1pt;
  line-height: 1.8;
  background: #fff;
  height: 50px;
	}
  .toggle-btn-blue {
  font-size: 16px;
  width: 100%;
	font-weight: 600;
	color: #519FEB;
	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;
  }

}

/* 平板以上 */
@media (min-width: 461px) {
  main .tag-title3 {
      top: 10.5%;
  }
  main .tag-title4 {
      top: 9%;
  }
  main .tag-title5 {
      top: 4.5%;
  }
  .eventContent-icon-group .icon-item {
      flex: 0 0 auto;
      width: 100px;
  }
  .handing_free_title{
  font-size: 24px;
  line-height: 1.6;
  }
  .handing_free_text{
    font-size: 18px;
    line-height: 1.6;
  
  }
  .exchange_free_img img {
    max-width: 130px;
    width: 100%;
    height: auto;
  }
  .ask_qa_title {
      font-size: 24px;
      font-weight: 500;
      margin-bottom: 16px;
  }
  .ask_qa_question {
      font-size: 18px;
  }
  .ask_qa_answer {
      font-size: 16px;
      line-height: 1.6;
  }
  .rateInfo-title{
    font-size: 24px;
  }
  .rateInfo-text{
    font-size: 18px;
  }
  .korea_to_us_title{
    font-size: 20px;
  }
  .us_to_korea_title{
    font-size: 20px;
  }
  .korea_to_us_text a,.us_to_korea_text a{
    font-size: 18px;
  }
  .korea_to_us_notes,.us_to_korea_notes{
    font-size: 16px;
  }
  .tips_title,.tips_list {
    font-size: 18px;
    line-height: 1.6;
  }
  .content-title{
    font-size: 20px;
  }
  .content-text,.refund-center-block span.pink{
    font-size: 18px;
    line-height: 1.6;
  }
 
}



/* 小手機以下 */
@media (max-width: 359px) {
  body {
    font-size: 12px;
  }
  main .tag-content-block{
  position: relative;
  display: flex;
  width: 100%;
  /* height: 10%; */
  z-index: 2;
  margin-bottom: 96px;
  padding-bottom: env(safe-area-inset-bottom);
}
}





