@charset "utf-8";

:root {
  /* 섹션 간의 수직 간격 */
  --spacing-section-large: 130px;
  --spacing-section-medium: 80px;
  --spacing-section-small: 50px;

  /*  */
  --section-heading-margin: 80px;

}



@media (max-width: 991px) {
  :root {
    /* 섹션 간의 수직 간격 */
    --spacing-section-large: 80px;
    --spacing-section-medium: 60px;
    --spacing-section-small: 50px;

    /*  */
    --section-heading-margin: 40px;
  }

}

@media (max-width: 767px) {
  :root {
    /* 섹션 간의 수직 간격 */
    --spacing-section-large: 60px;
    --spacing-section-medium: 50px;
    --spacing-section-small: 40px;

    /*  */
    --section-heading-margin: 40px;
  }

}