.credit_page .list_info, .credit_page .provider_list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.credit_page {
  margin-bottom: 40px;
}
.credit_page .section_title {
  margin-top: 30px;
  margin-bottom: 15px;
}
.credit_page .inner_title,
.credit_page .credit_description {
  font-size: 150%;
  line-height: 20px;
  color: #666666;
  padding-bottom: 10px;
  max-width: 430px;
}
.credit_page .inner_title {
  font-family: "bold", "bold2";
}
.credit_page .list_terms {
  padding: 0;
  margin: 0;
  color: #666666;
  line-height: 20px;
  font-size: 150%;
  max-width: 450px;
}
@media (max-width: 1279px) {
  .credit_page .list_terms {
    padding: 0 0 0 20px;
  }
}
.credit_page .list_terms li {
  padding-bottom: 15px;
}
.credit_page .provider_title {
  font-size: 150%;
  line-height: 15px;
  font-family: "bold", "bold2";
  color: #000000;
}
.credit_page .provider_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.credit_page .provider_list > li {
  margin-bottom: 28px;
  margin-top: 40px;
}
.credit_page .list_info .bank_name {
  font-family: "bold", "bold2";
  font-size: 120%;
  line-height: 15px;
  color: #000000;
}
.credit_page .list_info li {
  margin-top: 13px;
}
.credit_page .list_info li img {
  margin-bottom: 12px;
  max-width: 200px;
  max-height: 35px;
}
.credit_page .list_info li span {
  display: flex;
  flex-direction: column;
}
.credit_page .list_info li span:first-child {
  font-size: 110%;
  line-height: 14px;
  color: #b2b2b2;
}
.credit_page .list_info li span:last-child {
  font-size: 120%;
  color: #666666;
  line-height: 15px;
}
.credit_page .list_info li a {
  font-size: 120%;
  color: #666666;
  line-height: 15px;
}
@media (max-width: 991px) {
  .credit_page .inner_title,
.credit_page .list_terms,
.credit_page .credit_description {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .credit_page .provider_list > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .credit_page .provider_title {
    text-align: center;
    margin-bottom: 20px;
  }
  .credit_page .provider_list > li {
    margin-bottom: 15px;
    margin-top: 0;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}

.web .credit_page .list_info li a {
  -o-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.web .credit_page .list_info li a:hover {
  opacity: 0.5;
}

.web .credit_page .list_info li a {
  -o-transition: opacity 0.25s;
  -ms-transition: opacity 0.25s;
  -moz-transition: opacity 0.25s;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.web .credit_page .list_info li a:active {
  opacity: 0.5;
}

/*# sourceMappingURL=credit.css.map */
