/* public 정적 서빙 (전역 CSS 번들 축출) — routeRules 1년 캐시라 수정 시 파일명 버전업 필요 */
.faq .pageTitle {
  position: relative;
  padding-bottom: 48px;
}

.faq .pageTitle::before {
  content: "";
  width: 100%;
  height: 564px;
  max-height: 564px;
  background-image: url(/assets/faq/banner.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  z-index: 0;
  bottom: 0;
}

@media (min-width: 1921px) {
  .faq .pageTitle::before {
    background-size: contain;
  }
}

.faq .pageTitle * {
  z-index: 10;
}

.statusBox {
  width: 189px;
  height: 46px;
  border-radius: 100px;
  background: #f1f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
}

.statusBox > span {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.16px;
}
.statusBox > p {
  display: flex;
  align-items: center;
  margin: 0 0 0 14px !important;
}

.statusBox > p i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #1f1f1f;
  display: inline-block;
  margin: 0 4px 0 0;
}

.statusBox > p span {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
  color: #1f1f1f;
}

.statusBox.status-0 > p i {
  background: limegreen;

}
.statusBox.status-0 > p span {
  color: limegreen;
}

.statusBox.status-1 > p i {
  background: orange;

}
.statusBox.status-1 > p span {
  color: orange;
}



.statusBox.status-3 > p i {
  background: #ff5530;

}
.statusBox.status-3 > p span {
  color: #ff5530;
}

.bannerWrap {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 108px;
}

.bannerWrap .infoBox {
  width: 845px;

  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2rem 80px;
}

.bannerWrap .infoBox p {
  display: flex;
  align-items: center;
  margin-bottom: .55rem;
  margin-top: 0;
}

.bannerWrap .infoBox p:last-child {
  margin-bottom: 0;
}

.bannerWrap .infoBox p span:nth-child(1) {
  color: #666;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.18px;
  width: 86px;
}

.bannerWrap .infoBox p span:nth-child(2) {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.24px;
}

.bannerWrap .infoBox p span:nth-child(2).tel{
  color: #0064ff;
}

.bannerWrap .infoBox .inquiryBtn {
  width: 188px;
  height: 76px;
  border-radius: 8px;
  background: #0064ff;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.2px;
  border: none !important;
}

.faq .listWrap {
  padding: 0 var(--common-padding);
  margin-bottom: 80px;
}

.faq .moreBtn {
  display: none;
  margin: 40px auto 60px;
}

@media (max-width: 990px) {
  .faq .pageTitle {
    padding: 104px 0 0;
  }
  .faq .pageTitle::before {
    display: none;
  }

  .faq .pageTitle > *:not(.bannerWrap) {
    margin-left: var(--common-padding);
    margin-right: var(--common-padding);
  }

  .statusBox > span,
  .statusBox > p span {
    font-size: 14px;
  }

  .statusBox > p {
    margin: 0 0 0 8px;
  }

  .statusBox {
    width: 148px;
    height: 34px;
    margin-bottom: 12px;
  }

  .statusBox > p i {
    width: 8px;
    height: 8px;
  }

  .bannerWrap {

    align-items: flex-start;
    padding: 24px var(--common-padding);
    background-size: contain;
    background-position: bottom right -90px;
    margin: 24px 0 80px;
    background-image: url(/assets/faq/banner_mo.png);
  }

  .bannerWrap .infoBox p {
    margin-bottom: 8px;
  }

  .bannerWrap .infoBox p span:nth-child(1) {
    font-size: 14px;
    width: 68px;
  }

  .bannerWrap .infoBox p span:nth-child(2) {
    font-size: 18px;
  }

  .bannerWrap .infoBox .inquiryBtn {
    width: 166px;
    height: 54px;
    font-size: 16px;
  }

  .faq .moreBtn {
    display: block;
  }
}

@media (max-width: 768px) {
  .bannerWrap .infoBox {
    flex-direction: column;
    width: 100%;

    padding: 32px 40px;
    align-items: flex-start;
  }

  .bannerWrap .infoBox .inquiryBtn {
    margin: 32px auto 0;
  }
}
