.contentBox .leftBox {
  float: right;
  width: 20%;
}
@media (max-width: 640px) {
  .contentBox .leftBox {
    float: none;
    width: 100%;
    padding: 0;
  }
}
.contentBox .rightBox {
  float: left;
  width: 74%;
}
@media (max-width: 640px) {
  .contentBox .rightBox {
    float: none;
    width: 100%;
    margin-top: 30px;
  }
}

.faqList {
  width: 100%;
}
.faqList .faqItem {
  margin-bottom: 15px;
  padding: 5px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}
.faqList .title {
  position: relative;
  padding: 10px 5px;
  font-weight: 400;
  font-size: 15px;
  color: #474747;
  cursor: pointer;
}
@media (max-width: 640px) {
  .faqList .title {
    padding-right: 40px;
  }
}
.faqList .title b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-style: italic;
  font-size: 16px;
  color: #78c6e0;
}

.toggleOpen {
  position: absolute;
  right: 5px;
  top: 50%;
  display: block;
  margin-top: -13px;
  padding: 4px 8px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  background-color: #78c6e0;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.definition {
  display: none;
  margin-top: 10px;
  padding: 15px;
  font-size: 14px;
  color: #686868;
  line-height: 1.8;
  background-color: #e7e7e7;
}

.design_faq-002 {
  padding: 64px 0;
}
.design_faq-002 .topBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.design_faq-002 .topBox .bread {
  margin: 0;
  padding: 20px 0;
  border: none;
}
.design_faq-002 .topBox .bread .wrap {
  padding: 0;
}
.design_faq-002 .topBox .bread .wrap img {
  opacity: 0.5;
}
@media (min-width: 1181px) {
  .design_faq-002 .topBox .bread .wrap img:hover {
    opacity: 1;
  }
}
.design_faq-002 .topBox .bread .homeBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
}
.design_faq-002 .topBox .bread .homeBox .icon {
  margin-right: 5px;
  width: 16px;
}
.design_faq-002 .topBox .bread .homeBox .icon img {
  display: block;
  width: 100%;
  height: 16px;
}
.design_faq-002 .topBox .bread .homeBox .home {
  color: #000;
}
@media (min-width: 1181px) {
  .design_faq-002 .topBox .bread .homeBox:hover {
    opacity: 0.5;
  }
}
.design_faq-002 .faqList {
  width: 100%;
}
.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: #fff;
  font-size: 20px;
  font-weight: 700;
}
@media (max-width: 640px) {
  .design_faq-002 .faqItem .title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-right: 10px;
  }
}
.design_faq-002 .faqItem .textEditor {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
}
.design_faq-002 b {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
}
.design_faq-002 .toggleOpen {
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  margin-top: -13px;
  padding: 4px 9px;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  background-color: #000;
  cursor: pointer;
}
.design_faq-002 .toggleOpen .plus {
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.design_faq-002 .toggleOpen.open {
  background-color: white;
}
.design_faq-002 .toggleOpen.open .plus {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 640px) {
  .design_faq-002 .toggleOpen {
    width: 100%;
    position: static;
    margin: 0;
    margin-top: 10px;
    text-align: center;
  }
}
.design_faq-002 .definition {
  color: #000;
  display: none;
  margin-top: 10px;
  padding: 15px 10px 15px 30px;
  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: #dedede;
}
.design_faq-002 .ansDetail {
  display: block;
  margin-left: 38px;
}