.recruit {
  background-color: #fafafa;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.recruit-container {
  width: var(--container-width-desktop);
  max-width: 100%;
  margin: 0 auto;
  padding: 0 var(--grid-margin);
}

.recruit-grid {
  display: grid;
  gap: var(--grid-gutter);
  grid-template-columns: repeat(var(--grid-columns), 1fr);
}

/* 콘텐츠 영역 */
.content-wrap {
  width: 100%;
  background-color: #fafafa;
  overflow: hidden;
}
.ellipse-2 {
  position: absolute;
  width: 680px;
  height: 680px;
  top: 533px;
  left: 1000px;
  border-radius: 340.23px;
  filter: blur(181.45px);
  background: linear-gradient(
    155deg,
    rgba(0, 115, 230, 1) 0%,
    rgba(204, 245, 75, 1) 100%
  );
  opacity: 0.2;
  overflow: hidden;
  z-index: -1;
}

/* 밸류 영역 */
.value {
  width: 100%;
  margin-bottom: 160px;
  background: #f1f5f9;
}

.value-container {
  max-width: 100%;
  width: 1280px;
  margin: 0 auto;
  padding: 160px 0;
}

.value-wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  margin-top: 40px;
}
.value-content {
  display: flex;
  flex-direction: column;
  height: 320px;
  align-items: flex-start;
  gap: 16px;
  padding: 48px;
  position: relative;
  flex: 1;
  flex-grow: 1;
  border-radius: 16px;
  background-size: cover;
  background-position: center;
}
.value-content-1 {
  background: linear-gradient(0deg, rgba(1, 93, 231, 0.7)),
    url("../img/recruit_value_bg1.jpg");
}
.value-content-2 {
  background: linear-gradient(0deg, rgba(0, 119, 178, 0.8)),
    url("../img/recruit_value_bg2.jpg");
}
.value-content-3 {
  background: linear-gradient(0deg, rgba(2, 153, 186, 0.81)),
    url("../img/recruit_value_bg3.jpg");
}

.value-detail-title {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Pretendard";
  font-weight: 700;
  color: #ffffff;
  font-size: 1.556rem;
  letter-spacing: -0.028rem;
  line-height: 36px;
}

.value-detail-subtitle {
  position: relative;
  width: fit-content;
  font-family: "Pretendard";
  font-weight: 700;
  color: #00f5d4;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 28px;
  white-space: nowrap;
}

.frame-13 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 320px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

/* 원팀영역 */
.one-team {
  width: 100%;
  margin-bottom: 160px;
}

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

.frame-15 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-10 {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard";
  font-weight: 700;
  color: #111111;
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 28px;
}

.oneteam-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--grid-gutter);
  margin-top: 40px;
}

.oneteam-team-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0px 0px 3px #00000033;
}

.oneteam-icon {
  position: relative;
  width: 80px;
  height: 80px;
}

.oneteam-teamname {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard";
  font-weight: 600;
  color: #111111;
  font-size: 1.556rem;
  letter-spacing: 0;
  line-height: 40px;
}

.oneteam-teamdesc {
  line-height: 140%;
  position: relative;
  align-self: stretch;
  font-family: "Pretendard";
  font-weight: 400;
  color: #4d4d4d;
  font-size: 1rem;
  letter-spacing: 0;
}

/* 복지영역 */
.welfare {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  position: relative;
  /* min-height: 100vh; */
  background-color: #0c0d0d;
}

.welfare-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.welfare-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.welfare-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(12, 13, 13, 0.93);
  z-index: 0;
}

.welfare-container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  padding: 0;
}

.recruit-welfare-title {
  font-size: 1.111rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #e7f4ff;
  margin-bottom: 16px;
}

.recruit-welfare-subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.444rem;
  letter-spacing: 0px;
  color: #ffffff; /* 진한 텍스트 */
}

.welfare-wrapper {
  display: grid;
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  gap: var(--grid-gutter);
  row-gap: 120px;
  margin-top: 80px;
  width: 100%;
}

.welfare-wrapper-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.welfare-wrapper-item-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 12px;
}

.welfare-icon-wrapper {
  background-color: #3e454c;
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  gap: 6.67px;
  padding: 26.67px;
  position: relative;
  border-radius: 10.67px;
  overflow: hidden;
}

.welfare-icon {
  position: relative;
  width: 80px;
  height: 80px;
  /* margin: -6.67px; */
}

.welfare-title {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Pretendard";
  font-weight: 600;
  color: #ffffff;
  font-size: 1.333rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

.welfare-subtitle {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard";
  font-weight: 400;
  color: #b0b0b0;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 21.6px;
}

/* 채용 절차 영역 */
.recruit-process {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
  background: #f0f6fb;
}

.recruit-process-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

.recruit-process-title {
  font-size: 1.111rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #0073e6;
  margin-bottom: 16px;
}

.recruit-process-subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.444rem;
  letter-spacing: 0px;
  color: #111111;
}

.process-wrapper {
  margin-top: 40px;
}

.process-notice {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.process-notice-text {
  font-family: "Pretendard";
  font-weight: 500;
  color: #4d4d4d;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 32px;
}

.process-step-wrapper {
  display: grid;
  grid-template-columns: 2fr 1fr 2fr 1fr 2fr 1fr 2fr 1fr 2fr;
  gap: 20px;
  margin-bottom: 160px;
}

.process-step-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.process-step-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.process-step-icon {
  width: 48px;
  height: 48px;
}

.process-step-text {
  font-family: "Pretendard";
  font-weight: 700;
  color: #111111;
  font-size: 1.333rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 26px;
}

.process-arrow-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.process-arrow-icon {
  width: 40px;
  height: 40px;
}

.process-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.process-cta-title {
  font-family: "Pretendard";
  font-weight: 700;
  color: #111111;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.process-cta-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 32px;
  border-radius: 40px;
  background: linear-gradient(2.81deg, #205b8c -67.06%, #25c2e2 68.02%);
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none;
  transform: scale(1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.process-cta-text .process-cta-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 40px;
  background: linear-gradient(
    277.27deg,
    #e7f4ff -36.32%,
    #0073e6 26.36%,
    #3300ff 126.53%
  );
  opacity: 0;
  transition: opacity 0.3s ease;
}

.process-cta-button:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 12px rgba(0, 115, 230, 0.2);
}

.process-cta-button:hover::after {
  opacity: 1;
}

.process-cta-text {
  position: relative;
  z-index: 1;
  font-family: "Pretendard";
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.24px;
  line-height: 24px;
  white-space: nowrap;
}

.frame-20 {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-21 {
  display: flex;
  flex-direction: column;
  width: 260px;
  align-items: center;
  gap: 19px;
  position: relative;
}

.frame-22 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-23 {
  display: flex;
  align-items: flex-start;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.frame-24 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-25 {
  display: flex;
  align-items: center;
  align-self: stretch;
  width: 100%;
  flex-direction: column;
  gap: 12px;
  position: relative;
  flex: 0 0 auto;
}

.text-wrapper-20 {
  position: relative;
  width: fit-content;
  font-family: "Pretendard";
  font-weight: 400;
  color: #b0b0b0;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 21.6px;
}

.div-3 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Pretendard";
  font-weight: 400;
  color: #ffffff;
  font-size: 1.333rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 30px;
}

.span {
  font-weight: 600;
}

.text-wrapper-21 {
  font-family: "Pretendard";
}

.frame-26 {
  display: flex;
  width: 260px;
  align-items: flex-start;
  justify-content: space-around;
  gap: 19px;
  position: relative;
}

.frame-27 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 1;
  flex-grow: 1;
}

.frame-28 {
  display: flex;
  flex-direction: column;
  width: 260px;
  align-items: center;
  gap: 19px;
  position: relative;
  opacity: 0;
}

.environment-coffee-wrapper {
  background: linear-gradient(
    136deg,
    rgba(0, 115, 230, 1) 34%,
    rgba(190, 226, 72, 1) 100%
  );
  display: flex;
  width: 80px;
  height: 80px;
  align-items: center;
  justify-content: center;
  gap: 6.67px;
  padding: 26.67px;
  position: relative;
  border-radius: 10.67px;
  overflow: hidden;
}

.environment-coffee {
  margin-left: -22349px;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: -35290.67px;
}

.text-wrapper-22 {
  position: relative;
  align-self: stretch;
  font-family: "Pretendard";
  font-weight: 400;
  color: #333333;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 21.6px;
}

.environment-coffee-2 {
  margin-left: -22689.67px;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: -35290.67px;
}

.text-wrapper-23 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Pretendard";
  font-weight: 600;
  color: #0073e6;
  font-size: 1.111rem;
  letter-spacing: 0;
  line-height: 30px;
}

.text-wrapper-24 {
  position: relative;
  width: fit-content;
  font-family: "Pretendard";
  font-weight: 700;
  color: #111111;
  font-size: 2rem;
  letter-spacing: -0.5px;
  line-height: 50px;
  white-space: nowrap;
}

.frame-29 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 120px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-30 {
  display: flex;
  flex-direction: column;
  width: 1280px;
  height: 198px;
  align-items: flex-start;
  gap: 20px;
  position: relative;
}

.title-2 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.text-wrapper-25 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard";
  font-weight: 500;
  color: #4d4d4d;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 32px;
  white-space: nowrap;
}

.frame-31 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 80px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.frame-32 {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.left-img {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 24px;
  align-self: stretch;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px #10111326;
  backdrop-filter: blur(13.25px) brightness(100%);
  -webkit-backdrop-filter: blur(13.25px) brightness(100%);
  height: 100px;
  align-items: center;
  gap: 20px;
  position: relative;
  border-radius: 10px;
}

.frame-33 {
  position: relative;
  width: 48px;
  height: 48px;
}

.text-wrapper-26 {
  position: relative;
  width: fit-content;
  font-family: "Pretendard";
  font-weight: 700;
  color: #111111;
  font-size: 1.333rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
}

.frame-34 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  flex: 0 0 auto;
}

.icon-wrapper {
  display: inline-flex;
  justify-content: center;
  border: 0px none;
  height: 100px;
  align-items: center;
  gap: 20px;
  position: relative;
  border-radius: 10px;
}

.icon {
  position: relative;
  width: 40px;
  height: 40px;
}

.text-wrapper-27 {
  position: relative;
  width: fit-content;
  font-family: "Pretendard";
  font-weight: 700;
  color: transparent;
  font-size: 1.333rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 26px;
  white-space: nowrap;
}

.frame-35 {
  position: relative;
  width: 48px;
  height: 51px;
  margin-bottom: -1px;
}

.frame-36 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  position: relative;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
}

.title-3 {
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  position: relative;
}

.text-wrapper-28 {
  position: relative;
  align-self: stretch;
  margin-top: -1px;
  font-family: "Pretendard";
  font-weight: 700;
  color: #111111;
  font-size: 2rem;
  text-align: center;
  letter-spacing: 0;
  line-height: 40px;
}

.frame-37 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 32px;
  position: relative;
  flex: 0 0 auto;
  border-radius: 40px;
  background: linear-gradient(
    352deg,
    rgba(204, 245, 75, 1) 0%,
    rgba(0, 115, 230, 1) 100%
  );
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: center;
}

.frame-37:hover {
  transform: scale(1.05);
  background: linear-gradient(
    352deg,
    rgba(184, 225, 55, 1) 0%,
    rgba(0, 95, 210, 1) 100%
  );
  box-shadow: 0 4px 12px rgba(0, 115, 230, 0.2);
}

.text-wrapper-29 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Pretendard";
  font-weight: 600;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.24px;
  line-height: 24px;
  white-space: nowrap;
}

.ellipse-4 {
  position: absolute;
  width: 243px;
  height: 243px;
  top: 1764px;
  left: 1000px;
  border-radius: 121.5px;
  filter: blur(181.45px);
  background: linear-gradient(
    155deg,
    rgba(0, 115, 230, 1) 0%,
    rgba(204, 245, 75, 1) 100%
  );
  overflow: hidden;
  z-index: -1;
}
.recruit-maintitle {
  font-size: 1.111rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #26a4bc; /* 메인컬러 */
  margin-bottom: 16px;
}
.recruit-subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.444rem;
  letter-spacing: 0px;
  color: #111111; /* 진한 텍스트 */
}

/* Standardized breakpoints */
@media screen and (max-width: 767px) {
  .recruit-container {
    width: 100%;
    padding: 0 1rem;
  }

  .recruit-grid,
  .oneteam-wrapper,
  .welfare-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .value-wrapper {
    flex-direction: column;
    gap: 1rem;
  }

  .value-content {
    height: auto;
    min-height: 200px;
  }

  .process-step-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  /* .process-arrow-wrapper {
    display: none;
  } */

  .process-step-item {
    width: 100%;
  }

  .process-step-box {
    width: 100%;
    height: 80px;
  }

  .welfare-wrapper-item {
    padding: 1rem;
  }

  .welfare-icon-wrapper {
    width: 48px;
    height: 48px;
    padding: 0;
  }

  .welfare-icon {
    width: 48px;
    height: 48px;
  }

  .welfare-title {
    font-size: 1.1rem;
  }

  .welfare-subtitle {
    font-size: 0.9rem;
  }

  .recruit-maintitle {
    font-size: 0.9rem;
  }

  .recruit-subtitle {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .oneteam-team-wrapper {
    padding: 1rem;
  }

  .oneteam-icon {
    width: 50px;
    height: 50px;
  }

  .oneteam-teamname {
    font-size: 1.1rem;
  }

  .oneteam-teamdesc {
    font-size: 0.9rem;
  }

  .process-cta-button {
    width: 100%;
    max-width: 300px;
  }
}

/* Small mobile devices */
@media screen and (max-width: 375px) {
  .recruit-container {
    padding: 0 0.75rem;
  }

  .value-content {
    min-height: 180px;
    padding: 1rem;
  }

  .welfare-wrapper-item {
    padding: 0.75rem;
  }

  /* .welfare-icon-wrapper {
    width: 50px;
    height: 50px;
  }

  .welfare-icon {
    width: 25px;
    height: 25px;
  } */

  .recruit-subtitle {
    font-size: 1.3rem;
  }

  .oneteam-team-wrapper {
    padding: 0.75rem;
  }

  .oneteam-icon {
    width: 40px;
    height: 40px;
  }
}

/* Mobile base styles */
@media screen and (max-width: 375px) {
  .recruit-container {
    font-size: 0.875em;
  }

  .welfare-wrapper {
    grid-template-columns: 1fr;
  }
}

/* 모바일 스타일 (767px 이하) */
@media screen and (max-width: 767px) {
  /* 메인 배너 영역 */
  .main-visual {
    min-height: 20rem;
  }
  .main-content {
    padding: 0 1rem;
  }
  .main-title {
    font-size: 2.25rem;
    line-height: 3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    word-break: keep-all;
    text-align: left;
  }

  /* 밸류 영역 */
  .value {
    margin-bottom: 2rem;
  }
  .value-container {
    padding: 2rem 1rem;
  }
  .value-wrapper {
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
  }
  .value-content {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 1.222rem;
    box-sizing: border-box;
  }
  .value-detail-title,
  .value-detail-subtitle1,
  .value-detail-subtitle2,
  .value-detail-subtitle3 {
    word-break: keep-all;
    text-align: left;
  }
  .value-detail-title {
    font-size: 1.222rem;
    line-height: 140%;
    font-weight: 600;
  }
  .value-detail-subtitle1,
  .value-detail-subtitle2,
  .value-detail-subtitle3 {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 500;
  }

  /* 원팀 영역 */
  .one-team {
    margin-bottom: 2rem;
  }
  .oneteam-container {
    padding: 2rem 1rem;
  }
  .oneteam-wrapper {
    grid-template-columns: 1fr;
    margin-top: 1rem;
    padding: 0;
  }
  .oneteam-team-wrapper {
    padding: 1.333rem;
    gap: 0.5rem;
  }
  .oneteam-icon {
    width: 3rem;
    height: 3rem;
  }
  .oneteam-teamname {
    font-size: 1.222rem;
    line-height: 1.75rem;
    font-weight: 600;
    margin: 0.5rem 0;
    word-break: keep-all;
    text-align: left;
  }
  .oneteam-teamdesc {
    font-size: 0.889rem;
    line-height: 140%;
    height: auto;
    word-break: keep-all;
    text-align: left;
  }

  /* 복지 영역 */
  .welfare {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .welfare-container {
    padding: 2rem 1rem;
  }
  .recruit-welfare-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
    font-weight: 600;
    word-break: keep-all;
    text-align: left;
  }
  .recruit-welfare-subtitle {
    font-size: 1.75rem;
    line-height: 2.5rem;
    font-weight: 700;
    word-break: keep-all;
    text-align: left;
  }
  .welfare-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 1rem;
    row-gap: 1rem;
  }
  .welfare-wrapper-item {
    padding: 1rem 0.5rem;
    gap: 0.5rem;
    align-items: center;
  }
  /* .welfare-icon-wrapper {
    width: 3rem;
    height: 3rem;
    padding: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .welfare-icon {
    width: 1.5rem;
    height: 1.5rem;
  } */
  .welfare-title {
    font-size: 1rem;
    font-weight: 600;
    word-break: keep-all;
    text-align: center;
  }
  .welfare-subtitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
    word-break: keep-all;
    text-align: center;
  }

  .welfare br {
    display: none; /* 모바일에서는 줄바꿈 제거 */
  }

  /* 채용 절차 영역 (join us) */
  .recruit-process {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .recruit-process-container {
    padding: 2rem 1rem;
  }

  .process-notice-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 400;
    word-break: keep-all;
    text-align: left;
  }

  .process-wrapper {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }
  .process-step-wrapper {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 1rem;
    margin-bottom: 2rem;
    min-width: 0;
    padding: 0;
    justify-items: center;
    align-items: center;
  }
  .process-step-item {
    width: 100%;
    min-width: 0;
    gap: 0.5rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .process-arrow-wrapper {
    width: 1.444rem;
    height: 1.444rem;
  }

  .process-arrow-icon {
    width: 100%;
    width: 100%;
  }
  .process-step-box {
    width: 3rem;
    height: 3rem;
  }
  .process-step-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
  .process-step-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-top: 0.25rem;
    font-weight: 600;
    white-space: nowrap;
    word-break: keep-all;
    text-align: left;
  }
  .process-cta {
    margin-top: 1.5rem;
    padding: 1rem 0.5rem;
    gap: 1rem;
  }
  .process-cta-title {
    font-size: 1.333rem;
    line-height: 1.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    word-break: keep-all;
    text-align: left;
  }
  .process-cta-button {
    max-width: 12rem;
    font-size: 0.875rem;
  }

  .process-cta-text {
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 600;
    word-break: keep-all;
    text-align: left;
  }

  /* 공통 스타일 */
  .recruit-maintitle {
    font-size: 0.875rem;
    line-height: 1.375rem;
    margin-bottom: 0.25rem;
    font-weight: 600;
    word-break: keep-all;
    text-align: left;
  }
  .recruit-subtitle {
    font-size: 1.75rem;
    line-height: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    word-break: keep-all;
    text-align: left;
  }
  .section-container {
    padding: 0 1rem;
  }
  /* 배경 요소 조정 */
  .ellipse-2 {
    width: 12rem;
    height: 12rem;
    top: 18rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .ellipse-4 {
    width: 8rem;
    height: 8rem;
    top: 60rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .process-arrow-mobile {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    color: #b0b0b0;
    margin: 0 auto;
    line-height: 1;
  }
}
