.ib_faq_001 .faqList {
  width: 100%;
}
.ib_faq_001 .faqList .title {
  position: relative;
  padding: 15.6px 10px;
  font-weight: 400;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  background-color: #f9f9f9;
  margin-top: 10px;
}
@media (max-width: 500px) {
  .ib_faq_001 .faqList .title {
    padding: 10px 10px;
    font-size: 16px;
  }
}
.ib_faq_001 .faqList .title b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 6px;
  font-size: 16px;
  color: #0096e0;
}
.ib_faq_001 .toggleOpen {
  position: absolute;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  right: 0;
  top: 0px;
  border-radius: 0px;
  font-size: 14px;
  color: #fff;
  background-color: #0096e0;
  cursor: pointer;
}
@media (max-width: 500px) {
  .ib_faq_001 .toggleOpen {
    width: 47.45px;
    height: 47.45px;
  }
}
.ib_faq_001 .definition {
  display: none;
  padding: 15px;
  font-size: 15px;
  color: #686868;
  line-height: 1.8;
  height: auto;
  background-color: #f5f5f5;
}