@charset "UTF-8";
/* ================================
   기본 브레이크포인트 (Base Breakpoints)
   ================================ */
.faq-page {
  padding-top: 100px;
}
.faq-page .section1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: clamp(380px, calc(6.25vw + 18.75rem), 420px);
}
@media screen and (max-width: 1279px) {
  .faq-page .section1 {
    height: clamp(340px, calc(7.8431372549vw + 17.4803921569rem), 380px);
  }
}
@media screen and (max-width: 768px) {
  .faq-page .section1 {
    height: clamp(300px, calc(8.9285714286vw + 16.9642857143rem), 340px);
  }
}
.faq-page .section1 .container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1480px;
  padding: 0 40px;
}
@media screen and (max-width: 1279px) {
  .faq-page .section1 .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .section1 .container {
    padding: 0 20px;
  }
}
.faq-page .section1 .section-title {
  font-weight: 700;
  font-size: clamp(50px, calc(1.25vw + 2.125rem), 58px);
  color: #000;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .faq-page .section1 .section-title {
    font-size: clamp(44px, calc(1.1764705882vw + 2.1845588235rem), 50px);
  }
}
@media screen and (max-width: 768px) {
  .faq-page .section1 .section-title {
    font-size: clamp(38px, calc(1.3392857143vw + 2.1071428571rem), 44px);
  }
}
.faq-page .section2 {
  display: flex;
  justify-content: center;
  padding: 0 40px clamp(180px, calc(3.125vw + 8.75rem), 200px);
}
@media screen and (max-width: 1279px) {
  .faq-page .section2 {
    padding: 0 30px clamp(160px, calc(3.9215686275vw + 8.1151960784rem), 180px);
  }
}
@media screen and (max-width: 768px) {
  .faq-page .section2 {
    padding: 0 20px clamp(140px, calc(4.4642857143vw + 7.8571428571rem), 160px);
  }
}
.faq-page .section2 .container {
  width: 100%;
  max-width: 1200px;
}
.faq-page .section2 .faq-accordion-box {
  width: 100%;
  border-top: 2px solid #000;
}
.faq-page .section2 .faq-accordion-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-bottom: 1px solid #C9C9C9;
}
.faq-page .section2 .faq-accordion-item.active .faq-accordion-item-title {
  background-color: #F9F9F9;
}
.faq-page .section2 .faq-accordion-item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 36px clamp(36px, calc(0.625vw + 1.75rem), 40px);
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.faq-page .section2 .faq-accordion-item-title:hover {
  background-color: #F9F9F9;
}
@media screen and (max-width: 1279px) {
  .faq-page .section2 .faq-accordion-item-title {
    padding: 35px clamp(28px, calc(0.7843137255vw + 1.3730392157rem), 32px);
  }
}
@media screen and (max-width: 768px) {
  .faq-page .section2 .faq-accordion-item-title {
    padding: 35px clamp(24px, calc(0.8928571429vw + 1.3214285714rem), 28px);
  }
}
.faq-page .section2 .faq-accordion-item-title-text {
  display: flex;
  gap: 10px;
  width: 100%;
  padding-right: clamp(22px, calc(0.625vw + 0.875rem), 26px);
  background-image: url(/wp-content/uploads/2025/10/faq-plus-icon.svg);
  background-size: clamp(22px, calc(0.625vw + 0.875rem), 26px);
  background-repeat: no-repeat;
  background-position: right center;
  font-weight: 700;
  font-size: clamp(20px, calc(0.3125vw + 1rem), 22px);
  color: #000;
  line-height: 1.37em;
  letter-spacing: -0.02em;
  transition: background-image 0.3s ease;
}
@media screen and (max-width: 1279px) {
  .faq-page .section2 .faq-accordion-item-title-text {
    gap: 12px;
    padding-right: clamp(18px, calc(0.7843137255vw + 0.7480392157rem), 22px);
    background-size: clamp(18px, calc(0.7843137255vw + 0.7480392157rem), 22px);
    font-size: clamp(18px, calc(0.3921568627vw + 0.9365196078rem), 20px);
  }
}
@media screen and (max-width: 768px) {
  .faq-page .section2 .faq-accordion-item-title-text {
    gap: 13px;
    padding-right: clamp(36px, calc(0.4464285714vw + 2.1607142857rem), 38px);
    background-size: clamp(16px, calc(0.4464285714vw + 0.9107142857rem), 18px);
    font-size: clamp(16px, calc(0.4464285714vw + 0.9107142857rem), 18px);
  }
}
.faq-page .section2 .faq-accordion-item-title-text > span {
  color: #1A6408;
}
.faq-page .section2 .faq-accordion-item.active .faq-accordion-item-title-text {
  background-image: url(/wp-content/uploads/2025/10/faq-minus-icon.svg);
}
.faq-page .section2 .faq-accordion-item-title-icon {
  width: clamp(24px, calc(0.625vw + 1rem), 28px);
}
.faq-page .section2 .faq-accordion-item-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.faq-page .section2 .faq-accordion-item.active .faq-accordion-item-content {
  max-height: 1000px;
}
.faq-page .section2 .faq-accordion-item-content-text {
  padding: clamp(36px, calc(0.625vw + 1.75rem), 40px);
  font-weight: 400;
  font-size: 17px;
  color: #333;
  line-height: 1.76em;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 1279px) {
  .faq-page .section2 .faq-accordion-item-content-text {
    padding: clamp(28px, calc(1.568627451vw + 0.9960784314rem), 36px) clamp(20px, calc(3.137254902vw - 0.2578431373rem), 36px);
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .section2 .faq-accordion-item-content-text {
    padding: clamp(24px, calc(0.8928571429vw + 1.3214285714rem), 28px) clamp(10px, calc(2.2321428571vw + 0.1785714286rem), 20px);
    font-size: 15px;
  }
}