.design_faq-002 .toggleOpen .plus {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.faqItem .title,
.faqItem .ansTitle {
  font-size: 17px;
  font-weight: 600;
}
.faqItem b {
  font-size: 28px;
}
.faqItem .ansDetail {
  font-size: 14px;
}

.design_faq-002 .faqList {
  width: 100%;
  padding: 60px 0;
}
.design_faq-002 .faqItem {
  margin-bottom: 15px;
  padding: 5px;
}
@media (max-width: 1023px) {
  .design_faq-002 .faqItem {
    padding: 5px 0;
  }
}
.design_faq-002 .faqItem .title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  padding-right: 40px;
  cursor: pointer;
  background: rgba(181, 186, 218, 0.1);
}
@media (max-width: 640px) {
  .design_faq-002 .faqItem .title {
    padding-right: 40px;
  }
}
.design_faq-002 b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
  color: #004998;
}
.design_faq-002 .toggleOpen {
  position: absolute;
  right: 0px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  border-radius: 3px;
  color: #fff;
  background-color: #004998;
  cursor: pointer;
  width: 40px;
  height: 40px;
  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;
}
@media (max-width: 640px) {
  .design_faq-002 .toggleOpen {
    margin: 0;
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
  }
}
.design_faq-002 .toggleOpen .plus {
  display: block;
  position: relative;
  background-image: url("../images/current.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  width: 20px;
  height: 20px;
}
.design_faq-002 .toggleOpen.open {
  background-color: #6db327;
}
.design_faq-002 .toggleOpen.open .plus {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.design_faq-002 .definition {
  display: none;
  margin-top: 10px;
  padding: 15px 10px;
  color: #686868;
  line-height: 1.8;
}
@media (max-width: 640px) {
  .design_faq-002 .definition {
    margin-top: 0;
  }
}
.design_faq-002 .ansTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.design_faq-002 .ansTitle::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  right: 0;
  width: calc(100% - 35px);
  height: 1px;
  background: rgba(0, 73, 152, 0.5);
}
.design_faq-002 .ansTitle b {
  color: #6db327;
}
.design_faq-002 .ansDetail {
  display: block;
  margin-left: 38px;
}
/*# sourceMappingURL=faq.css.map */