﻿/* Join page styles. */
/* ===== Join page ===== */
.page-join {
  background: #fff;
}
.join-hero {
  position: relative;
  padding-top: 13.75rem;
  background: #fff;
  width: 100%;
  max-width: none;
  margin-left: 0;
}
.join-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 7.5rem;
  height: 6.25rem;
  z-index: 1;
  background: linear-gradient(90deg, #fff2ca 0%, #ffad62 100%);
}
.join-hero > img {
  width: 100%;
  height: auto;
  display: block;
}
.join-search {
  position: absolute;
  left: 50%;
  top: calc(7.5rem + (6.25rem - 4.25rem) / 2);
  z-index: 2;
  width: min(82.125rem, calc(100% - 2.5rem));
  height: 4.25rem;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.4375rem 0.375rem 2.125rem;
  border-radius: 62.4375rem;
  background: #fff;
  box-shadow: 0 0.5rem 1.25rem rgba(83, 50, 18, .1);
  transform: translateX(-50%);
}
.join-search input {
  flex: 1;
  min-width: 0;
  height: 100%;
  border: 0;
  outline: 0;
  color: #515963;
  font: inherit;
  font-size: 1.5rem;
  line-height: 4.25rem;
  background: transparent;
}
.join-search input::placeholder {
  color: #515963;
  font-size: 1.5rem;
}
.join-search input::-webkit-search-decoration,
.join-search input::-webkit-search-cancel-button,
.join-search input::-webkit-search-results-button,
.join-search input::-webkit-search-results-decoration {
  appearance: none;
}
.join-search-icon {
  flex: 0 0 1.75rem;
  width: 1.75rem;
  height: 1.75rem;
  object-fit: contain;
  pointer-events: none;
  user-select: none;
}
.join-search button .join-search-icon,
.page-join .join-search button .join-search-icon {
  display: inline-block;
  flex: 0 0 1.75rem;
  width: 1.75rem;
  max-width: 1.75rem;
  height: 1.75rem;
  max-height: 1.75rem;
  background: transparent;
  object-fit: contain;
}
.join-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  height: 3.5rem;
  min-width: 7.375rem;
  padding: 0 1.125rem;
  border: 0;
  border-radius: 62.4375rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  background: #050505;
  cursor: pointer;
}
.join-section-heading {
  position: relative;
  z-index: 1;
  margin: 0 0 2.125rem;
  text-align: center;
  line-height: 1;
}
.join-section-heading img {
  width: auto;
  height: 3.0625rem;
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}
.join-jobs {
  padding: 2.875rem 0 1.75rem;
  max-width: 120rem;
  margin: 0 auto;
  background: #fff;
}
.join-jobs--campus {
  padding-top: 1.125rem;
}
.join-job-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.875rem;
}
.join-job-grid .join-job-card:nth-child(n + 5) {
  grid-column: span 1;
}
.join-job-card {
  position: relative;
  min-height: 8.875rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 1.4375rem 1.1875rem 1.125rem;
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.join-job-card:hover {
  transform: translateY(-0.1875rem);
  box-shadow: 0 0.875rem 1.75rem rgba(230, 130, 35, .18);
}
.join-job-card::before {
  content: "";
  position: absolute;
  left: 1.125rem;
  bottom: -1.625rem;
  width: 7rem;
  height: 5.625rem;
  border: 0.625rem solid rgba(255, 255, 255, .18);
  border-radius: 0.625rem;
  transform: rotate(29deg);
}
.join-job-card--video::before {
  border-radius: 0.75rem;
  transform: none;
}
.join-job-card--video::after {
  content: "";
  position: absolute;
  left: 3.625rem;
  bottom: 2.0625rem;
  width: 0;
  height: 0;
  border-top: 1.125rem solid transparent;
  border-bottom: 1.125rem solid transparent;
  border-left: 1.625rem solid rgba(255, 255, 255, .2);
}
.join-job-card--edit::before {
  width: 6rem;
  height: 6rem;
  border-radius: 1rem;
  transform: rotate(0);
}
.join-job-card--edit::after {
  content: "";
  position: absolute;
  left: 4.375rem;
  bottom: 0.625rem;
  width: 1.125rem;
  height: 7rem;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, .18);
  transform: rotate(45deg);
}
.join-job-card--global::before {
  width: 6.625rem;
  height: 6.625rem;
  border-radius: 50%;
  transform: none;
}
.join-job-card--world::before {
  width: 6.875rem;
  height: 6.875rem;
  border-radius: 50%;
  transform: none;
}
.join-job-card h2 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-size: 1.625rem;
  font-weight: 900;
  line-height: 1.22;
  color: #fff;
}
.join-job-card small {
  font-size: .62em;
  font-weight: 800;
}
.join-job-card span {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  color: rgba(255, 255, 255, .9);
  font-size: 0.8125rem;
  font-weight: 700;
}
.join-job-card--image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.join-job-card--image::before,
.join-job-card--image::after {
  display: none;
}
.join-more {
  display: flex;
  justify-content: center;
  margin-top: 2.75rem;
}
.join-more a {
  display: inline-flex;
  transition: transform .2s ease;
}
.join-more a:hover {
  transform: translateY(-2px);
}
.join-more img {
  width: auto;
  height: 3.375rem;
  max-width: 100%;
  display: block;
}
.join-location {
  padding: 1.75rem 0 2.625rem;
}
.join-location-panel {
  position: relative;
  min-height: 11.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 3rem;
  overflow: hidden;
}
.join-location-watermark {
  position: absolute;
  left: 2.25rem;
  right: 2.25rem;
  top: 50%;
  margin: 0;
  color: transparent;
  -webkit-text-stroke: 2px rgba(124, 165, 222, .28);
  text-stroke: 2px rgba(124, 165, 222, .28);
  font-size: clamp(4.5rem, 11vw, 9.75rem);
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  transform: translateY(-50%);
  pointer-events: none;
  user-select: none;
}
.join-city {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.125rem;
  color: #6a6f77;
  font-size: 1.4375rem;
  font-weight: 500;
}
.join-city img {
  width: 6.5625rem;
  height: 6.5625rem;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0.5rem 1.375rem rgba(52, 76, 102, .12);
}
.join-process {
  padding: 2.375rem 0 3.25rem;
  border-top: 1px solid #ececec;
}
.join-process-art img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.5rem;
}
.join-memory {
  padding: 2.125rem 0 4.875rem;
  overflow: hidden;
}
.join-memory-carousel {
  width: min(66.25rem, calc(100% - 2.5rem));
  margin: 2.5rem auto 0;
  position: relative;
  --memory-img-h: 23.4375rem;
  --memory-text-h: 24.25rem;
  min-height: calc(var(--memory-img-h) + 3.75rem);
}
.join-memory-slide {
  --memory-img-w: min(30rem, 46%);
  --memory-img-h: 23.4375rem;
  --memory-text-h: 24.25rem;
  display: grid;
  grid-template-columns: var(--memory-img-w) 1fr;
  min-height: calc(var(--memory-img-h) + 3.75rem);
  opacity: 0;
  transition: opacity .5s ease;
  pointer-events: none;
  position: absolute;
  inset: 0;
}
.join-memory-slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}
.join-memory-slide img {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  width: 100%;
  height: var(--memory-img-h);
  flex-shrink: 0;
  border-radius: 1.25rem;
  object-fit: cover;
  z-index: 2;
}
.join-memory-text {
  position: relative;
  grid-column: 1 / -1;
  grid-row: 1;
  align-self: end;
  margin-left: calc(var(--memory-img-w) / 3 - 3.125rem);
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: var(--memory-text-h);
  min-height: var(--memory-text-h);
  padding: 2.5rem 3rem 2.5rem calc(var(--memory-img-w) * 2 / 3 + 5.125rem);
  border-radius: 1.25rem;
  background: #fff8ea;
  box-sizing: border-box;
}
.join-memory-icon {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  margin: 0 0 1rem;
  pointer-events: none;
  user-select: none;
}
.join-memory-icon img {
  display: block;
  width: auto;
  height: 3rem;
}
.join-memory-text h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(95, 99, 106, .22);
  color: #3a3f47;
  font-size: 1.75rem;
  font-weight: 900;
}
.join-memory-body {
  flex: 1;
}
.join-memory-body p {
  margin: 0;
  color: #7a8089;
  font-size: 0.9375rem;
  line-height: 1.75;
}
.join-memory-body p + p {
  margin-top: 1.25rem;
}
.join-memory-dots {
  display: flex;
  justify-content: center;
  gap: 0.625rem;
  margin-top: 2.125rem;
}
.join-memory-dots span {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #d8d8d8;
  cursor: pointer;
  transition: background .3s ease, transform .3s ease;
}
.join-memory-dots span.active {
  background: #e85a4f;
  transform: scale(1.35);
}

/* Join page 1920 design alignment and carousel polish. */
/* ===== Join page layout polish: fixed 1920 canvas, centered content ===== */
.page-join main {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}

.page-join main .container {
  width: min(82.5rem, calc(100% - 15rem));
  margin: 0 auto;
}

.page-join .join-jobs > .container,
.page-join .join-location > .container,
.page-join .join-process > .container {
  width: calc(100% - 8.125rem);
  max-width: none;
}

.page-join .join-hero {
  padding-top: 13.75rem;
  width: 100%;
  max-width: none;
  margin-left: 0;
}

.page-join .join-hero > img {
  width: 100%;
  height: auto;
  display: block;
}

.page-join .join-hero::before {
  top: 7.5rem;
  height: 6.25rem;
}

.page-join .join-search {
  top: calc(7.5rem + (6.25rem - 4.25rem) / 2);
  width: min(82.125rem, calc(100% - 2.5rem));
  height: 4.25rem;
  padding: 0.375rem 0.4375rem 0.375rem 2.125rem;
  border-radius: 62.4375rem;
  transform: translateX(-50%);
}

.page-join .join-search input {
  height: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #5a5f67;
  font-size: 1.5rem;
  line-height: 4.25rem;
}

.page-join .join-search input::placeholder {
  color: #5a5f67;
  font-size: 1.5rem;
}

.page-join .join-search button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-width: 7.375rem;
  height: 3.5rem;
  padding: 0 1.125rem;
  border: 0;
  border-radius: 62.4375rem;
  background: #1f2329;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  cursor: pointer;
}


.page-join .join-jobs,
.page-join .join-jobs--campus,
.page-join .join-location,
.page-join .join-process,
.page-join .join-memory {
  padding: 4.75rem 0;
}

.page-join .join-jobs,
.page-join .join-jobs--campus {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.page-join .join-section-heading {
  margin: 0 0 2.125rem;
  text-align: center;
}

.page-join .join-section-heading img {
  height: 3.0625rem;
}

.page-join .join-job-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.75rem;
  align-items: stretch;
}

.page-join .join-job-card {
  min-height: 10.125rem;
  height: 10.125rem;
  padding: 1.75rem 1.75rem 1.5rem;
  border-radius: 0.5rem;
  overflow: hidden;
}

.page-join .join-job-card h2 {
  margin: 0;
  font-size: 1.5625rem;
  line-height: 1.24;
  letter-spacing: 0;
}

.page-join .join-job-card span {
  margin-top: auto;
  font-size: 0.9375rem;
  line-height: 1;
}

.page-join .join-more {
  margin-top: 2.25rem;
  display: flex;
  justify-content: center;
}

.page-join .join-more a {
  width: auto;
  height: auto;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
}

.page-join .join-more img {
  height: 3.75rem;
}

.page-join .join-location-panel {
  min-height: 13.75rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3.25rem;
  align-items: center;
  padding: 0.375rem 0 0;
  overflow: visible;
}

.page-join .join-location-watermark {
  left: 50%;
  right: auto;
  top: 25%;
  z-index: 0;
  width: 103.4375rem;
  height: 10.3125rem;
  opacity: .52;
  font-size: 11.25rem;
  line-height: 10.3125rem;
  text-align: center;
  transform: translate(-50%, -50%);
}

.page-join .join-city {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  min-width: 0;
  font-size: 1.375rem;
  font-weight: 900;
}

.page-join .join-city img {
  width: 8rem;
  height: 8rem;
  flex: 0 0 8rem;
  border-radius: 50%;
  object-fit: contain;
}

.page-join .join-process {
  border-top: 0;
}

.page-join .join-process .join-section-heading img {
  width: 12.3125rem;
  height: 3.125rem;
  object-fit: contain;
}

.page-join .join-memory-carousel {
  width: min(82.5rem, calc(100% - 15rem));
  min-height: 28.5rem;
  margin: 0 auto;
  overflow: visible;
}

.page-join .join-memory-slide {
  --memory-thumb-w: 5.75rem;
  --memory-main-w: 34.25rem;
  position: absolute;
  inset: 0;
  display: grid;
  grid-template-columns: 40rem minmax(0, 1fr);
  gap: 3.375rem;
  align-items: center;
  min-height: 28.5rem;
  opacity: 0;
  pointer-events: none;
  transform: none;
}

.page-join .join-memory-slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.page-join .join-memory-slide.prev,
.page-join .join-memory-slide.next {
  opacity: 1;
  pointer-events: none;
}

.page-join .join-memory-slide > img {
  grid-column: 1;
  grid-row: 1;
  justify-self: center;
  align-self: center;
  width: var(--memory-main-w);
  height: 24rem;
  border-radius: 1.125rem;
  object-fit: contain;
  transition: transform .42s ease, opacity .42s ease, width .42s ease;
}

.page-join .join-memory-slide.prev > img,
.page-join .join-memory-slide.next > img {
  width: var(--memory-thumb-w);
  height: 18.375rem;
  opacity: .72;
  border-radius: 1rem;
  object-fit: contain;
}

.page-join .join-memory-slide.prev > img {
  transform: translateX(calc(-1 * (var(--memory-main-w) / 2 + var(--memory-thumb-w) / 2 + 1.375rem)));
}

.page-join .join-memory-slide.next > img {
  transform: translateX(calc(var(--memory-main-w) / 2 + var(--memory-thumb-w) / 2 + 1.375rem));
}

.page-join .join-memory-slide.prev .join-memory-text,
.page-join .join-memory-slide.next .join-memory-text {
  display: none;
}

.page-join .join-memory-text {
  grid-column: 2;
  grid-row: 1;
  align-self: stretch;
  width: 100%;
  height: auto;
  min-height: 24rem;
  margin: 0;
  padding: 2.75rem 3.25rem;
  border-radius: 1.125rem;
  background: #fff8ea;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-join .join-memory-icon {
  margin-bottom: 0.875rem;
}

.page-join .join-memory-icon img {
  width: auto;
  height: 2.5rem;
}

.page-join .join-memory-text h3 {
  margin-bottom: 1rem;
  padding-bottom: 0.8125rem;
  font-size: 1.875rem;
  line-height: 1.15;
}

.page-join .join-memory-body p {
  font-size: 0.9375rem;
  line-height: 1.85;
}

.page-join .join-memory-body p + p {
  margin-top: 1.125rem;
}

.page-join .join-memory-dots {
  margin-top: 1.75rem;
}

/* Join page 1920 design alignment */
.page-join main {
  width: 100%;
}

.page-join main .container,
.page-join .join-jobs > .container,
.page-join .join-location > .container,
.page-join .join-process > .container {
  width: min(112.5rem, calc(100% - 7.5rem));
  max-width: none;
}

.page-join .join-jobs {
  padding: 4.0625rem 0 0;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.page-join .join-jobs--campus {
  padding-top: 4.5rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.page-join .join-location {
  padding: 4.625rem 0 2rem;
}

.page-join .join-process {
  padding: 2.5rem 0 4.375rem;
}

.page-join .join-memory {
  padding: 0 0 5.375rem;
}

.page-join .join-section-heading {
  margin: 0 0 1.875rem;
  text-align: left;
}

.page-join .join-jobs--social > .container {
  width: calc(100% - 7.5rem);
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.page-join .join-jobs--campus > .container {
  width: calc(100% - 7.5rem);
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.page-join .join-jobs--social .join-section-heading,
.page-join .join-jobs--campus .join-section-heading {
  margin-bottom: 3.75rem;
}

.page-join .join-jobs--social .join-job-grid {
  grid-template-columns: repeat(4, 25.9375rem);
  gap: 1.875rem;
  justify-content: start;
}

.page-join .join-jobs--campus .join-job-grid {
  grid-template-columns: repeat(4, 25.9375rem);
  gap: 1.875rem;
  justify-content: start;
}

.page-join .join-jobs--social .join-job-card {
  width: 25.9375rem;
  height: 13.4375rem;
  min-height: 13.4375rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.page-join .join-jobs--campus .join-job-card {
  width: 25.9375rem;
  height: 13.4375rem;
  min-height: 13.4375rem;
  padding-left: 1.125rem;
  padding-right: 1.125rem;
}

.page-join .join-jobs--social .join-job-card h2 {
  max-width: none;
  white-space: nowrap;
  font-size: 2.8125rem;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.page-join .join-jobs--campus .join-job-card h2 {
  max-width: none;
  white-space: nowrap;
  font-size: 2.8125rem;
  line-height: 1.08;
  letter-spacing: -.02em;
}

.page-join .join-jobs--social .join-job-card h2 small {
  display: inline;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.page-join .join-jobs--campus .join-job-card h2 small {
  display: inline;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.2;
}

.page-join .join-jobs--social .join-job-card span {
  font-size: 1.5rem;
}

.page-join .join-jobs--campus .join-job-card span {
  font-size: 1.5rem;
}

.page-join .join-jobs--social .join-more {
  margin-top: 3.75rem;
}

.page-join .join-jobs--campus .join-more {
  margin-top: 3.75rem;
}

.page-join .join-jobs--social .join-more img {
  width: 23.125rem;
  height: 6.25rem;
  object-fit: contain;
}

.page-join .join-jobs--campus .join-more img {
  width: 23.125rem;
  height: 6.25rem;
  object-fit: contain;
}

.page-join .join-section-heading img {
  width: 10.9375rem;
  height: 3.125rem;
  object-fit: contain;
}

.page-join .join-jobs--campus .join-section-heading img {
  width: 12.9375rem;
  height: 3.125rem;
}

.page-join .join-job-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.875rem;
}

.page-join .join-job-card {
  height: 10.125rem;
  min-height: 10.125rem;
  padding: 1.75rem 1.75rem 1.375rem;
  border-radius: 0.5rem;
}

.page-join .join-job-card h2 {
  max-width: 92%;
  font-size: 1.6875rem;
  line-height: 1.18;
  word-break: keep-all;
}

.page-join .join-job-card span {
  font-size: 0.9375rem;
}

.page-join .join-more {
  margin-top: 2.125rem;
}

.page-join .join-more img {
  height: 3.75rem;
}

.page-join .join-location-panel {
  position: relative;
  height: 21.25rem;
  min-height: 21.25rem;
  gap: 4.25rem;
  padding-top: 0;
  background-image: url("../../image/join/join-locations-bg.png");
  background-repeat: no-repeat;
  background-position: center calc(50% - 2.3125rem);
  background-size: 103.3125rem 12rem;
}

.page-join .join-location-panel::after {
  content: "";
  position: absolute;
  left: 50%;
  width: min(112.5rem, 100%);
  top: calc(50% + 10.75rem);
  height: 1px;
  background: #EDEDED;
  transform: translateX(-50%);
  pointer-events: none;
}

.page-join .join-location-watermark {
  display: none;
  top: 47%;
  width: 105rem;
  font-size: 10.625rem;
  line-height: 1;
}

.page-join .join-city {
  gap: 1.625rem;
  font-size: 1.5625rem;
}

.page-join .join-city img {
  width: 12.9375rem;
  height: 12.9375rem;
  flex-basis: 12.9375rem;
}

.page-join .join-city img:hover {
  animation: joinCitySpin .65s ease;
}

@keyframes joinCitySpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.page-join .join-process-art img {
  width: 100%;
  height: auto;
}

.page-join .join-process .join-section-heading img {
  width: 12.3125rem;
  height: 3.125rem;
  object-fit: contain;
}

.page-join .join-process .join-section-heading {
  margin-bottom: 4.375rem;
}

.page-join .join-memory .join-section-heading {
  margin-bottom: 4.375rem;
}

.page-join .join-process-flow {
  position: relative;
  width: min(112.5rem, 100%);
  height: 20.1875rem;
  margin: 0 auto;
  overflow: hidden;
  background-image: url("../../image/join/apply-process-track.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 112.5rem 20.1875rem;
}

.page-join .join-process-tabs {
  position: absolute;
  left: 0;
  top: 2.5625rem;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  height: 3.375rem;
  background: transparent;
}

.page-join .join-process-tab {
  position: relative;
  appearance: none;
  border: 0;
  background: transparent;
  color: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 2.8125rem;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
}

.page-join .join-process-tab.active::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 4.25rem;
  z-index: 4;
  width: 10.6875rem;
  height: 10.6875rem;
  background-image: url("../../image/join/apply-process-pointer.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10.6875rem 10.6875rem;
  transform: translateX(-50%);
  pointer-events: none;
}

.page-join .join-process-panels {
  position: absolute;
  left: 0;
  top: 11.8125rem;
  z-index: 3;
  width: 100%;
  height: 8.375rem;
  pointer-events: none;
}

.page-join .join-process-panel {
  position: relative;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  height: 100%;
}

.page-join .join-process-panel.active {
  display: grid;
}

.page-join .join-process-panel.active::before,
.page-join .join-process-panel.active::after {
  content: "";
  position: absolute;
  top: 4.625rem;
  z-index: 1;
  height: 1px;
  background: #E3D8C5;
  pointer-events: none;
}

.page-join .join-process-panel.active::before {
  left: calc(16.666666% + 1rem);
  width: calc(33.333333% - 2rem);
}

.page-join .join-process-panel.active::after {
  left: calc(50% + 1rem);
  width: calc(33.333333% - 2rem);
}

.page-join .join-process-step {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #454545;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0;
}

.page-join .join-process-step::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 4.25rem;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: #494949;
  transform: translateX(-50%);
}

.page-join .join-memory-carousel {
  width: min(120rem, 100%);
  max-width: none;
  height: 43.9375rem;
  min-height: 43.9375rem;
  margin-left: auto;
  margin-right: auto;
}

.page-join .join-memory-dots {
  margin-top: 3.75rem;
}

.page-join .join-memory-dots span,
.page-join .join-memory-dots span.active {
  width: 0.5rem;
  height: 0.5rem;
  transform: none;
}

.page-join .join-memory-slide {
  position: absolute;
  inset: 0;
  display: block;
  min-height: 43.9375rem;
}

.page-join .join-memory-slide > img {
  position: absolute;
  top: 0;
  left: 15.3125rem;
  z-index: 4;
  width: 42.75rem;
  height: 37.875rem;
  border-radius: 1.125rem;
  object-fit: contain;
  transform: none;
}

.page-join .join-memory-text {
  position: absolute;
  left: 30.8125rem;
  top: 4.375rem;
  z-index: 2;
  width: 73.8125rem;
  height: 39.5625rem;
  min-height: 39.5625rem;
  padding: 3.875rem 3.75rem 3.5rem 35.375rem;
  border-radius: 1.125rem;
  background: #fff8ea;
}

.page-join .join-memory-slide.active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
}

.page-join .join-memory-slide.prev,
.page-join .join-memory-slide.next {
  display: block;
  opacity: 1;
  pointer-events: none;
}

.page-join .join-memory-slide.prev > img,
.page-join .join-memory-slide.next > img {
  top: 0;
  z-index: 1;
  width: 11.0625rem;
  height: 37.9375rem;
  opacity: 1;
  border-radius: 1.125rem;
  object-fit: cover;
  pointer-events: auto;
  cursor: pointer;
  transform: none;
}

.page-join .join-memory-slide.prev > img {
  left: 0;
  object-position: right center;
}

.page-join .join-memory-slide.next > img {
  left: auto;
  right: 0;
  object-position: left center;
}

.page-join .join-memory-slide.prev .join-memory-text,
.page-join .join-memory-slide.next .join-memory-text {
  display: none;
}

.page-join .join-memory-icon {
  position: absolute;
  left: 28.875rem;
  top: auto;
  bottom: 37.625rem;
  margin: 0;
  width: 5.25rem;
  height: 3.3125rem;
  gap: 0;
}

.page-join .join-memory-icon img {
  width: 2.625rem;
  height: 3.3125rem;
  object-fit: contain;
}

.page-join .join-memory-text h3 {
  display: block;
  width: 24.4375rem;
  max-width: 100%;
  margin-bottom: 1.875rem;
  padding-bottom: 1.5rem;
  border-bottom: 0;
  font-size: 3.75rem;
  line-height: 1.1;
}

.page-join .join-memory-text h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 24.4375rem;
  max-width: 100%;
  height: 0.1875rem;
  background: rgba(95, 99, 106, .22);
}

.page-join .join-memory-body p {
  font-size: 1.5rem;
  line-height: 3.125rem;
}

@keyframes joinMemoryImageIn {
  from {
    opacity: 0;
    transform: translateX(-3.125rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes joinMemoryContentIn {
  from {
    opacity: 0;
    transform: translateX(3.125rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.page-join .join-memory-slide.active > img {
  animation: joinMemoryImageIn .58s ease both;
}

.page-join .join-memory-slide.active .join-memory-text {
  animation: none;
}

.page-join .join-memory-slide.active .join-memory-text h3,
.page-join .join-memory-slide.active .join-memory-body p {
  animation: joinMemoryContentIn .58s ease both;
}

.page-join .join-memory-slide.active .join-memory-text h3 {
  animation-delay: 0s;
}

.page-join .join-memory-slide.active .join-memory-body p:nth-of-type(1) {
  animation-delay: .2s;
}

.page-join .join-memory-slide.active .join-memory-body p:nth-of-type(2) {
  animation-delay: .4s;
}

.page-join .join-memory-slide.active .join-memory-body p:nth-of-type(3) {
  animation-delay: .6s;
}

@media (max-width: 1280px) and (hover: none) and (pointer: coarse) {
  .page-join main .container,
  .page-join .join-memory-carousel {
    width: min(70rem, calc(100% - 3.5rem));
  }

  .page-join .join-job-grid {
    gap: 1.25rem;
  }

  .page-join .join-memory-slide {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  .page-join .join-memory-slide > img {
    width: min(34.25rem, 72vw);
  }

  .page-join .join-memory-text {
    grid-column: 1;
    grid-row: 2;
    min-height: 0;
  }
}

@media (max-width: 860px) and (hover: none) and (pointer: coarse) {
  .page-join main .container,
  .page-join .join-memory-carousel {
    width: calc(100% - 1.75rem);
  }

  .page-join .join-hero > img {
    width: 100%;
    height: 50vh;
    min-height: 25rem;
    object-fit: cover;
  }

  .page-join .join-search {
    top: calc(7.5rem + (6.25rem - 3.5rem) / 2);
    width: calc(100% - 1.75rem);
    height: 3.5rem;
  }

  .page-join .join-jobs,
  .page-join .join-jobs--campus,
  .page-join .join-location,
  .page-join .join-process,
  .page-join .join-memory {
    padding: 2.875rem 0;
  }

  .page-join .join-job-grid {
    grid-template-columns: 1fr;
  }

  .page-join .join-location-panel {
    grid-template-columns: 1fr;
  }

  .page-join .join-process-top,
  .page-join .join-process-bottom {
    grid-template-columns: 1fr;
  }

  .page-join .join-memory-slide.prev,
  .page-join .join-memory-slide.next {
    display: none;
  }
}


