.faqList .accordionTitle .toggleOpen::after, .faqList .accordionTitle .toggleOpen::before, .faqList .accordionTitle .toggleOpen, .faqList .accordionTitle .title span {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.contentBox {
  position: relative;
}

.faqList {
  position: relative;
}
.faqList .faqItem {
  position: relative;
  padding: 1rem 0.625rem;
}
@media (max-width: 480px) {
  .faqList .faqItem {
    padding: 0.75rem 0.625rem;
  }
}
.faqList .faqItem + .faqItem {
  border-top: 1px dashed #cacaca;
}
.faqList .accordionTitle {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  cursor: pointer;
}
@media (min-width: 1181px) {
  .faqList .accordionTitle:hover .title span {
    color: #ffc600;
  }
  .faqList .accordionTitle:hover .toggleOpen {
    background-color: #0e5e40;
  }
}
.faqList .accordionTitle.open .title span {
  color: #ffc600;
}
.faqList .accordionTitle.open .toggleOpen {
  background-color: #0e5e40;
}
.faqList .accordionTitle.open .toggleOpen::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.faqList .accordionTitle .title {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 0.25rem;
     -moz-column-gap: 0.25rem;
          column-gap: 0.25rem;
}
.faqList .accordionTitle .title span {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  color: #000000;
}
@media (max-width: 768px) {
  .faqList .accordionTitle .title span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .faqList .accordionTitle .title span {
    font-size: 14px;
  }
}
.faqList .accordionTitle .title span.num {
  min-width: 40px;
  text-align: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 768px) {
  .faqList .accordionTitle .title span.num {
    min-width: 32px;
  }
}
@media (max-width: 480px) {
  .faqList .accordionTitle .title span.num {
    min-width: 28px;
  }
}
.faqList .accordionTitle .toggleOpen {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 28px;
  height: auto;
  aspect-ratio: 1/1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffc600;
  border-radius: 4px;
}
@media (max-width: 991px) {
  .faqList .accordionTitle .toggleOpen {
    width: 24px;
  }
}
@media (max-width: 480px) {
  .faqList .accordionTitle .toggleOpen {
    width: 20px;
  }
}
.faqList .accordionTitle .toggleOpen::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 35%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}
.faqList .accordionTitle .toggleOpen::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 2px;
  height: 35%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  translate: -50% -50%;
}

.definition {
  position: relative;
  display: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #000000;
  background-color: #f6f1eb;
  padding: 1rem;
  margin-top: 1rem;
}
/*# sourceMappingURL=ib_faq_000.css.map */