@charset "utf-8";

/* ========================================
   WORKER OPINION (근로자의견) — desktop first
======================================== */
.wo-wrap .main-wrap.wo-page {
  padding: 0;
  background: #fff;
  font-family: 'Pretendard', sans-serif;
  color: #000;
  text-align: left;
}
.wo-page *,
.wo-page *::before,
.wo-page *::after { box-sizing: border-box; }
.wo-page ul,
.wo-page ol { list-style: none; padding: 0; margin: 0; }

.wo-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ---------- Hero ---------- */
.wo-hero {
  position: relative;
  width: 100%;
  background: #000;
  color: #fff;
  overflow: hidden;
  padding-top: var(--header-height, 80px);
}
.wo-hero__bg {
  position: absolute;
  inset: 0;
  background: url('/resources/images/worker-opinion/hero-bg.jpg') center / cover no-repeat;
  opacity: 0.16;
  pointer-events: none;
}
.wo-hero__inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 113px 40px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 508px;
}
.wo-hero__copy {
  position: relative;
  z-index: 1;
  max-width: 477px;
  padding-bottom: 113px;
}
.wo-hero__title {
  margin: 0;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #fff;
}
.wo-hero__desc {
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #fff;
}
.wo-hero__legal {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #aaa;
}
.wo-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 28px;
  width: 147px;
  height: 40px;
  padding: 0 40px;
  background: #edff00;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.3px;
  color: #000;
  text-decoration: none;
  transition: background 0.15s ease;
  white-space: nowrap;
}
.wo-hero__cta em {
  font-style: normal;
  font-size: 14px;
  font-weight: 700;
}
.wo-hero__cta:hover { background: #d9eb00; }

.wo-hero__mock {
  position: absolute;
  left: calc(50% + 80px);
  bottom: 0;
  width: 720px;
  height: 428px;
  max-width: 56%;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.4);
}
.wo-hero__mock img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/* ---------- Section A — 문제 제기 ---------- */
.wo-problem {
  padding: 120px 0;
  background: #fff;
}
.wo-problem__title {
  margin: 0 0 40px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #000;
}
.wo-problem__list {
}
.wo-problem__row {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 40px 0;
  border-bottom: 1px solid #ddd;
}
.wo-problem__label {
  flex: 0 0 432px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000;
}
.wo-problem__body {
  flex: 1 1 0;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #666;
}

/* ---------- Section B — 솔루션 소개 ---------- */
.wo-solution {
  padding: 0 0 120px;
  background: #fff;
}
.wo-solution__title {
  margin: 0 0 80px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #000;
}
.wo-solution__cards {
  display: flex;
  gap: 16px;
}
.wo-solution__card {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
}
.wo-solution__card-img {
  width: 100%;
  height: 256px;
  border-radius: 16px;
  overflow: hidden;
  background: #f2f4f6;
  margin-bottom: 24px;
}
.wo-solution__card-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wo-solution__card-role {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #3182f6;
  margin-bottom: 8px;
}
.wo-solution__card-title {
  margin: 0 0 48px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.02em;
  color: #000;
}
.wo-solution__card-desc {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #666;
}

/* ---------- Section C — 단계별 사용 방법 ---------- */
.wo-howto {
  padding: 0 0 120px;
  background: #fff;
}
.wo-howto__title {
  margin: 0 0 80px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #000;
}
.wo-howto__group {
  margin-top: 80px;
}
.wo-howto__group:first-of-type { margin-top: 0; }
.wo-howto__group-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.wo-howto__group-num {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.02em;
  color: #000;
}
.wo-howto__chip {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 8px;
  border-radius: 8px;
  background: #edff00;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #000;
}
.wo-howto__step {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding: 48px 0;
  border-bottom: 1px solid #ddd;
}
.wo-howto__group .wo-howto__step:last-child { border-bottom: 0; }
.wo-howto__step-text { flex: 1 1 0; min-width: 0; }
.wo-howto__step-image {
  flex: 0 0 640px;
  width: 640px;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.04);
}
.wo-howto__step-image img {
  display: block;
  width: 100%;
  height: auto;
}
.wo-howto__step-num {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #3182f6;
  margin-bottom: 8px;
}
.wo-howto__step-title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #000;
}
.wo-howto__step-desc {
  margin: 0 0 24px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #555;
}
.wo-howto__sublist {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.wo-howto__sublist li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #000;
}
.wo-howto__sublist li strong {
  font-weight: 700;
  color: #000;
}
.wo-howto__sub-text {
  flex: 1 1 0;
  min-width: 0;
}
.wo-howto__sub-num {
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}
.wo-howto__footnote {
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #aaa;
}

/* ---------- Section D — FAQ ---------- */
.wo-faq {
  padding: 0 0 160px;
  background: #fff;
}
.wo-faq__title {
  margin: 0 0 48px;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #000;
}
.wo-faq__list {
}
.wo-faq__item {
  border-top: 1.5px solid #000;
  background: #fafafa;
  transition: background 0.2s ease;
}
.wo-faq__item--open { background: #fafafa; }
.wo-faq__q {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 34px 24px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.wo-faq__q-badge {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: #edff00;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.wo-faq__item--open .wo-faq__q-badge {
  background: #edff00;
  color: #000;
}
.wo-faq__q-text {
  flex: 1 1 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.01em;
  color: #000;
}
.wo-faq__q-arrow {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  background: url('/resources/images/worker-opinion/faq-arrow-down.svg') center / contain no-repeat;
  transition: transform 0.2s ease;
}
.wo-faq__item--open .wo-faq__q-arrow {
  background-image: url('/resources/images/worker-opinion/faq-arrow-up.svg');
}
.wo-faq__a {
  max-height: 0;
  overflow: hidden;
  padding: 0 44px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.01em;
  color: #666;
  transition: max-height 0.25s ease, padding 0.2s ease;
}
.wo-faq__item--open .wo-faq__a {
  max-height: 1000px;
  padding: 0 44px 28px 44px;
}

/* ========================================
   Mobile (≤1023px)
======================================== */
@media screen and (max-width: 1023px) {
  .wo-container { padding: 0 20px; }

  .wo-hero {
    padding-top: 80px;
  }
  .wo-hero__inner {
    flex-direction: column;
    align-items: stretch;
    padding: 60px 20px 0;
    min-height: 0;
  }
  .wo-hero__copy {
    max-width: 100%;
    padding-bottom: 32px;
  }
  .wo-hero__title { font-size: 28px; line-height: 1.35; }
  .wo-hero__desc { font-size: 14px; margin-top: 16px; }
  .wo-hero__legal { font-size: 11px; }
  .wo-hero__cta { font-size: 14px; padding: 10px 18px; }
  .wo-hero__mock {
    position: relative;
    left: auto !important;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100% !important;
    height: auto;
    aspect-ratio: 720 / 428;
    max-width: 100% !important;
    margin: 0 auto;
    border-radius: 12px 12px 0 0;
    transform: none;
  }
  .wo-hero__mock img {
    object-fit: contain;
  }

  .wo-problem { padding: 60px 0; }
  .wo-problem__title { font-size: 26px; margin-bottom: 32px; }
  .wo-problem__row {
    flex-direction: column;
    gap: 8px;
    padding: 24px 0;
  }
  .wo-problem__label { flex: none; font-size: 17px; }
  .wo-problem__body { font-size: 14px; }

  .wo-solution { padding: 0 0 60px; }
  .wo-solution__title { font-size: 26px; margin-bottom: 32px; }
  .wo-solution__cards { flex-direction: column; gap: 32px; }
  .wo-solution__card-img { height: 200px; }
  .wo-solution__card-title { font-size: 21px; }
  .wo-solution__card-desc { font-size: 14px; }

  .wo-howto { padding: 0 0 60px; }
  .wo-howto__title { font-size: 26px; margin-bottom: 36px; }
  .wo-howto__group { margin-top: 48px; }
  .wo-howto__group-head { flex-wrap: wrap; gap: 8px; padding-bottom: 16px; }
  .wo-howto__group-num { font-size: 21px; }
  .wo-howto__chip { font-size: 12px; height: 26px; padding: 0 10px; }
  .wo-howto__step {
    flex-direction: column;
    gap: 20px;
    padding: 32px 0;
  }
  .wo-howto__step-image { flex: none; width: 100%; }
  .wo-howto__step-title { font-size: 19px; }
  .wo-howto__step-desc { font-size: 14px; margin-bottom: 16px; }
  .wo-howto__sublist li { font-size: 14px; }

  .wo-faq { padding: 0 0 80px; }
  .wo-faq__title { font-size: 26px; }
  .wo-faq__q { padding: 22px 16px; gap: 12px; }
  .wo-faq__q-badge { flex-basis: 26px; width: 26px; height: 26px; font-size: 14px; }
  .wo-faq__q-text { font-size: 16px; }
  .wo-faq__a { padding: 0 16px 0 54px; font-size: 14px; }
  .wo-faq__item--open .wo-faq__a { padding: 0 16px 22px 54px; }
}
