.is_mo {
  display: none;
}

.faq {
  padding: 80px 0 0 0;
  max-width: 970px;
  margin: 0 auto;
  width: 100%;
}
.faq__tab {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.faq__tab-btn {
  display: flex;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  color: #322828;
  text-align: center;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all 0.3s ease;
}
.faq__tab-btn.active {
  border-radius: 8px;
  background: #fff8e0;
  font-weight: 700;
}
.faq__content {
  margin-top: 42px;
  margin: 42px 0 180px 0;
}
.faq__content-item {
  display: none;
}
.faq__content-item.active {
  display: block;
}
.faq__content .findBtn {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  color: #fff;
  font-family: Pretendard;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px; /* 166.667% */
  border-radius: 8px;
  background: #ff4b4b;
}
.faq__question {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 16px 0;
  text-align: left;
  color: #4d4d4d;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.faq__question::after {
  position: absolute;
  top: 50%;
  right: 4px;
  content: "";
  width: 18px;
  height: 10px;
  background: url("../images/img_arrowUp.png") no-repeat center;
  background-size: 100% auto;
  transform: translateY(-50%) rotate(180deg);
  transition: transform 0.3s ease;
}
.faq__question.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq__question-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #666;
  text-align: center;
  font-family: Pretendard;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 12px;
  background: #f8f6f4;
}
.faq__answer {
  height: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  text-align: left;
  color: #5e5e5e;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
  background: #fffbf6;
  transition: max-height 0.25s ease, opacity 0.25s ease;
}
.faq__answer.is-open {
  height: auto;
  opacity: 1;
  padding: 30px;
  max-height: 100vh;
}
.faq__answer .infoText {
  margin-top: 4px;
  color: #909090;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
.faq__footer {
  width: 100%;
  background: #fffaf0;
}
.faq__footer__content {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 56px 0 46px 0;
  text-align: left;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 532px auto;
}
.faq__footer__content strong {
  display: inline-block;
  margin-bottom: 18px;
  color: #42362b;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.faq__footer__content p {
  color: #42362b;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.faq__footer__content button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 126px;
  height: 40px;
  margin-top: 12px;
  color: #fff;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 8px;
  background: #ff4b4b;
}

.counsel-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(0, 0, 0, 0.55);
}
.counsel-modal.is-open {
  display: flex;
}
.counsel-modal__panel {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 520px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.counsel-modal__close {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 0;
  background: url(../images/img_modalClose.png) no-repeat center/100%;
  cursor: pointer;
  font-size: 0;
}
.counsel-modal__state {
  display: none;
  padding: 66px 24px 26px;
  text-align: left;
}
.counsel-modal__state form {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.counsel-modal__state.is-active {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.counsel-modal__title {
  margin-bottom: 38px;
  color: #222;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.614px;
}
.counsel-modal__title span {
  display: inline-block;
  margin-top: 10px;
  color: #888;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
.counsel-modal__label {
  margin-bottom: 10px;
  color: #222;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.399px;
}
.counsel-modal__input {
  width: 100%;
  height: 70px;
  padding: 0 12px;
  border: 1px solid #e8e8e8;
  color: #222;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.4px;
  outline: none;
  border-radius: 16px;
  background: #f4f4f4;
}
.counsel-modal__input::-moz-placeholder {
  color: #c2c2c2;
}
.counsel-modal__input::placeholder {
  color: #c2c2c2;
}
.counsel-modal__input:focus {
  border-color: #ff4d4f;
  background: #fff;
}
.counsel-modal__input + .counsel-modal__label {
  margin-top: 30px;
}
.counsel-modal__error {
  margin: 10px 0 10px;
  color: #ff4d4f;
  font-family: Pretendard;
  font-size: 12px;
  font-weight: 500;
}
.counsel-modal__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.counsel-modal__image {
  width: 320px;
}
.counsel-modal__image.is-success {
  width: 320px;
}
.counsel-modal__desc {
  color: #222;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.52px;
}
.counsel-modal__accent {
  color: #ff4b4b;
}
.counsel-modal__number {
  margin-top: 20px;
  color: #ff4b4b;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.56px;
}
.counsel-modal__button {
  margin-top: auto;
  width: 100%;
  padding: 22px 0;
  color: #fff;
  text-align: center;
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  border-radius: 16px;
  background: #ff4b4b;
}

@media (max-width: 768px) {
  .is_pc {
    display: none;
  }
  .is_mo {
    display: block;
  }
  .faq {
    padding: 36px 16px 0 16px;
  }
  .faq__tab {
    margin-top: 24px;
    flex-wrap: wrap;
    row-gap: 4px;
  }
  .faq__tab-btn {
    width: 33.3333333333%;
    padding: 10px 0;
    font-size: 16px;
    transition: all 0.3s ease;
  }
  .faq__content {
    margin: 24px 0 50px 0;
  }
  .faq__content .findBtn {
    padding: 6px 12px;
    gap: 6px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 8px;
  }
  .faq__content .findBtn svg {
    width: 6px;
  }
  .faq__question {
    gap: 10px;
    padding: 16px 0;
    font-size: 16px;
  }
  .faq__question::after {
    right: 2px;
    width: 10px;
    height: 6px;
    background-size: 10px auto;
  }
  .faq__question-icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
    border-radius: 6px;
  }
  .faq__answer {
    font-size: 14px;
    line-height: 24px; /* 166.667% */
  }
  .faq__answer.is-open {
    padding: 14px;
  }
  .faq__answer .infoText {
    margin-top: 10px;
    font-size: 10px;
    line-height: 14px; /* 142.857% */
  }
  .faq__footer__content {
    padding: 26px 16px;
    background-position: bottom 26px right 16px;
    background-size: 150px auto;
  }
  .faq__footer__content strong {
    margin-bottom: 12px;
    font-size: 20px;
  }
  .faq__footer__content p {
    font-size: 14px;
  }
  .counsel-modal {
    align-items: flex-end;
    padding: 0;
  }
  .counsel-modal__panel {
    height: 380px;
    border-radius: 20px 20px 0 0;
  }
  .counsel-modal__close {
    top: 24px;
    right: 24px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
  }
  .counsel-modal__state {
    display: none;
    padding: 50px 16px 16px;
    text-align: left;
  }
  .counsel-modal__state.is-active {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .counsel-modal__title {
    margin-bottom: 26px;
    font-size: 22px;
  }
  .counsel-modal__title span {
    font-size: 18px;
  }
  .counsel-modal__label {
    margin-bottom: 6px;
    font-size: 14px;
  }
  .counsel-modal__input {
    height: 50px;
    padding: 0 16px;
    font-size: 14px;
    border-radius: 10px;
  }
  .counsel-modal__input + .counsel-modal__label {
    margin-top: 14px;
  }
  .counsel-modal__error {
    font-size: 10px;
  }
  .counsel-modal__inner {
    gap: 10px;
  }
  .counsel-modal__image {
    width: 240px;
  }
  .counsel-modal__image.is-success {
    width: 240px;
  }
  .counsel-modal__desc {
    font-size: 18px;
  }
  .counsel-modal__number {
    margin-top: 10px;
    font-size: 20px;
  }
  .counsel-modal__button {
    margin-top: auto;
    padding: 16px 0;
    font-size: 18px;
    border-radius: 12px;
  }
}
@keyframes sheet-up {
  from {
    transform: translateY(24px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */