@charset "UTF-8";
:root {
  --baseUnit: 0.75rem;
  --gutter: 2.25rem;
  --xs: 375px;
  --sm: 480px;
  --md: 992px;
  --lg: 1180px;
  --xl: 1920px;
}

h1 {
  font-size: 3.052rem;
  font-weight: 700;
  letter-spacing: -0.025rem;
}

h2 {
  font-size: 2.441rem;
  font-weight: 700;
  letter-spacing: -0.02rem;
}

h3 {
  font-size: 1.953rem;
  font-weight: 700;
  letter-spacing: -0.015rem;
}

h4 {
  font-size: 1.563rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

h5 {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: -0.01rem;
}

p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.body-text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.sgmc-lp {
  color: #33475b;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  background-color: white;
}
.sgmc-lp__container {
  width: min(100%, 1140px);
  margin-inline: auto;
  padding-inline: 1.5rem;
}
@media screen and (max-width: 480px) {
  .sgmc-lp__container {
    padding-inline: 1.125rem;
  }
}
.sgmc-lp__header {
  border-bottom: 1px solid #cbd6e2;
  background: white;
}
.sgmc-lp__header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  min-height: 3.75rem;
  padding-block: 0.9375rem;
}
.sgmc-lp__header-label {
  margin: 0;
  color: #4aa570;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.sgmc-lp__eyebrow {
  margin: 0 0 0.75rem;
  color: #4aa570;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.sgmc-lp__section-heading {
  margin: 0 0 1.875rem;
  color: #1e2a36;
  font-size: clamp(1.375rem, 2.5vw, 1.75rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
  text-align: center;
}
.sgmc-lp__hero {
  padding-block: 2.25rem 3rem;
  background: white;
}
.sgmc-lp__hero-grid, .sgmc-lp__bottom-grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
  gap: 2.25rem;
  align-items: start;
}
@media screen and (max-width: 992px) {
  .sgmc-lp__hero-grid, .sgmc-lp__bottom-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}
.sgmc-lp__hero-heading {
  margin: 0 0 0.9375rem;
  color: #1e2a36;
  font-size: clamp(1.75rem, 3.2vw, 2.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.sgmc-lp__hero-description {
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: #33475b;
}
.sgmc-lp__hero-figure {
  margin: 0;
}
.sgmc-lp__hero-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
  border: 1px solid #cbd6e2;
  box-shadow: 0 0.375rem 1.5rem rgba(0, 0, 0, 0.06);
}
.sgmc-lp__form-card {
  padding: 1.5rem;
  background: white;
  border: 1px solid #cbd6e2;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.04), 0 0.75rem 1.5rem rgba(0, 0, 0, 0.06);
}
.sgmc-lp__form-card-title {
  margin: 0 0 0.375rem;
  color: #1e2a36;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.sgmc-lp__form-card-subtitle {
  margin: 0 0 1.125rem;
  font-size: 0.9375rem;
  line-height: 1.5;
  color: rgb(65.6535211268, 91.4, 117.1464788732);
}
.sgmc-lp__form-embed {
  overflow: hidden;
  border-radius: 0.28125rem;
}
.sgmc-lp__form-iframe {
  display: block;
  width: 100%;
  min-height: 420px;
  border: 0;
  background: transparent;
}
.sgmc-lp__form-privacy {
  margin: 0.75rem 0 0;
  font-size: 0.75rem;
  line-height: 1.5;
  color: rgb(78.4753521127, 109.25, 140.0246478873);
}
.sgmc-lp__benefits {
  padding-block: 3rem;
  background: #f5f8fa;
  border-block: 1px solid #cbd6e2;
}
.sgmc-lp__benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1180px) {
  .sgmc-lp__benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .sgmc-lp__benefits-grid {
    grid-template-columns: 1fr;
  }
}
.sgmc-lp__benefit-card {
  padding: 1.3125rem;
  background: white;
  border: 1px solid #cbd6e2;
  border-radius: 0.375rem;
}
.sgmc-lp__benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  margin-bottom: 0.75rem;
  border-radius: 50%;
  background: rgba(74, 165, 112, 0.12);
  color: #4aa570;
}
.sgmc-lp__benefit-title {
  margin: 0 0 0.5625rem;
  color: #1e2a36;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.sgmc-lp__benefit-description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.sgmc-lp__pain {
  padding-block: 3rem;
  background: white;
}
.sgmc-lp__pain-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 992px) {
  .sgmc-lp__pain-grid {
    grid-template-columns: 1fr;
  }
}
.sgmc-lp__pain-card {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  padding: 1.125rem;
  background: #f5f8fa;
  border-radius: 0.375rem;
  border: 1px solid #cbd6e2;
}
.sgmc-lp__pain-icon {
  flex: 0 0 auto;
  color: #4aa570;
}
.sgmc-lp__pain-text {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #1e2a36;
}
.sgmc-lp__cases {
  padding-block: 3rem;
  background: #f5f8fa;
  border-block: 1px solid #cbd6e2;
}
.sgmc-lp__cases-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1180px) {
  .sgmc-lp__cases-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 480px) {
  .sgmc-lp__cases-grid {
    grid-template-columns: 1fr;
  }
}
.sgmc-lp__case-card {
  padding: 1.3125rem;
  background: white;
  border: 1px solid #cbd6e2;
  border-radius: 0.375rem;
  box-shadow: 0 0.1875rem 0.75rem rgba(0, 0, 0, 0.03);
}
.sgmc-lp__case-part {
  margin: 0 0 0.375rem;
  color: #4aa570;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.sgmc-lp__case-number {
  margin: 0 0 0.5625rem;
  color: #1e2a36;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.sgmc-lp__case-title {
  margin: 0 0 0.5625rem;
  color: #1e2a36;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.45;
}
.sgmc-lp__case-risk {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: rgb(60.1584507042, 83.75, 107.3415492958);
}
.sgmc-lp__brand {
  padding-block: 3.75rem;
  background: white;
}
.sgmc-lp__brand-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 2.25rem;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .sgmc-lp__brand-grid {
    grid-template-columns: 1fr;
  }
}
.sgmc-lp__brand-figure {
  margin: 0;
}
.sgmc-lp__brand-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
  border: 1px solid #cbd6e2;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.06);
}
.sgmc-lp__brand-heading {
  margin: 0 0 0.5625rem;
  color: #1e2a36;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.sgmc-lp__brand-subheading {
  margin: 0 0 0.9375rem;
  color: #1e2a36;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.4;
}
.sgmc-lp__brand-description {
  margin: 0 0 1.3125rem;
  font-size: 1rem;
  line-height: 1.7;
}
.sgmc-lp__brand-quote {
  margin: 0;
  padding: 1.125rem;
  background: #f5f8fa;
  border-left: 3px solid #4aa570;
  border-radius: 0 0.28125rem 0.28125rem 0;
}
.sgmc-lp__brand-quote-text {
  margin: 0 0 0.5625rem;
  color: #1e2a36;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.55;
}
.sgmc-lp__brand-quote-source {
  margin: 0;
  font-size: 0.875rem;
}
.sgmc-lp__brand-quote-source a {
  color: #4aa570;
  text-decoration: none;
}
.sgmc-lp__brand-quote-source a:hover {
  text-decoration: underline;
}
.sgmc-lp__bottom {
  padding-block: 3.75rem;
  background: #f5f8fa;
  border-top: 1px solid #cbd6e2;
}
.sgmc-lp__cta-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.125rem;
  padding: 1.875rem;
  background: white;
  border: 1px solid #cbd6e2;
  border-radius: 0.375rem;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.05);
  height: 100%;
}
.sgmc-lp__cta-heading {
  margin: 0;
  color: #1e2a36;
  font-size: clamp(1.25rem, 2.2vw, 1.625rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
.sgmc-lp__cta-description {
  margin: 0;
  font-size: 1rem;
  line-height: 1.65;
}
.sgmc-lp__cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin-top: 0.375rem;
}
.sgmc-lp__cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.4375rem;
  padding: 0.65625rem 1.125rem;
  border-radius: 0.28125rem;
  font-size: 0.9375rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.sgmc-lp__cta-button--primary {
  background: #4aa570;
  border: 1px solid #4aa570;
  color: white;
}
.sgmc-lp__cta-button--primary:hover {
  background: rgb(58.2092050209, 129.7907949791, 88.10041841);
  border-color: rgb(58.2092050209, 129.7907949791, 88.10041841);
  color: white;
}
.sgmc-lp__cta-button--secondary {
  background: white;
  border: 1px solid #1e2a36;
  color: #1e2a36;
}
.sgmc-lp__cta-button--secondary:hover {
  background: #1e2a36;
  color: white;
}
.sgmc-lp__cta-button--ghost {
  background: transparent;
  border: 1px solid #cbd6e2;
  color: #33475b;
}
.sgmc-lp__cta-button--ghost:hover {
  border-color: #4aa570;
  color: #4aa570;
}
.sgmc-lp__logos {
  padding-block: 2.25rem 3rem;
  background: white;
  border-top: 1px solid #cbd6e2;
}
.sgmc-lp__logos .customer-logo-marquee {
  margin-top: 0;
}
.sgmc-lp__faq {
  padding-block: 3rem 3.75rem;
  background: white;
}
.sgmc-lp__faq-inner {
  max-width: 760px;
}
.sgmc-lp__faq-accordion .sgmc-lp__faq-item {
  border: 0;
  border-bottom: 1px solid #cbd6e2;
  border-radius: 0;
  background: transparent;
}
.sgmc-lp__faq-accordion .sgmc-lp__faq-summary {
  padding: 1.125rem 0;
}
.sgmc-lp__faq-accordion .sgmc-lp__faq-question-text {
  color: #1e2a36;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.sgmc-lp__faq-accordion .sgmc-lp__faq-answer {
  padding: 0 0 1.125rem;
}
.sgmc-lp__faq-accordion .sgmc-lp__faq-answer-text {
  font-size: 0.9375rem;
  line-height: 1.65;
  color: #33475b;
}
.sgmc-lp__faq-accordion .sgmc-lp__faq-answer-text a {
  color: #4aa570;
  text-decoration: underline;
}
.sgmc-lp__footer {
  padding-block: 1.5rem;
  background: #1e2a36;
  color: rgba(255, 255, 255, 0.7);
}
.sgmc-lp__footer-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.sgmc-lp__footer-copy {
  margin: 0;
  font-size: 0.8125rem;
}
.sgmc-lp__footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
}
.sgmc-lp__footer-nav a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.8125rem;
  text-decoration: none;
}
.sgmc-lp__footer-nav a:hover {
  color: white;
  text-decoration: underline;
}
.sgmc-lp--thanks {
  background: white;
}
.sgmc-lp__thanks-hero {
  padding-block: 3rem 2.25rem;
  background: white;
  text-align: center;
}
.sgmc-lp__thanks-hero-inner {
  max-width: 720px;
}
.sgmc-lp__thanks-bookmark {
  margin: 0 0 0.9375rem;
  color: rgb(72.9802816901, 101.6, 130.2197183099);
  font-size: 0.875rem;
  font-weight: 700;
}
.sgmc-lp__thanks-heading {
  margin: 0 0 0.75rem;
  color: #1e2a36;
  font-size: clamp(2rem, 4vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.2;
}
.sgmc-lp__thanks-description {
  margin: 0 0 1.5rem;
  font-size: 1.0625rem;
  line-height: 1.65;
}
.sgmc-lp__thanks-resource-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.625rem;
  margin-bottom: 1.875rem;
  padding: 0.75rem 1.5rem;
  border-radius: 0.28125rem;
  background: #4aa570;
  border: 1px solid #4aa570;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.sgmc-lp__thanks-resource-button:hover {
  background: rgb(58.2092050209, 129.7907949791, 88.10041841);
  border-color: rgb(58.2092050209, 129.7907949791, 88.10041841);
  color: white;
}
.sgmc-lp__thanks-figure {
  margin: 0 0 1.125rem;
}
.sgmc-lp__thanks-image {
  display: block;
  width: min(100%, 640px);
  height: auto;
  margin-inline: auto;
  border-radius: 0.375rem;
  border: 1px solid #cbd6e2;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.06);
}
.sgmc-lp__thanks-email-note {
  margin: 0;
  font-size: 0.875rem;
  color: rgb(69.3169014085, 96.5, 123.6830985915);
}
.sgmc-lp__thanks-promo {
  padding-block: 2.25rem;
  background: #f5f8fa;
  border-block: 1px solid #cbd6e2;
  text-align: center;
}
.sgmc-lp__thanks-promo-inner {
  max-width: 680px;
}
.sgmc-lp__thanks-promo-heading {
  margin: 0 0 0.75rem;
  color: #1e2a36;
  font-size: clamp(1.25rem, 2.5vw, 1.5rem);
  font-weight: 700;
  line-height: 1.35;
}
.sgmc-lp__thanks-promo-description {
  margin: 0 0 1.3125rem;
  font-size: 1rem;
  line-height: 1.65;
}
.sgmc-lp__thanks-recommended {
  padding-block: 3rem;
  background: white;
}
.sgmc-lp__thanks-recommended-lead {
  margin: -0.75rem 0 1.875rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(60.1584507042, 83.75, 107.3415492958);
}
.sgmc-lp__thanks-recommended-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.125rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1180px) {
  .sgmc-lp__thanks-recommended-grid {
    grid-template-columns: 1fr;
  }
}
.sgmc-lp__thanks-recommended-card {
  border: 1px solid #cbd6e2;
  border-radius: 0.375rem;
  overflow: hidden;
  background: white;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.sgmc-lp__thanks-recommended-card:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.sgmc-lp__thanks-recommended-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  color: inherit;
  text-decoration: none;
}
.sgmc-lp__thanks-recommended-image {
  display: block;
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-bottom: 1px solid #cbd6e2;
}
.sgmc-lp__thanks-recommended-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.5625rem;
  padding: 1.125rem;
}
.sgmc-lp__thanks-recommended-title {
  margin: 0;
  color: #1e2a36;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}
.sgmc-lp__thanks-recommended-description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.55;
}
.sgmc-lp__thanks-value {
  padding-block: 3.75rem;
  background: #f5f8fa;
  border-top: 1px solid #cbd6e2;
}
.sgmc-lp__thanks-value-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 2.25rem;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .sgmc-lp__thanks-value-grid {
    grid-template-columns: 1fr;
  }
}
.sgmc-lp__thanks-value-figure {
  margin: 0;
}
.sgmc-lp__thanks-value-image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.375rem;
  border: 1px solid #cbd6e2;
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.06);
}
.sgmc-lp__thanks-value-heading {
  margin: 0 0 0.75rem;
  color: #1e2a36;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.25;
}
.sgmc-lp__thanks-value-description {
  margin: 0 0 1.125rem;
  font-size: 1rem;
  line-height: 1.7;
}
.sgmc-lp__thanks-value-list {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}
.sgmc-lp__thanks-value-item {
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.3125rem;
  font-size: 0.9375rem;
  line-height: 1.55;
  color: #1e2a36;
}
.sgmc-lp__thanks-value-item::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #4aa570;
  font-weight: 700;
}
.sgmc-lp__thanks-value-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}
.sgmc-lp__thanks-value-website {
  color: #4aa570;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
}
.sgmc-lp__thanks-value-website:hover {
  text-decoration: underline;
}

body:has(.sgmc-lp) .sgmc-lp__header .navbar-brand {
  margin: 0;
}

/*# sourceMappingURL=page-stockoption-grant-mistake-cases.css.map */
