/* =========================================================
   CAREER PAGE ONLY
   취업·창업 CAREER ROADMAP
   PC / TABLET / MOBILE RESPONSIVE
========================================================= */

.career-startup-map{
  position:relative;
  overflow:hidden;
  padding:92px 0 104px;
  background:
    radial-gradient(circle at 9% 8%,rgba(220,166,75,.08),transparent 25%),
    radial-gradient(circle at 91% 88%,rgba(8,104,99,.06),transparent 26%),
    linear-gradient(180deg,#fffdf9 0%,#fff 52%,#fffdf9 100%);
  border-top:1px solid rgba(90,63,35,.06);
  border-bottom:1px solid rgba(90,63,35,.08);
}
.career-startup-map::before,
.career-startup-map::after{
  content:"";
  position:absolute;
  pointer-events:none;
  border-radius:50%;
}
.career-startup-map::before{
  width:430px;height:430px;left:-250px;top:-220px;
  border:1px solid rgba(197,144,48,.10);
  box-shadow:0 0 0 54px rgba(197,144,48,.018),0 0 0 108px rgba(197,144,48,.012);
}
.career-startup-map::after{
  width:390px;height:390px;right:-210px;bottom:-220px;
  border:1px solid rgba(7,99,95,.08);
  box-shadow:0 0 0 52px rgba(7,99,95,.015),0 0 0 104px rgba(7,99,95,.010);
}
.career-startup-map>.wrap{position:relative;z-index:1;max-width:1280px}

/* heading */
.career-startup-map__head{max-width:980px;margin:0 auto 34px;text-align:center}
.career-startup-kicker{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:12px;color:#5a3518;font-size:2rem;font-weight:900;letter-spacing:-.04em}
.career-startup-kicker::before,.career-startup-kicker::after{content:"";width:105px;height:1px;background:#b88945}
.career-startup-kicker span{display:flex;align-items:center;gap:18px}
.career-startup-kicker span::before,.career-startup-kicker span::after{content:"";width:7px;height:7px;border-radius:50%;background:#7a4b22}
.career-startup-map__head h2{margin:0;color:#064b4b;font-size:4.35rem;line-height:.96;font-weight:950;letter-spacing:-.055em}
.career-startup-map__head p{margin:16px 0 0;color:#292427;font-size:1.16rem;line-height:1.6;font-weight:600;word-break:keep-all}
.career-startup-divider{display:flex;align-items:center;justify-content:center;gap:0;width:340px;margin:19px auto 0}
.career-startup-divider::before,.career-startup-divider::after{content:"";height:1px;flex:1;background:#c7953e}
.career-startup-divider i{display:block;width:14px;height:14px;margin:0 10px;background:#d3a14d;transform:rotate(45deg)}

/* roadmap box */
.career-startup-flow{position:relative;margin-top:32px;padding:30px 34px 26px;border:2px solid #176a69;border-radius:21px;background:rgba(255,255,255,.94);box-shadow:0 20px 60px rgba(48,38,38,.055)}
.career-startup-flow__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:240px 250px;column-gap:62px;row-gap:12px;align-items:start}
.career-startup-step{position:relative;text-align:center;min-width:0}
.career-startup-step--01{grid-column:1;grid-row:1}
.career-startup-step--02{grid-column:2;grid-row:1}
.career-startup-step--03{grid-column:3;grid-row:1}
.career-startup-step--04{grid-column:4;grid-row:1}
.career-startup-step--05{grid-column:4;grid-row:2;align-self:start;margin-top:30px}
.career-startup-step--06{grid-column:3;grid-row:2;align-self:end;margin-bottom:7px}

.career-startup-step__icon{position:relative;display:grid;place-items:center;width:136px;height:136px;margin:0 auto 16px;border:1px solid rgba(8,100,96,.22);border-radius:50%;background:radial-gradient(circle at 50% 38%,#fff 0%,#f7fbf8 58%,#edf7f3 100%);color:#00645f;box-shadow:inset 0 0 0 12px rgba(5,105,99,.018),0 7px 22px rgba(31,87,82,.045)}
.career-startup-step__icon svg{width:68px;height:68px;stroke:currentColor;fill:none;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round}
.career-startup-step__no{position:absolute;top:-14px;left:50%;transform:translateX(-50%);display:grid;place-items:center;width:43px;height:43px;border-radius:50%;background:#076863;color:#fff;font-size:1rem;font-weight:950;box-shadow:0 8px 20px rgba(7,104,99,.18)}
.career-startup-step h3{margin:0;color:#51301d;font-size:1.48rem;line-height:1.25;font-weight:900;letter-spacing:-.045em}
.career-startup-step p{margin:8px 0 0;color:#05635f;font-size:.96rem;line-height:1.5;font-weight:800;letter-spacing:-.02em;word-break:keep-all}

/* arrows */
.career-startup-step--01::after,.career-startup-step--02::after,.career-startup-step--03::after{content:"→";position:absolute;top:52px;right:-47px;color:#aaa;font-size:3rem;line-height:1;font-weight:600}
.career-startup-step--04::after{content:"↓";position:absolute;left:50%;bottom:-56px;transform:translateX(-50%);color:#aaa;font-size:3.1rem;line-height:1;font-weight:600}
.career-startup-step--05::after{content:"←";position:absolute;top:52px;left:-49px;color:#aaa;font-size:3rem;line-height:1;font-weight:600}
.career-startup-step--06::after{
  content:"";
  position:absolute;
  top:58px;
  left:-260px;

  width:200px;
  height:20px;

  background:#aaa;

  clip-path:polygon(
    0 50%,
    18px 0,
    18px 7px,
    100% 7px,
    100% 13px,
    18px 13px,
    18px 20px
  );
}

/* cycle / trophy */
.career-startup-loop{grid-column:1;grid-row:2;align-self:end;text-align:center;margin-bottom:0}
.career-startup-loop__badge{position:relative;display:grid;place-items:center;width:156px;height:156px;margin:0 auto 12px;border-radius:50%;background:radial-gradient(circle at 38% 28%,#118984 0%,#006d68 52%,#005b58 100%);box-shadow:inset 0 0 0 1px rgba(255,255,255,.15),0 11px 30px rgba(4,89,84,.15)}
.career-startup-loop__badge svg{width:96px;height:96px;stroke:#e5b34e;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.career-startup-loop__badge .star-fill{fill:#e5b34e;stroke:none}
.career-startup-loop p{margin:0;color:#07645f;font-size:1.01rem;line-height:1.55;font-weight:800;word-break:keep-all}
.career-startup-loop strong{display:block;margin-top:1px;font-size:1.18rem;color:#045c58}

/* table */
.career-startup-table-wrap{margin-top:20px;overflow:hidden;border:1px solid #d9bd8f;border-radius:14px;background:#fff;box-shadow:0 12px 34px rgba(75,53,35,.045)}
.career-startup-table{width:100%;border-collapse:collapse;table-layout:fixed}
.career-startup-table th{height:54px;padding:0 14px;border-right:1px solid rgba(255,255,255,.58);background:linear-gradient(90deg,#075e5a,#08756e);color:#fff;font-size:1rem;font-weight:900;text-align:center}
.career-startup-table th:last-child{border-right:0}
.career-startup-table td{height:95px;padding:12px 16px;border-top:1px solid #e7d5b6;border-right:1px solid #e7d5b6;color:#393538;font-size:.92rem;line-height:1.5;text-align:center;vertical-align:middle;word-break:keep-all}
.career-startup-table td:last-child{border-right:0}
.career-startup-table tbody tr:nth-child(even){background:#fffdf9}
.career-startup-table__step{color:#006961!important;font-size:1.65rem!important;font-weight:950;letter-spacing:-.04em}
.career-startup-table__stage{padding-left:8px!important;padding-right:8px!important}
.career-startup-table__stage-inner{display:flex;align-items:center;justify-content:center;gap:9px}
.career-startup-table__mini{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:50%;background:#f3faf7;color:#00645f;border:1px solid rgba(0,100,95,.08)}
.career-startup-table__mini svg{width:25px;height:25px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.career-startup-table__stage strong{color:#51301d;font-size:1rem;font-weight:900;white-space:nowrap}

.career-startup-map__promise{display:flex;align-items:center;justify-content:center;gap:16px;margin:28px 0 0;color:#333037;font-size:1.06rem;text-align:center;font-weight:700}
.career-startup-map__promise::before,.career-startup-map__promise::after{content:"❧";color:#ba8733;font-size:2rem;line-height:1}
.career-startup-map__promise strong{color:#07645f;font-weight:950}


/* =========================================================
   TABLET
========================================================= */

/* =========================================
   PC / MOBILE 줄바꿈 기준
   mobile : 1199px 이하
   pc     : 1200px 이상
========================================= */

@media (max-width:1024px){
  .career-startup-map{padding:76px 0 88px}
  .career-startup-map>.wrap{max-width:none}

  .career-startup-map__head{max-width:760px;margin-bottom:28px;padding:0 10px}
  .career-startup-kicker{gap:14px;font-size:1.65rem}
  .career-startup-kicker::before,.career-startup-kicker::after{width:76px}
  .career-startup-kicker span{gap:12px}
  .career-startup-map__head h2{font-size:3.55rem}
  .career-startup-map__head p{font-size:1.03rem}
  .career-startup-divider{width:280px}

  .career-startup-flow{margin-top:26px;padding:30px 26px 28px;border-radius:20px}
  .career-startup-flow__grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    grid-template-rows:auto;
    gap:38px 28px;
    align-items:start;
  }

  .career-startup-step--01,
  .career-startup-step--02,
  .career-startup-step--03,
  .career-startup-step--04,
  .career-startup-step--05,
  .career-startup-step--06,
  .career-startup-loop{
    grid-column:auto;
    grid-row:auto;
    align-self:start;
    margin:0;
  }

  .career-startup-step--01{order:1}
  .career-startup-step--02{order:2}
  .career-startup-step--03{order:3}
  .career-startup-step--04{order:4}
  .career-startup-step--05{order:5}
  .career-startup-step--06{order:6}
  .career-startup-loop{order:7;grid-column:1/-1;justify-self:center;width:min(320px,100%)}

  .career-startup-step::after{display:none!important}
  .career-startup-step__icon{width:116px;height:116px;margin-bottom:14px}
  .career-startup-step__icon svg{width:57px;height:57px}
  .career-startup-step__no{top:-12px;width:38px;height:38px;font-size:.9rem}
  .career-startup-step h3{font-size:1.3rem}
  .career-startup-step p{font-size:.88rem}

  .career-startup-loop__badge{width:132px;height:132px}
  .career-startup-loop__badge svg{width:80px;height:80px}
  .career-startup-loop p{font-size:.94rem}
  .career-startup-loop strong{font-size:1.08rem}

  .career-startup-table-wrap{
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:thin;
  }
  .career-startup-table{min-width:980px}
  .career-startup-table th{font-size:.93rem}
  .career-startup-table td{padding:12px 13px;font-size:.87rem}

  .career-startup-map__promise{font-size:1rem}
}

/* =========================================================
   MOBILE
========================================================= */
@media (max-width:640px){
  .career-startup-map{
    padding:56px 0 68px;
    background:
      radial-gradient(circle at 8% 5%,rgba(220,166,75,.07),transparent 22%),
      linear-gradient(180deg,#fffdf9 0%,#fff 100%);
  }
  .career-startup-map::before{width:260px;height:260px;left:-190px;top:-150px}
  .career-startup-map::after{display:none}

  .career-startup-map__head{margin:0 auto 24px;padding:0 4px}
  .career-startup-kicker{gap:8px;margin-bottom:10px;font-size:1.25rem;line-height:1.25}
  .career-startup-kicker::before,.career-startup-kicker::after{width:32px}
  .career-startup-kicker span{gap:8px;white-space:nowrap}
  .career-startup-kicker span::before,.career-startup-kicker span::after{width:5px;height:5px}
  .career-startup-map__head h2{font-size:2.45rem;line-height:1;letter-spacing:-.05em}
  .career-startup-map__head p{margin-top:13px;font-size:.9rem;line-height:1.65;padding:0 6px}
  .career-startup-divider{width:190px;margin-top:15px}
  .career-startup-divider i{width:10px;height:10px;margin:0 8px}

  .career-startup-flow{
    margin-top:22px;
    padding:26px 16px 24px;
    border-width:1px;
    border-radius:18px;
    box-shadow:0 12px 34px rgba(48,38,38,.045);
  }
  .career-startup-flow__grid{
    display:grid;
    grid-template-columns:1fr;
    gap:0;
  }

  .career-startup-step--01,
  .career-startup-step--02,
  .career-startup-step--03,
  .career-startup-step--04,
  .career-startup-step--05,
  .career-startup-step--06,
  .career-startup-loop{
    grid-column:1;
    grid-row:auto;
    width:100%;
    margin:0;
  }

  .career-startup-step--01{order:1}
  .career-startup-step--02{order:2}
  .career-startup-step--03{order:3}
  .career-startup-step--04{order:4}
  .career-startup-step--05{order:5}
  .career-startup-step--06{order:6}
  .career-startup-loop{order:7}

  .career-startup-step{
    padding:0 8px 42px;
  }
  .career-startup-step--06{padding-bottom:44px}

  .career-startup-step::after{display:block!important}
  .career-startup-step--01::after,
  .career-startup-step--02::after,
  .career-startup-step--03::after,
  .career-startup-step--04::after,
  .career-startup-step--05::after,
  .career-startup-step--06::after{
    content:"↓";
    position:absolute;
    left:50%;
    right:auto;
    top:auto;
    bottom:5px;
    width:auto;
    height:auto;
    background:none;
    clip-path:none;
    transform:translateX(-50%);
    color:#aaa;
    font-size:2rem;
    line-height:1;
    font-weight:600;
  }

  .career-startup-step__icon{width:96px;height:96px;margin-bottom:12px;box-shadow:inset 0 0 0 8px rgba(5,105,99,.018),0 6px 18px rgba(31,87,82,.04)}
  .career-startup-step__icon svg{width:47px;height:47px}
  .career-startup-step__no{top:-10px;width:34px;height:34px;font-size:.78rem}
  .career-startup-step h3{font-size:1.15rem;line-height:1.25}
  .career-startup-step p{margin-top:6px;font-size:.82rem;line-height:1.5}

  .career-startup-loop{justify-self:stretch;text-align:center}
  .career-startup-loop__badge{width:112px;height:112px;margin-bottom:10px}
  .career-startup-loop__badge svg{width:68px;height:68px}
  .career-startup-loop p{font-size:.88rem;line-height:1.5}
  .career-startup-loop strong{font-size:1rem}

  /* 상세표 → 모바일 카드형 */
  .career-startup-table-wrap{
    margin-top:16px;
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }
  .career-startup-table,
  .career-startup-table tbody,
  .career-startup-table tr,
  .career-startup-table td{
    display:block;
    width:100%;
    min-width:0;
  }
  .career-startup-table thead{display:none}
  .career-startup-table tbody{display:grid;gap:12px}
  .career-startup-table tr{
    overflow:hidden;
    border:1px solid #e5d3b6;
    border-radius:16px;
    background:#fff;
    box-shadow:0 8px 24px rgba(75,53,35,.045);
  }
  .career-startup-table td{
    position:relative;
    height:auto;
    min-height:0;
    padding:12px 14px 12px 94px;
    border:0;
    border-top:1px dashed #eadbc5;
    color:#4d474b;
    font-size:.84rem;
    line-height:1.6;
    text-align:left;
    word-break:keep-all;
  }
  .career-startup-table td::before{
    position:absolute;
    left:14px;
    top:12px;
    width:68px;
    color:#087069;
    font-size:.73rem;
    line-height:1.6;
    font-weight:900;
  }
  .career-startup-table td:nth-child(1){
    padding:12px 14px;
    border-top:0;
    background:linear-gradient(90deg,#075e5a,#08756e);
    color:#fff!important;
    font-size:1.05rem!important;
    line-height:1.2;
    text-align:center;
  }
  .career-startup-table td:nth-child(1)::before{display:none}
  .career-startup-table td:nth-child(2)::before{content:"단계"}
  .career-startup-table td:nth-child(3)::before{content:"핵심 내용"}
  .career-startup-table td:nth-child(4)::before{content:"준비 방향"}
  .career-startup-table td:nth-child(5)::before{content:"활동 예시"}
  .career-startup-table__stage{padding:11px 14px 11px 94px!important}
  .career-startup-table__stage-inner{justify-content:flex-start;gap:8px}
  .career-startup-table__mini{flex-basis:30px;width:30px;height:30px}
  .career-startup-table__mini svg{width:20px;height:20px}
  .career-startup-table__stage strong{font-size:.92rem;white-space:normal}

  .career-startup-map__promise{
    display:block;
    margin-top:22px;
    padding:0 8px;
    font-size:.88rem;
    line-height:1.65;
  }
  .career-startup-map__promise::before,
  .career-startup-map__promise::after{display:none}
  .career-startup-map__promise strong{display:block;margin-bottom:2px}
}

@media (max-width:380px){
  .career-startup-map{padding-top:50px}
  .career-startup-kicker{font-size:1.12rem}
  .career-startup-kicker::before,.career-startup-kicker::after{width:24px}
  .career-startup-map__head h2{font-size:2.18rem}
  .career-startup-map__head p{font-size:.84rem}
  .career-startup-flow{padding-left:12px;padding-right:12px}
  .career-startup-table td{padding-left:88px;padding-right:12px}
  .career-startup-table td::before{left:12px;width:62px}
  .career-startup-table__stage{padding-left:88px!important;padding-right:12px!important}
}

/* =========================================================
   CAREER MOBILE HERO VISUAL HIDE
   다른 서브페이지와 동일하게 모바일에서는 CTA 아래 비주얼 제거
========================================================= */
@media (max-width:767px){
  body[data-page="career"] .landing-hero .hero-stage{
    display:none!important;
  }

  body[data-page="career"] .landing-hero .hero-inner{
    grid-template-columns:1fr!important;
    gap:0!important;
    padding-bottom:2.75rem!important;
  }

  body[data-page="career"] .landing-hero .hero-copy{
    width:100%!important;
    max-width:none!important;
  }
}
