
main {
    background: #fff;
}

.seo-h1 {
    height: 0px;
    width: 0px;
    padding: 0px;
    margin: 0px;
    transform: scale(0);
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}



.mb{
    margin-bottom: 70px;
}

.center{
    text-align: center;
}


/*＝＝＝＝＝＝＝＝＝＝＝＝
 KV
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kv-banner {
    margin-top: 70px;
    height: 100px;
    background-image: url("../img/kv-bg.webp");
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第一區-操作教學howtouse
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#howtouse {
    background-color: #fff;
    padding: 50px 24px 0;
    margin: 0 auto;
}

.row-tab {
  width: 100%;
  margin:0 auto;
  position: relative;
}

.uk-tab {
  width: 100%;
  margin: 0 auto !important;
}

.uk-tab > li {
  display: inline-block !important;
  width: 30%;
  padding-left: 0;
  position: relative;
  margin: 0 auto;
}

.uk-tab > li a {
  font-size: 18px;
}

.uk-tab > .uk-active {
  position: relative; /* 確保定位基準 */
}

.uk-tab > .uk-active::after {
  content: "";
  width: 100%;
  height: 6px;
  background: #00a19b;
  border-radius: 4px;
  display: block;
  position: absolute;
  bottom: -4px;
  right: 0;
}

/* 新增向上小三角形 */
.uk-tab > .uk-active::before {
  content: "";
  position: absolute;
  bottom: 2px;  /* 調整位置，放在底線上方 */
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;  /* 調整三角形寬度 */
  border-right: 6px solid transparent;
  border-bottom: 6px solid #00a19b;  /* 三角形顏色 */
}


.uk-tab > .uk-active > a {
  color: #00a19b;
  font-weight: bold;
  padding-bottom: 16px;
  border: 0;
}

.uk-tab::before {
  display: none;
}

.uk-tab::after {
  content: "";
  bottom: 0;
  left: 20px;
  right: 0;
  width: 100%;
  height: 4px;
  background: #E1EFEF;
  border-radius: 10px;
  position: static;
}

.row-tab .uk-switcher {
  background: #Fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}



@media screen and (max-width: 640px) {
    
}



/* 收合 */
.faq {
  background: #ffffff;
  background-size: cover;
  background-position: center;
  padding: 0px 0; 
}

.faq .qa-section {
  cursor: pointer;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 7px 0 rgba(0, 161, 155, 0.25);
  box-shadow: 0 5px 0 rgba(0, 161, 155, 0.25);
  border:1px solid #F4F8FA;
}
.faq .qa-section svg .cls-a {
    fill: none;
    opacity: 0.27;
}
.faq .qa-section svg .cls-b {
    fill: none;
    stroke: #00a19b;
    stroke-miterlimit: 10;
    stroke-width: 3px;
}

.faq .qa-section p {
  text-align: left;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 28px;
  margin: 0; 
}

.faq .qa-section p span {
  display: block;
  font-size: 14px; 
}

.faq .qa-section .answer {
  display: none; 
  margin: 20px auto;
}


.faq .qa-section h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  position: relative; 
  margin-bottom: 0px;
}

.faq .qa-section h2 span {
  color: #00a19b; 
}

.faq .qa-section h2 svg {
  position: absolute;
  max-width: 21px;
  width: 100%;
  right: 10px; 
}


@media screen and (max-width: 767px) {
  .faq .qa-section {
    padding-right: 36px; 
    text-align: left;
  }
  .faq .qa-section p {
    padding-left: 0px;
    font-size: 14px; 
    text-align: left;
  }
  .faq .qa-section h2 {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    text-align: left; 
  }
  .faq .qa-section h2 svg {
    right: -23px;
    top: 4px; 
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第一區-donation-steps (guide.js)
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

.donation-steps-carousel {
    overflow-x: scroll;
    webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    overflow-x: scroll !important;
    position: relative;
    padding: 1rem 0;

}

.donation-method {
    display: flex;
    transition: transform 0.4s ease;
    scroll-snap-type: x mandatory;

}

.donation-steps-card {
    flex: 0 0 22%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    background: #fff9e6;
    margin: 0 0.5rem;
    max-width: 80%;
    text-align: start;
    
}

.faq .qa-section .step-bar{
    background-color: #87d4c7;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    border-radius: 16px 16px 0 0;
}

.donation-steps-card img {
    width: 100%;
    padding: 20px;
}

.donation-steps-card figcaption {
    padding: 0 1rem;
}

.donation-steps-card figcaption .title2 {
    height: 90px;
    text-align: center;
}

.donation-steps-card p{
    text-align: justify;
}
.donation-steps-card p em{
    font-size: 18px;
    font-weight: 900;
    color: #f47b50;
}
.donation-steps-card a{
    text-decoration: underline;
}

.donation-steps-card button {
    margin-bottom: 2rem;
}

.carousel-indicator {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.carousel-indicator span,
.guide-indicator span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    transition: background 0.3s;
    cursor: pointer;
}

.carousel-indicator span.active,
.guide-indicator span.active {
    background: #009D95;
}

/* 手機（390px ~ 767px） */
@media (max-width: 767px) {
    .guide-indicator {
        display: flex;
        justify-content: center;
        gap: 0.5rem;
        margin-top: 1rem;
    }
    .donation-steps-card {
        flex: 0 0 100%;
        scroll-snap-align: start;
    }
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第二區-esun-esg
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#esun-esg {
    padding: 120px 24px;
    margin: 0 auto;
    background: linear-gradient(#FFF, #FFFAEB ,#FFF );

}
.result-content{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
}
.result-content em{
    font-size: 18px;
    letter-spacing: 1.5px;
    font-weight: 700;
}
.card-three{
    margin: 0 auto;
    flex: 1 1 200px;
    margin: 3%;
    /* border-radius: 16px ;
    filter: drop-shadow(2px 8px 15px rgba(179, 179, 179, 0.20)); */
    text-align: center;
}

.card-three .key-results em{
    font-size: 2rem;
    font-weight: 900;
    color: #ff8563;
}

.card-three .key-results span{
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 8px;
    font-style: italic;
}
.grass {
    color: #b4d35e;
}
.warmorange {
    color: #ec8354;
}
.bluegreen {
    color: #66c6be;
}

/* .result-info{
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
    text-align: center;
    padding-top: 10px;
} */