.faq_page .faq_list li.opened .drop_button:before {
  transform: scaleY(-1);
  -moz-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -o-transform: scaleY(-1);
}

.faq_page .faq_list .drop_button {
  font-size: 180%;
  line-height: 30px;
}
@media screen and (min-width: 576px) and (max-width: 1199px) {
  .faq_page .faq_list .drop_button {
    font-size: 160%;
    line-height: 26px;
  }
}
@media screen and (max-width: 575px) {
  .faq_page .faq_list .drop_button {
    font-size: 140%;
    line-height: 24px;
  }
}

.faq_page .faq_list .drop_info {
  font-size: 160%;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .faq_page .faq_list .drop_info {
    font-size: 140%;
    line-height: 24px;
  }
}

.faq_page .page_title {
  color: #02155A;
  margin: 15px 0 0;
}
.faq_page .faq_list {
  list-style-type: none;
  padding: 30px 0 60px;
  margin: 0;
}
.faq_page .faq_list li {
  padding: 0 0 10px;
}
.faq_page .faq_list li.opened .drop_button {
  background: #2D368F;
  color: #ffffff;
}
.faq_page .faq_list li.opened .drop_button:before {
  color: #ffffff;
}
.faq_page .faq_list .drop_button {
  border: none;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  color: #02155A;
  font-family: "montserrat-semibold", "montserratarm-medium";
  background: #F4F8FC;
  padding: 20px 30px;
}
.faq_page .faq_list .drop_button:before {
  display: block;
  margin-left: 10px;
  font-size: 140%;
  color: #2D368F;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq_page .faq_list .drop_info {
  display: none;
  font-family: "montserrat-medium", "montserratarm";
  background: rgba(244, 248, 252, 0.4);
}
.faq_page .faq_list .drop_inner {
  color: #02155A;
  padding: 30px;
}
@media screen and (max-width: 1024px) {
  .faq_page .faq_list {
    padding-bottom: 40px;
  }
  .faq_page .faq_list .drop_info {
    padding: 20px;
  }
  .faq_page .faq_list .drop_inner {
    max-width: 950px;
    color: #02155A;
  }
}
@media screen and (max-width: 767px) {
  .faq_page .faq_list {
    padding-bottom: 20px;
  }
  .faq_page .faq_list .drop_info {
    padding: 10px;
  }
}
@media screen and (max-width: 575px) {
  .faq_page .faq_list {
    padding-bottom: 0;
  }
}

.web .faq_page .faq_list .drop_button, .faq_page .faq_list .web .drop_button {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.touch .faq_page .faq_list .drop_button, .faq_page .faq_list .touch .drop_button {
  -o-transition: color 0.15s;
  -ms-transition: color 0.15s;
  -moz-transition: color 0.15s;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}

.web .faq_page .faq_list .drop_button:hover, .faq_page .faq_list .web .drop_button:hover {
  color: rgba(2, 21, 90, 0.7);
}
.touch .faq_page .faq_list .drop_button:active, .faq_page .faq_list .touch .drop_button:active {
  color: rgba(2, 21, 90, 0.7);
}

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