
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: 60px;
}

.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;
}




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



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

.faq .qa-section {
  cursor: pointer;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-shadow: 0 7px 0 rgba(244, 123, 80, 0.5);
  box-shadow: 0 5px 0 rgba(244, 123, 80, 0.25);
  border:1.5px solid #F4F8FA;
}

.qa-section svg .cls-a {
    fill: none;
    opacity: 0.27;
}
.qa-section svg .cls-b {
    fill: none;
    stroke: #f47b50;
    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; 
}
.faq .qa-section .answer a{
  color: blue;
  text-decoration: underline;
}
.faq .qa-section .answer em{
    color: #f47b50;
    font-weight: 800;
}

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

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

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

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

.faq .active-qa h2 {
  padding: 20px 0px;
  color: #00a19b; 
}



@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; 
  }
}



/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
第二區-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;
} */