.about-page {
  --about-ink: #16382d;
  --about-copy: #4d6158;
  --about-green: #385b36;
  --about-green-dark: #173b2e;
  --about-green-soft: #edf2e8;
  --about-lime: #ddea97;
  --about-cream: #f6f2e8;
  --about-paper: #fffdf8;
  --about-line: #d8dfd4;
  --about-white: #ffffff;
  overflow: clip;
  background: var(--about-paper);
  color: var(--about-ink);
  font-family: Pretendard, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.about-page *,
.about-page *::before,
.about-page *::after {
  box-sizing: border-box;
}

.about-page :is(p, figure, ol, ul) {
  margin: 0;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page > .policy-page {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.about-page .about-shell {
  width: 100%;
}

.about-page .about-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
  width: min(calc(100% - 40px), 1240px);
  min-height: 620px;
  margin: clamp(20px, 3vw, 36px) auto clamp(24px, 4vw, 48px);
  overflow: hidden;
  border: 1px solid #ddd9cd;
  border-radius: 30px;
  background: var(--about-cream);
}

.about-page .about-hero__content {
  align-self: center;
  padding: clamp(42px, 6vw, 76px);
}

.about-page .about-eyebrow {
  margin: 0 0 18px;
  color: var(--about-green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.3;
}

.about-page .about-hero h1 {
  max-width: 10.5ch;
  margin: 0;
  color: var(--about-ink);
  font-size: clamp(44px, 5.4vw, 68px);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 1.08;
  text-wrap: balance;
  word-break: keep-all;
}

.about-page .about-hero h1 span {
  color: var(--about-green);
}

.about-page .about-hero__copy {
  display: grid;
  gap: 14px;
  max-width: 590px;
  margin-top: 28px;
}

.about-page .about-hero__copy p {
  color: var(--about-copy);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.75;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.about-page .about-hero__copy strong {
  color: var(--about-ink);
  font-weight: 760;
}

.about-page .about-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px;
}

.about-page .about-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 21px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 760;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.about-page .about-button:active {
  transform: scale(0.97);
}

.about-page .about-button--primary {
  border-color: var(--about-green-dark);
  background: var(--about-green-dark);
  color: var(--about-white);
}

.about-page .about-button--secondary {
  border-color: #a9b7aa;
  background: rgba(255, 255, 255, 0.7);
  color: var(--about-ink);
}

.about-page .about-hero__visual {
  min-width: 0;
  margin: 18px 18px 18px 0;
  overflow: hidden;
  border-radius: 22px;
  background: #d8ded5;
}

.about-page .about-hero__visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 584px;
  object-fit: cover;
  object-position: 61% center;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .policy-section {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: var(--about-paper) !important;
  box-shadow: none !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .policy-section:nth-of-type(2) {
  background: var(--about-green-soft) !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .policy-section:nth-of-type(3) {
  background: var(--about-green-dark) !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .policy-section:nth-of-type(4) {
  background: var(--about-cream) !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .policy-section:nth-of-type(6) {
  background: #eef1e6 !important;
}

.about-page .about-section {
  width: min(calc(100% - 40px), 1120px);
  margin: 0 auto;
  padding: clamp(76px, 9vw, 112px) 0;
}

.about-page .about-section__heading {
  max-width: 820px;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .policy-section :is(h2, h3) {
  max-width: none;
  margin: 0 !important;
  color: var(--about-ink) !important;
  letter-spacing: -0.035em !important;
  word-break: keep-all;
  overflow-wrap: break-word;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .policy-section h2 {
  font-size: clamp(36px, 4.4vw, 54px) !important;
  font-weight: 730 !important;
  line-height: 1.14 !important;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .policy-section h3 {
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 720 !important;
  line-height: 1.3 !important;
}

.about-page .about-section__heading > p:not(.about-eyebrow) {
  max-width: 760px;
  margin-top: 22px;
  color: var(--about-copy);
  font-size: clamp(16px, 1.5vw, 18px);
  line-height: 1.8;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.about-page .about-section__heading > p + p {
  margin-top: 10px;
}

.about-page .about-flow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin-top: clamp(42px, 6vw, 66px);
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--about-line);
}

.about-page .about-flow li {
  min-width: 0;
  padding: 26px 22px 4px;
  border-left: 1px solid var(--about-line);
}

.about-page .about-flow li:first-child {
  border-left: 0;
}

.about-page .about-flow__number,
.about-page .about-service-card__index {
  display: block;
  margin-bottom: 34px;
  color: var(--about-green);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-page .about-flow h3 {
  min-height: 2.6em;
}

.about-page .about-flow p {
  margin-top: 14px;
  color: var(--about-copy);
  font-size: 15px;
  line-height: 1.7;
  word-break: keep-all;
}

.about-page .about-service-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 16px;
  margin-top: clamp(40px, 6vw, 64px);
}

.about-page .about-service-card {
  display: flex;
  min-width: 0;
  min-height: 330px;
  flex-direction: column;
  grid-column: span 2;
  padding: clamp(24px, 3vw, 32px);
  border: 1px solid #d4ddd0;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
}

.about-page .about-service-card:nth-last-child(-n + 2) {
  grid-column: span 3;
}

.about-page .about-service-card__index {
  margin-bottom: 28px;
}

.about-page .about-service-card > p:not(.about-service-card__index) {
  margin-top: 16px;
  color: var(--about-copy);
  font-size: 15px;
  line-height: 1.72;
  word-break: keep-all;
}

.about-page .about-service-card p strong {
  display: block;
  margin-bottom: 5px;
  color: var(--about-ink);
  font-weight: 720;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .about-service-card a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  width: 100%;
  margin-top: auto;
  padding-top: 24px;
  color: var(--about-green-dark) !important;
  font-size: 15px;
  font-weight: 760;
  text-decoration: none;
}

.about-page .about-service-card a span {
  font-size: 20px;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .about-section--standard :is(h2, h3) {
  color: var(--about-white) !important;
}

.about-page .about-section--standard .about-eyebrow {
  color: var(--about-lime);
}

.about-page .about-standard-list {
  margin-top: clamp(42px, 6vw, 68px);
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.about-page .about-standard-list article {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 22px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-page .about-standard-list article > span {
  padding-top: 4px;
  color: var(--about-lime);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.about-page .about-standard-list p {
  max-width: 760px;
  margin-top: 9px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 16px;
  line-height: 1.75;
  word-break: keep-all;
}

.about-page .about-audience-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 28px;
  margin-top: clamp(38px, 5vw, 58px);
  padding: 0;
  list-style: none;
}

.about-page .about-audience-list li {
  position: relative;
  min-width: 0;
  padding: 18px 18px 18px 48px;
  border-bottom: 1px solid #d7d8c9;
  color: var(--about-ink);
  font-size: 16px;
  font-weight: 630;
  line-height: 1.55;
  word-break: keep-all;
}

.about-page .about-audience-list li::before {
  position: absolute;
  top: 20px;
  left: 16px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: var(--about-green);
  content: "";
}

.about-page .about-audience-list li::after {
  position: absolute;
  top: 25px;
  left: 21px;
  width: 8px;
  height: 4px;
  border-bottom: 2px solid var(--about-white);
  border-left: 2px solid var(--about-white);
  content: "";
  transform: rotate(-45deg);
}

.about-page .about-audience-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 46px;
  padding: clamp(26px, 4vw, 38px);
  border-radius: 22px;
  background: var(--about-green-dark);
}

.about-page .about-audience-cta p {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(16px, 1.6vw, 18px);
  line-height: 1.75;
  word-break: keep-all;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .about-audience-cta .about-button {
  flex: 0 0 auto;
  border-color: var(--about-lime);
  background: var(--about-lime);
  color: var(--about-green-dark) !important;
}

.about-page .about-faq-list {
  margin-top: clamp(38px, 5vw, 58px);
  border-top: 1px solid var(--about-line);
}

.about-page .about-faq-item {
  border-bottom: 1px solid var(--about-line);
}

.about-page .about-faq-item summary {
  position: relative;
  padding: 25px 56px 25px 0;
  color: var(--about-ink);
  cursor: pointer;
  font-size: clamp(17px, 1.8vw, 20px);
  font-weight: 720;
  line-height: 1.5;
  list-style: none;
  word-break: keep-all;
}

.about-page .about-faq-item summary::-webkit-details-marker {
  display: none;
}

.about-page .about-faq-item summary::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 30px;
  height: 30px;
  border: 1px solid #aebbad;
  border-radius: 50%;
  color: var(--about-green);
  content: "+";
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  transform: translateY(-50%);
}

.about-page .about-faq-item[open] summary::after {
  content: "−";
}

.about-page .about-faq-item p {
  max-width: 820px;
  padding: 0 56px 27px 0;
  color: var(--about-copy);
  font-size: 16px;
  line-height: 1.78;
  word-break: keep-all;
}

.about-page .about-section--dongyumo {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
}

.about-page .about-dongyumo__logo {
  display: grid;
  min-height: 480px;
  place-items: center;
  padding: clamp(24px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid #d8d8c7;
  border-radius: 26px;
  background: var(--about-white);
}

.about-page .about-dongyumo__logo a {
  display: block;
  width: 100%;
  border-radius: 18px;
}

.about-page .about-dongyumo__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.about-page .about-dongyumo__content h2 {
  max-width: 11ch !important;
}

.about-page .about-dongyumo__copy {
  display: grid;
  gap: 11px;
  margin-top: 24px;
}

.about-page .about-dongyumo__copy p {
  color: var(--about-copy);
  font-size: 16px;
  line-height: 1.78;
  word-break: keep-all;
}

.about-page .about-dongyumo__copy strong {
  color: var(--about-ink);
  font-weight: 760;
}

.about-page .about-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.about-page .about-role-grid article {
  padding: 21px;
  border: 1px solid #d5dccf;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.66);
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .about-role-grid h3 {
  font-size: 18px !important;
}

.about-page .about-role-grid p {
  margin-top: 9px;
  color: var(--about-copy);
  font-size: 14px;
  line-height: 1.7;
  word-break: keep-all;
}

.about-page .about-dongyumo__action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  margin-top: 30px;
}

html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .about-button--dongyumo {
  border-color: var(--about-green-dark);
  background: var(--about-green-dark);
  color: var(--about-white) !important;
}

.about-page .about-dongyumo__action > span {
  color: #68746a;
  font-size: 13px;
}

.about-page :is(a, summary):focus-visible {
  outline: 3px solid #dc941d;
  outline-offset: 4px;
}

@media (hover: hover) {
  .about-page .about-button:hover {
    transform: translateY(-2px);
  }

  .about-page .about-button--primary:hover,
  .about-page .about-button--dongyumo:hover {
    background: #244a39;
  }

  .about-page .about-button--secondary:hover {
    border-color: var(--about-green);
    background: var(--about-white);
  }

  .about-page .about-service-card a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

@media (max-width: 1023px) {
  .about-page .about-hero {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.85fr);
  }

  .about-page .about-hero__content {
    padding: 42px;
  }

  .about-page .about-flow {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-page .about-flow li:nth-child(3) {
    border-left: 0;
  }

  .about-page .about-flow li:nth-child(n + 3) {
    border-top: 1px solid var(--about-line);
  }

  .about-page .about-service-card,
  .about-page .about-service-card:nth-last-child(-n + 2) {
    grid-column: span 3;
  }

  .about-page .about-section--dongyumo {
    grid-template-columns: minmax(280px, 0.75fr) minmax(0, 1.25fr);
    gap: 38px;
  }

  .about-page .about-dongyumo__logo {
    min-height: 400px;
  }

  .about-page .about-role-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .about-page .about-hero {
    grid-template-columns: 1fr;
    width: min(calc(100% - 28px), 620px);
    min-height: 0;
    border-radius: 24px;
  }

  .about-page .about-hero__content {
    padding: 38px 26px 28px;
  }

  .about-page .about-hero h1 {
    max-width: 12ch;
    font-size: clamp(38px, 10vw, 52px);
  }

  .about-page .about-hero__visual {
    margin: 0 12px 12px;
    border-radius: 18px;
  }

  .about-page .about-hero__visual img {
    min-height: 0;
    aspect-ratio: 16 / 10;
    object-position: 58% center;
  }

  .about-page .about-section {
    width: min(calc(100% - 28px), 620px);
    padding: 72px 0;
  }

  html body.policy-premium-canary.wasabi-page:not(.home-v2-redesign) .about-page .policy-section h2 {
    font-size: clamp(32px, 8.5vw, 42px) !important;
  }

  .about-page .about-service-grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-service-card,
  .about-page .about-service-card:nth-last-child(-n + 2) {
    min-height: 0;
    grid-column: auto;
  }

  .about-page .about-service-card a {
    margin-top: 26px !important;
  }

  .about-page .about-audience-list {
    grid-template-columns: 1fr;
  }

  .about-page .about-audience-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .about-page .about-section--dongyumo {
    grid-template-columns: 1fr;
  }

  .about-page .about-dongyumo__logo {
    min-height: 0;
    padding: 22px;
  }

  .about-page .about-dongyumo__content h2 {
    max-width: 13ch !important;
  }
}

@media (max-width: 520px) {
  .about-page .about-actions,
  .about-page .about-dongyumo__action {
    align-items: stretch;
    flex-direction: column;
  }

  .about-page .about-button {
    width: 100%;
  }

  .about-page .about-flow {
    grid-template-columns: 1fr;
  }

  .about-page .about-flow li,
  .about-page .about-flow li:nth-child(3) {
    padding: 24px 4px;
    border-top: 1px solid var(--about-line);
    border-left: 0;
  }

  .about-page .about-flow li:first-child {
    border-top: 0;
  }

  .about-page .about-flow h3 {
    min-height: 0;
  }

  .about-page .about-flow__number {
    margin-bottom: 18px;
  }

  .about-page .about-standard-list article {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .about-page .about-audience-list li {
    padding-right: 4px;
  }

  .about-page .about-faq-item summary {
    padding-right: 48px;
  }

  .about-page .about-faq-item p {
    padding-right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .about-button {
    transition: none;
  }
}
