
/* faq영역 */
.innerWrap {
  padding: 1.5rem;
}
img {
  width: 100%;
}
.innerWrap h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #22a67c;
  margin-bottom: 2rem;
}

.qnaToggleBox:last-child {
  margin-bottom: 3rem;
}


.qnaToggleBox h1 {
  font-size: 1.7rem;
  font-weight: 600;
  color: #FFF;
}

.qnaToggleBox {
  margin-bottom: 1rem;
}
.qnaToggleBox .content {
  padding: 2rem;
  font-size: 1.6rem;
  line-height: 1.3;
  background-color: #f0f6fc;
  color: #7e7e7f;
  border-bottom-left-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.bold {
  font-size: 1.7rem;
  line-height: 1.3;
  font-weight: 600;
  color: #153e6f;
}

.toggleButton {
  width: 100%;
  margin-right: 5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem 1.5rem 2rem;
  border: 0.1rem solid #dbdcdc;
  background-color: #467cb8;
}
.toggleButton img {
  width: 1.5rem;
  margin-left: 1rem;
}
.toggleColor {
  text-align: left; /* 텍스트를 왼쪽 정렬로 설정 */
  margin: 0; /* 기본 마진 제거 */
  padding: 0; /* 기본 패딩 제거 */
  line-height: 1.3;
}
.content img {
  width: 100%;
}
.content img:first-child {
  margin-bottom: 1rem;
}