.referral .gradation-bg--referral::before {
  backdrop-filter: blur(10rem);
  -webkit-backdrop-filter: blur(10rem);
  background: transparent;
  opacity: 1;
}

.referral .l-header__pcnav {
  display: none;
}

.referral-blue {
  background: #2995dd;
  background: linear-gradient(90deg, rgba(41, 149, 221, 1) 0%, rgba(21, 118, 199, 1) 53%, rgba(2, 88, 177, 1) 100%) !important;
  color: #fff;
}

.referral-orange {
  background: #ff8400;
  background: linear-gradient(60deg, rgba(255, 132, 0, 1) 20%, rgba(255, 113, 71, 1) 53%, rgba(255, 98, 110, 1) 100%) !important;
  color: #fff;
}

.l-header__recruit__btn.referral-blue,
.btn-fixed-cv.referral-blue {
  border: 1px solid #1576c7;
  background: rgba(255, 255, 255, 0.9) !important;
}

.btn-fixed-cv.referral-blue .btn-fixed-cv__txt,
.l-header__recruit__btn__txt {
  display: block;
  width: fit-content;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, rgba(41, 149, 221, 1) 0%, rgba(21, 118, 199, 1) 53%, rgba(2, 88, 177, 1) 100%) text;
  margin: 0 auto;
}

.btn-cta.referral-orange .btn-arrow {
  background-color: #fff;
}

.btn-cta.referral-orange .btn-arrow::before {
  background-color: #ff7147;
}

.btn-cta.referral-blue {
  border: 2px solid #1576c7;
  background: rgba(255, 255, 255, 0.9) !important;
}

.btn-cta.referral-blue .btn-cta__txt {
  display: block;
  width: fit-content;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(90deg, rgba(41, 149, 221, 1) 0%, rgba(21, 118, 199, 1) 53%, rgba(2, 88, 177, 1) 100%) text;
}

.btn-cta.referral-blue .btn-arrow {
  background: #2995dd;
  background: linear-gradient(90deg, rgba(41, 149, 221, 1) 0%, rgba(21, 118, 199, 1) 53%, rgba(2, 88, 177, 1) 100%) !important;
}

.btn-cta.referral-blue .btn-arrow::before {
  background-color: #fff;
}

.referral-fv {
  z-index: -1;
}

.referral-fv__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.referral-fv.career-fv::before {
  display: none;
}

.referral-fv__main {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.referral-fv__main__inner {
  max-width: 50rem;
  max-height: 65rem;
  height: calc(100vh - 19rem);
  gap: 2rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.referral-fv__img {
  height: 100vh;
  overflow: hidden;
}

.referral-fv__main__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: url(#fvPath);
  aspect-ratio: 50 / 37;
}

.referral-fv__main__hdg {
  width: 93%;
}

.referral-fv__main__txt {
  font-size: 1.6rem;
  letter-spacing: 0;
}

.referral-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.referral-message {
  background-color: #0c3167;
  color: #fff;
  padding: 12.4rem 0 16rem;
  border-radius: 0 0 4rem 4rem;
}

.referral-message .inner {
  max-width: 120rem;
}

.referral-message .hdg1 {
  margin-bottom: 8rem;
}

.referral-message__cont {
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}

.referral-message__img {
  border-radius: 1.2rem;
  overflow: hidden;
  width: 50rem;
  flex-shrink: 0;
}

.referral-message__txt {
  font-size: 1.5rem;
  line-height: 2;
}

.referral-message__txt .card-interview__comment {
  width: fit-content;
  padding-left: 3.2rem;
  padding-right: 0;
  margin-bottom: 1.6rem;
  margin-left: -3.2rem;
}

.referral-message__hdg {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.6;
}

.referral-message__name {
  margin-top: 2.4rem;
  text-align: right;
}

.referral-message__name span {
  display: block;
  margin-bottom: 1.2rem;
}

.referral-message__name img {
  width: 18.1rem;
}

.referral-about {
  padding: 16rem 0 12rem;
  color: #fff;
}

.referral-about .hdg1 {
  margin-bottom: 5.6rem;
}

.referral-about__txt {
  max-width: 70rem;
  margin-bottom: 8rem;
}

.referral-about__cont {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-bottom: 12rem;
}

.referral-about-box {
  border-radius: 0.5rem;
  box-shadow: 0 0.4rem 1.2rem 0.4rem rgba(2, 88, 177, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  padding: 4rem 5.6rem 6rem;
}

.referral-about-box .label {
  font-size: 1.5rem;
  width: fit-content;
  padding: 0.8rem 1rem 0.7rem;
  line-height: 1;
  border-radius: 0.4rem;
  margin-bottom: 1.2rem;
}

.referral-hdg1 {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.4;
}

.referral-about-box__header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4.8rem;
}

.referral-about-box__header__txt {
  font-size: 1.5rem;
}

.referral-modal-open {
  border-radius: 0.4rem;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.referral-modal-open::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(12, 49, 103, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.4s;
}

.referral-modal-open:hover::before {
  opacity: 0.5;
}

.referral-modal-open__txt {
  font-size: 2.8rem;
  line-height: 1.4;
  position: absolute;
  left: 1.6rem;
  bottom: 2rem;
  z-index: 2;
}

.referral-modal-open__img img {
  aspect-ratio: 584 / 225;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.icon-toggle {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.1rem solid #fff;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
}

.icon-toggle::before,
.icon-toggle::after {
  content: "";
  width: 1rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: transform 0.4s;
}

.icon-toggle::before {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.icon-toggle::after {
  transform: translate(-50%, -50%) rotate(-180deg);
}

.referral-modal-open__icon {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  z-index: 2;
}

.referral-about .referral-hdg1 {
  margin-bottom: 5.6rem;
}

.list-column3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}

.list-column3__item .btn3 {
  background-color: #fff;
  color: #0c3167;
  font-size: 1.8rem;
  letter-spacing: 0;
  padding-left: 2.8rem;
}

.list-column3__item .btn3__txt {
  white-space: nowrap;
}

.list-column3__item .btn-arrow {
  background-color: transparent;
}

.list-column3__item .btn-arrow::before {
  background-color: #0c3167;
}

.referral-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(12, 49, 103, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 1000;
  padding: 12rem 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
}

.referral-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.referral-modal__inner {
  max-width: 100rem;
  background-color: #f4f5f6;
  border-radius: 0.5rem;
  padding: 10rem 5rem;
  position: relative;
}

.referral-modal__close {
  cursor: pointer;
  width: 6rem;
  height: 6rem;
  background-color: #0c3167;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
}

.referral-modal__close::before {
  content: "";
  width: 1rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.referral-modal__cont {
  display: none;
  align-items: center;
  gap: 5rem;
}

.referral-modal__cont.is-active {
  display: flex;
}

.referral-modal .referral-modal__txt__hdg {
  color: #000;
  margin-bottom: 4rem;
}

.referral-modal .referral-modal__txt p {
  color: #000;
  font-size: 1.5rem;
}

.referral-modal .referral-modal__txt .btn1 {
  margin-top: 4rem;
  transition: opacity 0.4s;
}

.referral-modal .btn-arrow.btn-arrow--blank::before {
  display: none;
}

.referral-modal .btn-arrow.btn-arrow--blank img {
  width: 1.5rem;
}

.referral-modal .referral-modal__img {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 40rem;
  flex-shrink: 0;
}

.referral-career .hdg1 {
  margin-bottom: 5.6rem;
}

.referral-career__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.referral-career__txt {
  max-width: 55.7rem;
}

.referral-career__txt .referral-hdg1 {
  max-width: 51rem;
  margin-bottom: 3.2rem;
}

.referral-career-btn {
  max-width: 60rem;
  width: 100%;
  display: flex;
  padding: 3rem 3rem 2.4rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  gap: 3rem;
  align-items: center;
  line-height: 1.6;
  transition: background-color 0.3s;
}

.referral-career-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.referral-career-btn .name {
  font-size: 2.4rem;
  margin-bottom: 2rem;
}

.referral-career-btn .title {
  font-size: 2.2rem;
  margin-bottom: 2rem;
}

.referral-career-btn .tag {
  margin-bottom: 1.2rem;
}

.referral-career-btn__img {
  width: 20rem;
  flex-shrink: 0;
}

.referral-career-btn__img img {
  aspect-ratio: 5 / 8;
  object-fit: cover;
}

.referral-career-btn .btn1 {
  margin-right: 0;
  margin-left: auto;
}

.referral-career-btn .btn1 .icn-note {
  width: 6rem;
  height: 6rem;
  background-color: rgba(255, 255, 255, 0.2);
}

.referral-career-btn .btn1 .icn-note svg {
  width: 1.7rem;
  height: 1.7rem;
}

.referral-career-btn:has(.referral-career-btn__img) .tag,
.referral-career-btn:has(.referral-career-btn__img) .name {
  margin-bottom: 3.2rem;
}

.referral-career-btn:has(.referral-career-btn__img) .btn1 {
  margin-right: unset;
  margin-left: unset;
}

.top-member__crosstalk::before {
  height: calc(100% + 100vh);
}

.referral-merit {
  padding: 16rem 0;
  position: relative;
}

.referral-merit::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #143d69;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -2;
}

.referral-merit__bg {
  width: 100%;
  height: calc(100% + 100vh);
  background-color: #ecedef;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

.referral-merit .fv-slider {
  margin-bottom: 16rem;
  z-index: 2;
}

.referral-merit .fv-slider .swiper-wrapper {
  transition-timing-function: linear;
  align-items: center;
}

.referral-merit .fv-slider__item {
  width: fit-content;
  min-width: 30rem;
  height: auto;
  padding: 0 3rem;
  display: flex;
}

.referral-merit .fv-slider__item img {
  border-radius: 0.5rem;
  min-height: 40rem;
  width: auto;
}

.referral-merit .inner {
  position: relative;
  z-index: 2;
}

.referral-merit__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 12rem;
}

.referral-merit__header p {
  max-width: 60rem;
}

.referral-merit__inner {
  display: flex;
  align-items: center;
  gap: 8.2rem;
}

.referral-merit__img {
  width: 56rem;
  flex-shrink: 0;
}

.referral-merit-list {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 2.4rem 0;
}

.referral-merit-list__item {
  padding-left: 4rem;
  padding-right: 1rem;
  background: url(../img/referral/icon_check.svg) no-repeat left 1rem top 0.4rem / 2.2rem;
}

.referral-merit-list__item:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #d0d0d0;
}

.referral-merit-cont {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.referral-merit-cont__title {
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 500;
}

.referral-merit-cont__desc {
  font-size: 1.5rem;
  font-weight: normal;
}

.referral-recruitment {
  padding: 9.4rem 0 16rem;
  background-color: #f4f5f6;
}

.referral-recruitment__inner {
  display: flex;
  justify-content: space-between;
}

.referral-toggle {
  max-width: 92rem;
  padding-top: 1.6rem;
  padding-bottom: 8.4rem;
  position: relative;
  height: 65rem;
  overflow: hidden;
  transition: height 0.8s ease;
  position: relative;
}

.referral-toggle::after {
  content: "";
  width: calc(100% + 3.2rem);
  height: 8rem;
  position: absolute;
  left: -1.6rem;
  bottom: 0;
  z-index: 1;
  opacity: 1;
  background: #f4f5f6;
  background: linear-gradient(0deg, rgba(244, 245, 246, 1) 14%, rgba(244, 245, 246, 0.6) 57%, rgba(244, 245, 246, 0) 100%);
  transition: opacity 0.4s ease;
}

.referral-recruitment__cont.is-open .referral-toggle::after {
  opacity: 0;
  pointer-events: none;
}

.referral-toggle .requirements-list__title {
  width: 22rem;
}

.referral-toggle .requirements-list__desc {
  width: calc(100% - 22rem);
}

.referral-toggle .requirements-list__desc .bold {
  font-weight: 500;
}

.referral-toggle .requirements-list__desc a {
  text-decoration: underline;
}

.referral-toggle__btn {
  margin: 4rem auto 0;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.referral-toggle__btn__icn {
  width: 6rem;
  height: 6rem;
  background-color: #0c3167;
  border-radius: 50%;
  position: relative;
}

.referral-toggle__btn__icn::before,
.referral-toggle__btn__icn::after {
  content: "";
  width: 1rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.referral-toggle__btn__icn::before {
  transform: translate(-50%, -50%) rotate(-90deg);
  transition: transform 0.4s ease;
}

.referral-toggle__btn__icn::after {
  transform: translate(-50%, -50%) rotate(-180deg);
  transition: transform 0.4s ease;
}

.referral-recruitment__cont:has(.is-open) .referral-toggle__btn__icn::before,
.referral-recruitment__cont:has(.is-open) .referral-toggle__btn__icn::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.referral .bg-white {
  padding: 10rem 0 12rem;
}

.referral-faq__inner {
  display: flex;
  justify-content: space-between;
}

.referral-faq__cont {
  max-width: 85rem;
  padding-top: 3rem;
}

.referral-faq__cont__inner {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.referral-faq .faq {
  border: 1px solid #ecedef;
}

.referral-faq .faq__q p {
  font-size: 1.6rem;
}

.referral-faq .faq__a p {
  margin-top: 0.8rem;
  max-width: 68rem;
  font-size: 1.6rem;
}

.referral-flow {
  padding-top: 10rem;
}

.referral-flow__inner {
  border-radius: 0.5rem;
  background-color: #0c3167;
  padding: 6rem 5.6rem 10rem;
}

.referral-flow .hdg1 {
  text-align: center;
  margin-bottom: 4.8rem;
  background-position: left calc(50% - 3.4rem) top 0.2rem;
}

.referral-flow .hdg1::before {
  margin-left: auto;
  margin-right: auto;
}

.step-list {
  display: flex;
  gap: 4.8rem;
  counter-reset: stepitem;
}

.step-list__item {
  flex: 1;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 3.2rem 1rem 1rem;
  min-height: 17rem;
  text-align: center;
  counter-increment: stepitem;
  color: #0c3167;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

.step-list__item:not(:last-child)::after {
  content: "";
  width: 1.8rem;
  height: 1.2rem;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  right: -2.4rem;
  top: 50%;
  transform: translate(50%, -50%);
}

.step-list__item .num {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 2.4rem;
}

.step-list__item .num::after {
  content: counter(stepitem, decimal-leading-zero);
  font-size: 2.4rem;
  margin-left: 0.4rem;
}

.referral-flow__note {
  text-align: center;
  margin-top: 2.4rem;
}

@media screen and (min-width: 801px) {
  .referral-modal .referral-modal__txt .btn1:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 800px) {
  .referral .hdg1 {
    line-height: 1.2;
  }
  .career.referral .l-header__recruit__btn.referral-blue {
    width: 5.4rem;
  }

  .career.referral .l-header__recruit__btn.referral-orange {
    width: 6.4rem;
  }

  .referral-fv__inner {
    grid-template-columns: 1fr;
  }

  .referral-fv.career-fv::before {
    display: none;
  }

  .referral-fv__main {
    padding-top: 11rem;
    display: block;
  }

  .referral-fv__main__inner {
    max-height: unset;
    height: auto;
    gap: unset;
    padding: 0 20px;
  }

  .referral-fv__img {
    display: none;
  }

  .referral-fv__main__img {
    height: 43vh;
    margin-bottom: 2vh;
  }

  .referral-fv__main__img img {
    max-height: 34rem;
    aspect-ratio: 334 / 340;
  }

  .referral-fv__main__hdg {
    width: 76.8vw;
    margin-bottom: 1.8rem;
  }

  .referral-fv__main__txt {
    font-size: 1.3rem;
  }

  .referral-fv__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .referral-message {
    padding: 8rem 0;
    border-radius: 0 0 2.4rem 2.4rem;
  }

  .referral-message .inner {
    max-width: 120rem;
  }

  .referral-message .hdg1 {
    margin-bottom: 4rem;
  }

  .referral-message__cont {
    flex-direction: column;
    gap: 4rem;
  }

  .referral-message__img {
    width: 24rem;
    margin: 0 auto;
    border-radius: 0.8rem;
  }

  .referral-message__txt .card-interview__comment {
    padding-left: 1.6rem;
    margin-left: -1.6rem;
  }

  .referral-message__hdg {
    font-size: 2.2rem;
  }

  .referral-message__name img {
    width: 15rem;
  }

  .referral-about {
    padding: 8rem 0;
  }

  .referral-about .hdg1 {
    margin-bottom: 4rem;
    line-height: 1.2;
  }

  .referral-about__txt {
    margin-bottom: 5.6rem;
  }

  .referral-about__cont {
    gap: 3.2rem;
    margin-bottom: 6rem;
  }

  .referral-about-box {
    padding: 3.2rem 1.6rem;
  }

  .referral-about-box .label {
    font-size: 1.3rem;
  }

  .referral-hdg1 {
    font-size: 2.4rem;
  }

  .referral-about-box__header {
    grid-template-columns: 1fr;
    margin-bottom: 3.2rem;
  }

  .referral-modal-open__txt {
    font-size: 2rem;
    bottom: 1.6rem;
  }

  .referral-modal-open__icon {
    right: 1.6rem;
    bottom: 1.6rem;
  }

  .referral-about .referral-hdg1 {
    margin-bottom: 2.4rem;
  }

  .list-column3 {
    grid-template-columns: 1fr;
    gap: 0.8rem;
  }

  .list-column3__item .btn3 {
    font-size: 1.5rem;
    padding-left: 2rem;
  }

  .referral-modal {
    padding: 6rem 2rem;
  }

  .referral-modal__inner {
    padding: 6rem 0.8rem 2.4rem;
  }

  .referral-modal__wrap {
    max-height: calc(100vh - 240px);
    overflow: auto;
    padding: 0 0.8rem;
  }

  /* .referral-modal__wrap::-webkit-scrollbar {
    width: 5px;
  }
  .referral-modal__wrap::-webkit-scrollbar-track {
    background: #ccc;
  }
  .referral-modal__wrap::-webkit-scrollbar-thumb {
    background: #0c3167;
  } */

  .referral-modal__close {
    width: 4rem;
    height: 4rem;
    top: 1rem;
    right: 1.6rem;
  }

  .referral-modal__cont {
    flex-direction: column-reverse;
    gap: 2.4rem;
  }

  .referral-modal .referral-modal__txt__hdg {
    margin-bottom: 1.6rem;
  }

  .referral-modal .referral-modal__txt .btn1 {
    margin-top: 1.6rem;
  }

  .referral-modal .referral-modal__img {
    width: 100%;
  }

  .referral-modal .btn-arrow.btn-arrow--blank img {
    width: 1.3rem;
  }

  .referral-career .hdg1 {
    margin-bottom: 4rem;
  }

  .referral-career__inner {
    flex-direction: column;
    gap: 5.6rem;
  }

  .referral-career__txt .referral-hdg1 {
    margin-bottom: 3.2rem;
  }

  .referral-career-btn {
    flex-direction: column-reverse;
    padding: 2.4rem 1.6rem;
    gap: 2.4rem;
  }

  .referral-career-btn .name {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }

  .referral-career-btn .title {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
  }

  .referral-career-btn .tag {
    margin-bottom: 1.2rem;
  }

  .referral-career-btn .btn1 {
    justify-content: flex-end;
  }

  .referral-career-btn .btn1 .icn-note {
    width: 5.6rem;
    height: 5.6rem;
  }

  .referral-career-btn .btn1 .icn-note svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .referral-career-btn:has(.referral-career-btn__img) .tag,
  .referral-career-btn:has(.referral-career-btn__img) .name {
    margin-bottom: 2rem;
  }

  .top-member__crosstalk::before {
    height: calc(100% + 100vh);
  }

  .referral-merit {
    padding: 8rem 0;
  }

  .referral-merit .fv-slider {
    margin-bottom: 8rem;
  }

  .referral-merit .fv-slider__item {
    padding: 0 0.8rem;
    min-width: unset;
  }

  .referral-merit .fv-slider__item img {
    min-height: auto;
    height: 28rem;
  }

  .referral-merit__header {
    flex-direction: column;
    align-items: unset;
    gap: 4rem;
    padding-bottom: 5.6rem;
  }

  .referral-merit__inner {
    flex-direction: column-reverse;
    gap: 4.8rem;
  }

  .referral-merit__img {
    width: 100%;
  }

  .referral-merit-list {
    padding: 2.4rem 0;
  }

  .referral-merit-list__item {
    background-position: left 1rem top 0.3rem;
  }

  .referral-merit-cont {
    gap: 1.6rem;
  }

  .referral-recruitment {
    padding: 8rem 0;
  }

  .referral-recruitment__inner {
    flex-direction: column;
  }

  .referral-toggle {
    height: 40rem;
    padding-bottom: 0;
  }

  .referral-toggle .requirements-list__title,
  .referral-toggle .requirements-list__desc {
    width: 100%;
  }

  .referral-toggle__btn {
    margin-top: 2.4rem;
  }

  .referral-toggle__btn__icn {
    width: 4.8rem;
    height: 4.8rem;
  }

  .referral .bg-white {
    padding: 8rem 0;
  }

  .referral-faq__inner {
    flex-direction: column;
    gap: 4rem;
  }

  .referral-faq__cont {
    padding-top: 0;
  }

  .referral-faq__cont__inner {
    gap: 0.8rem;
  }

  .referral-faq .faq .faq__a p {
    margin-top: 0.4rem;
    font-size: 1.5rem;
  }

  .referral-flow {
    padding-top: 8rem;
  }

  .referral-flow__inner {
    padding: 4rem 2rem 4rem;
  }

  .referral-flow .hdg1 {
    margin-bottom: 4rem;
  }

  .step-list {
    flex-direction: column;
    gap: 3.2rem;
  }

  .step-list__item {
    padding: 2rem 1rem;
    min-height: unset;
  }

  .step-list__item:not(:last-child)::after {
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    width: 2.4rem;
    height: 1.2rem;
    right: unset;
    left: 50%;
    top: unset;
    bottom: -1.6rem;
    transform: translate(-50%, 50%);
  }

  .step-list__item .num {
    font-size: 1.4rem;
    margin-bottom: 1.6rem;
  }

  .step-list__item .num::after {
    font-size: 2rem;
  }

  .referral-flow__note {
    text-align: left;
  }

  .list-nav__item a:hover {
    padding-left: 0.8rem !important;
  }
  .list-nav__item a:hover::before {
    opacity: 0 !important;
  }
}

/* 20251222 */

.referral .crosstalk-slider .swiper-slide {
  padding: 0 1.6rem;
}
.referral .crosstalk-slider .swiper-pagination:has(span) {
  margin-top: 6.4rem;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
}
@media screen and (max-width: 800px) {
  .referral .crosstalk-slider .swiper-pagination:has(span) {
    margin-top: 3.2rem;
  }
}
.referral .crosstalk-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.referral .crosstalk-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 2.4rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background-color: #555;
  opacity: 1;
}
.referral .crosstalk-slider .swiper-pagination-bullet-active {
  background-color: #ccc !important;
}
