.mainNav__title {
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media screen and (max-width: 768px) {
    .mainNav__title {
      font-size: 24px;
      line-height: 40px; } }
  .mainNav__title:before {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: #000;
    margin-right: 10px; }
    @media screen and (max-width: 768px) {
      .mainNav__title:before {
        width: 30px; } }
.mainNav .faqList {
  margin: 40px 0 60px; }
  @media screen and (max-width: 768px) {
    .mainNav .faqList {
      margin: 20px 0 30px; } }
  .mainNav .faqList__row {
    padding: 1px 0;
    cursor: pointer; }
  .mainNav .faqList__q {
    background: #ececec;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .mainNav .faqList__q i {
      margin-right: 10px; }
  .mainNav .faqList__a {
    display: none;
    padding: 30px 20px; }

.accIcon {
  position: relative;
  width: 16px;
  height: 16px; }
  @media screen and (max-width: 768px) {
    .accIcon {
      margin-left: 10px;
      width: 12px;
      height: 12px; } }
  .accIcon:before {
    content: "";
    display: block;
    width: 16px;
    height: 2px;
    background: #152444;
    top: 7px;
    left: 0;
    position: absolute; }
    @media screen and (max-width: 768px) {
      .accIcon:before {
        width: 12px;
        top: 5px; } }
  .accIcon:after {
    content: "";
    display: block;
    width: 2px;
    height: 16px;
    background: #152444;
    top: 0px;
    left: 7px;
    position: absolute;
    transition: all 0.3s; }
    @media screen and (max-width: 768px) {
      .accIcon:after {
        height: 12px;
        left: 5px; } }
  .accIcon.active:after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg); }

/*# sourceMappingURL=faq.css.map */
