#hd .sec-faq {
  background-color: black;
  padding: 6em 0 8em;
}

#hd .sec-faq .inner{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;

}

#hd .sec-faq .inner .section-title{
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;

}

#hd .sec-faq .faq-a {
  display: none;
  padding: 1em 1.75em;
}
#hd .sec-faq .faq-a p, #hd .sec-faq .faq-a li {
  font-size: 1em;
  color: white !important;
}
#hd .sec-faq .faq-a p strong, #hd .sec-faq .faq-a li strong {
  font-weight: 400;
}
#hd .sec-faq .faq-q {
  position: relative;
  cursor: pointer;
  color: white !important;
}
#hd .sec-faq .faq-q p {
  cursor: pointer;
  font-size: 1.4em;
  color: white !important;
}
#hd .sec-faq li {
  padding-bottom: 1em;
  position: relative;
}
#hd .sec-faq li.hd-active {
  border: 1px solid #2fb9ff;
  border-left: 7px solid #2fb9ff;
}
#hd .sec-faq li.hd-active span:after {
  display: none;
}
#hd .sec-faq li button {
  border-bottom: 1px solid #555;
  padding: 1.7em 3.5em 0.7em 1.5em;
  border-left: 7px solid black;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 1em;
  position: relative;
  cursor: pointer;
  background: #000;
}
#hd .sec-faq li button span {
  position: absolute;
  width: 2em;
  height: 2em;
  top: 1.4em;
  right: 0.7em;
  border: 1px solid #2fb9ff;
  border-radius: 1em;
  cursor: pointer;
}
#hd .sec-faq li button span:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0.8em;
  height: 2px;
  background-color: #2fb9ff;
}
#hd .sec-faq li button span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 0.8em;
  width: 2px;
  background-color: #2fb9ff;
}
#hd .sec-faq .txt-link {
  color: #2fb9ff;
  margin-top: 0;
  font-size: 1em;
}
#hd .sec-faq .en-list {
  padding-left: 1.2em;
}
#hd .sec-faq .en-list li {
  list-style-type: upper-alpha;
}
#hd .sec-faq .number-list {
  padding-left: 1.2em;
}
#hd .sec-faq .number-list li {
  list-style-type: decimal;
}

@media screen and (max-width: 768px) {
  #hd .sec-faq h3 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-faq {
    padding: 60px 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-faq .faq-a {
    padding: 1em;
  }
  #hd .sec-faq h3 {
    font-size: 1.1em;
  }
  #hd .sec-faq p {
    font-size: 1em;
  }
  #hd .sec-faq li button {
    padding: 1em 3em 1em 0.5em;
  }
  #hd .sec-faq li button span {
    top: 0.7em;
  }
}