@charset "UTF-8";
/* ================================
   기본 브레이크포인트 (Base Breakpoints)
   ================================ */
.footer-policies-page {
  padding-top: 100px;
}
.footer-policies-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) {
  .footer-policies-page .section1 {
    height: clamp(340px, calc(7.8431372549vw + 17.4803921569rem), 380px);
  }
}
@media screen and (max-width: 768px) {
  .footer-policies-page .section1 {
    height: clamp(300px, calc(8.9285714286vw + 16.9642857143rem), 340px);
  }
}
.footer-policies-page .section1 .container {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  max-width: 1480px;
}
.footer-policies-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) {
  .footer-policies-page .section1 .section-title {
    font-size: clamp(44px, calc(1.1764705882vw + 2.1845588235rem), 50px);
  }
}
@media screen and (max-width: 768px) {
  .footer-policies-page .section1 .section-title {
    font-size: clamp(38px, calc(1.3392857143vw + 2.1071428571rem), 44px);
  }
}
.footer-policies-page .section2 {
  display: flex;
  justify-content: center;
  padding: 0 40px clamp(180px, calc(3.125vw + 8.75rem), 200px);
}
@media screen and (max-width: 1279px) {
  .footer-policies-page .section2 {
    padding: 0 30px clamp(160px, calc(3.9215686275vw + 8.1151960784rem), 180px);
  }
}
@media screen and (max-width: 768px) {
  .footer-policies-page .section2 {
    padding: 0 20px clamp(140px, calc(4.4642857143vw + 7.8571428571rem), 160px);
  }
}
.footer-policies-page .section2 .container {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .footer-policies-page .section2 .container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .footer-policies-page .section2 .container {
    padding: 0 20px;
  }
}
.footer-policies-page .section2 strong {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 20px;
  color: #111;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 1279px) {
  .footer-policies-page .section2 strong {
    font-size: 19px;
  }
}
@media screen and (max-width: 768px) {
  .footer-policies-page .section2 strong {
    font-size: 18px;
  }
}