@charset "UTF-8";
.list-image__title {
  margin-bottom: 30px;
}
.list-image__title h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 31.04px;
  color: #222224;
}
.list-image__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.7%;
}
.list-image__card {
  display: flex;
  flex-direction: column;
  height: 360px;
  background-repeat: repeat-y;
  background-size: cover;
  width: 290px;
  border-radius: 16px;
}
.list-image__card__1 {
  background-image: url("/images/career/img00-01_pc.png");
}
.list-image__card__2 {
  background-image: url("/images/career/img00-02_pc.png");
}
.list-image__card__3 {
  background-image: url("/images/career/img00-03_pc.png");
}
.list-image__card__4 {
  background-image: url("/images/career/img00-04_pc.png");
}
.list-image__card-image {
  object-fit: contain;
}
.list-image__card-image {
  border: 16px;
}
.list-image__card-title {
  position: relative;
  max-width: 80%;
  top: 222px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  width: 230px;
  height: 108px;
}
.list-image__card-title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #222224;
  margin-bottom: 18px;
}
.list-image__card-title p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6f6f74;
}
.list-image__arrow-right {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a7a9b1;
}

.banner {
  position: relative;
  height: 280px;
  width: 100%;
  background-image: url("/images/career/img-banner-kr.png");
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.banner__image {
  position: relative;
}
.banner__title {
  margin-top: -6px;
  max-width: 471px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner__title button {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  color: #dcdee4;
  width: 133px;
  height: 36px;
  background-color: transparent;
  border-radius: 34px;
  border: 2px #dcdee4 solid;
}
.banner__title h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: normal;
  color: #fff;
  margin-bottom: 30px;
}

.recruitment__benefits {
  margin-bottom: 80px;
}
.recruitment__benefits__title {
  font-size: 26px;
  font-weight: 500;
  line-height: 31.024px;
  color: #222224;
  margin-top: 80px;
  margin-bottom: 30px;
}
.recruitment__benefits__cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.recruitment__benefits__card {
  padding: 30px;
  flex: 1 1 calc(33.333% - 13.333px);
  background-color: #f1f2f6;
  border-radius: 16px;
  max-width: calc(33.333% - 13.333px);
  min-height: 230px;
}
.recruitment__benefits__card__icon img {
  width: 40px;
  height: 40px;
}
.recruitment__benefits__card__title {
  margin-top: 26px;
}
.recruitment__benefits__card__title h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #222224;
  margin-bottom: 14px;
}
.recruitment__benefits__card__title p {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #6f6f74;
}

.recruitment__banner-bottom {
  position: relative;
  height: 280px;
  width: 100%;
  background-image: url("/images/career/img-banner-bottom-en.png");
  align-items: center;
}
.recruitment__banner-bottom:hover .link-description {
  color: #ffffff !important;
}
.recruitment__banner-bottom:hover svg path {
  fill: #fff;
}
.recruitment__banner-bottom__image {
  position: relative;
}
.recruitment__banner-bottom__title {
  position: relative;
  max-width: 572px;
  height: 163px;
  top: 59px;
  bottom: 58px;
  left: 70px;
}
.recruitment__banner-bottom__title p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-bottom: 30px;
}
.recruitment__banner-bottom__title h3 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28.64px;
  color: #fff;
  margin-bottom: 18px;
}
.recruitment__banner-bottom__title .link-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 19.088px;
  color: #dcdee4 !important;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.recruitment__banner-bottom__title p .line-break::after {
  content: "\a";
  white-space: pre;
}
@media (max-width: 1279px) {
  .recruitment__banner-bottom__title p .line-break::after {
    content: " ";
    white-space: normal;
  }
}

.banner-area {
  margin-top: 80px;
  background-color: #0f0f10;
  border-radius: 16px;
  width: 100%;
}

.banner-area > div {
  display: none;
}

.banner-area > div.active {
  display: flex;
}

.banner-title {
  font-weight: 500;
  font-size: 26px;
  line-height: 31.03px;
  color: #fff;
}
.banner-title__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.banner-title__wrapper div {
  text-align: center;
}
.banner-title__wrapper .second-txt-mobile {
  display: none;
}

.go-first-step-btn,
.next-btn {
  text-align: center;
  width: 140px;
  height: 36px;
  padding: 8px 24px;
  white-space: nowrap;
  border: 2px solid #dcdee4;
  gap: 10px;
  border-radius: 36px;
  background-color: black;
  color: #dcdee4;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.next-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.next-btn:not(.next-btn--no-hover):hover {
  color: #fff;
  border-color: #fff;
}

.go-first-step-btn:hover {
  color: #fff;
  border-color: #fff;
}

.start-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  height: 36px;
  margin-top: 30px;
  padding: 8px 24px;
}

.white-btn {
  border: none;
  text-align: center;
  width: 140px;
  height: 36px;
  padding: 8px 19px 8px 19px;
  border-radius: 36px;
  background-color: #dcdee4;
  color: #0f0f10;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  cursor: pointer;
}
.white-btn:disabled {
  color: #a7a9b1;
  cursor: not-allowed;
}

.banner-tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 12px;
  row-gap: 15px;
  max-width: 860px;
  min-height: 80px;
  max-height: 150px;
  overflow: auto;
  padding: 0 14px;
}
.banner-tags .tag {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  border-radius: 40px;
  padding: 11px 14px;
  background-color: #424244;
  color: #dcdee4;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: -0.025em;
  cursor: pointer;
  height: 32px;
}
.banner-tags .tag.active,
.banner-tags .tag:hover {
  background-color: #6f6f74;
  color: #fff;
}
.banner-tags .tag.inactive {
  background-color: #424244 !important;
  color: #dcdee4 !important;
}

.button-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 40px;
}
.button-row--justify-center {
  justify-content: center;
}
.button-row--gap {
  gap: 10px;
}
.button-row .skip-btn,
.button-row .back-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #dcdee4;
  cursor: pointer;
}
.button-row .skip-btn .icon:hover svg,
.button-row .back-btn .icon:hover svg {
  color: #a7a9b1;
  animation-timing-function: ease-out;
  animation-duration: 150ms;
}
.button-row .back-btn--hidden {
  opacity: 0;
  pointer-events: none;
}
.button-row .skip-btn:hover,
.button-row .back-btn:hover {
  color: #fff;
}
.button-row .skip-btn:hover svg,
.button-row .back-btn:hover svg {
  color: #fff;
}

.banner-step-0 {
  background-image: url("/images/careers-area/career-banner.png");
  width: 100%;
  height: 280px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-step-0 .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.banner-step-1 .banner-title,
.banner-step-2 .banner-title,
.banner-step-3 .banner-title {
  margin-bottom: 34px;
}
.banner-step-1 .button-row,
.banner-step-2 .button-row,
.banner-step-3 .button-row {
  margin-top: 29px;
}

.banner-step-1,
.banner-step-2,
.banner-step-3,
.banner-step-4,
.banner-step-5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.banner-step-1 {
  height: 360px;
  padding: 40px 30px;
}

.banner-step-2 {
  padding: 40px 30px;
  height: 360px;
}

.banner-step-3 {
  padding: 40px 30px;
  height: 360px;
}

.banner-step-4 {
  padding: 40px;
}
.banner-step-4 .custom-scrollbar::-webkit-scrollbar {
  width: 3px;
  height: 200px !important;
}
.banner-step-4 .job-box-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  max-height: 436px;
  overflow: auto;
  padding-right: 14px;
}
.banner-step-4 .link-detail {
  text-decoration: none;
}
.banner-step-4 .link-detail .job-box {
  border-radius: 14px;
  width: 860px;
  padding: 30px;
  background-color: #222224;
  height: 132px;
}
.banner-step-4 .link-detail .job-box .job-content {
  height: 72px;
}
.banner-step-4 .link-detail .job-box .job-content .job-time {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #6f6f74;
}
.banner-step-4 .link-detail .job-box .job-content .job-position {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  color: #dcdee4;
}
.banner-step-4 .link-detail .job-box .job-content .job-tag {
  margin-top: 10px;
  display: flex;
  gap: 20px;
}
.banner-step-4 .link-detail .job-box .job-content .job-tag div {
  color: #a7a9b1;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.banner-step-4 .link-detail .job-box:hover {
  background-color: #2d2d2f;
}

.banner-step-5 {
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #a7a9b1;
}
.banner-step-5 .applicant-info-container {
  max-width: 860px;
}
.banner-step-5 .applicant-info-container .applicant-info-form {
  padding-top: 40px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.banner-step-5 .applicant-info-container .applicant-info-form .applicantEmail {
  width: 100%;
  border-radius: 16px;
  height: 50px;
  background-color: #dcdee4;
  padding: 15px 20px 16px 20px;
  border: none;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2f;
}
.banner-step-5 .applicant-info-container .applicant-info-form .applicantEmail:focus {
  pointer-events: none;
  border: none;
  outline: none;
}
.banner-step-5 .applicant-info-container .applicant-info-form .applicantEmail::placeholder {
  font-size: 16px;
  font-weight: 400;
  color: #2d2d2f;
}
.banner-step-5 .applicant-info-container .applicant-info-form .policy {
  padding: 20px;
  border: 2px solid #222224;
  border-radius: 16px;
  gap: 10px;
  line-height: 16.71px;
  font-size: 14px;
  color: #6f6f74;
  font-weight: 400;
  text-align: left;
  margin-bottom: 40px;
}
.banner-step-5 .applicant-info-container .applicant-info-form .policy__title {
  margin-bottom: 10px;
}
.banner-step-5 .applicant-info-container .applicant-info-form .policy li::before {
  content: "•";
  margin-right: 5px;
}
.banner-step-5 .applicant-info-container .applicant-info-form .policyAgreement {
  display: flex;
  justify-content: center;
}
.banner-step-5 .applicant-info-container .applicant-info-form .policyAgreement .policyAgreementCheckBox {
  width: 33px;
  height: 33px;
  border-radius: 8px;
  background-color: #dcdee4;
  box-shadow: none;
  margin-top: 0;
  margin-right: 10px;
}
.banner-step-5 .applicant-info-container .applicant-info-form .policyAgreement .policyAgreementCheckBox:checked {
  border: none;
  box-shadow: none;
  background-image: url("..//images/contact-us/checked.svg");
}
.banner-step-5 .applicant-info-container .applicant-info-form .policyAgreement .policyAgreementCheckBox:focus {
  outline: none;
  box-shadow: none;
  border: none;
}
.banner-step-5 .applicant-info-container .applicant-info-form .policyAgreement .policyAgreementCheckBox::after {
  color: #222224;
}
.banner-step-5 .applicant-info-container .applicant-info-form .policyAgreement .description {
  font-size: 16px;
  font-weight: 400;
  padding: 7px 0 7px 0;
  align-self: center;
}
.banner-step-5 .applicant-info-container .applicant-info-form .button-container .go-first-step-btn {
  margin-top: 0;
  margin-right: 6px;
}
.banner-step-5 .applicant-info-container .applicant-info-form .button-container .white-btn {
  margin-top: 0;
}

.banner-step-6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1280px;
  height: 360px;
}
.banner-step-6 .button-container {
  display: flex;
  margin-top: 22px;
  padding: 0px 18px;
  gap: 10px;
}
.banner-step-6 .button-row {
  margin-top: 20px;
}

.faq-container {
  margin-top: 80px;
}
.faq-container .faq-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
  color: #222224;
}
.faq-container .faq-button-group {
  margin-top: 30px;
  display: flex;
  gap: 10px;
}
.faq-container .faq-button-group .faq-button {
  border: 2px solid #dcdee4;
  color: #a7a9b1;
  border-radius: 18px;
  font-size: 15px;
  line-height: 28px;
  width: 150px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-container .faq-button-group .faq-button:not(.active) {
  font-weight: 500;
}
.faq-container .faq-button-group .faq-button:not(.active):hover {
  border-color: #a7a9b1;
  color: #6f6f74;
}
.faq-container .faq-button-group .faq-button.active {
  background-color: #4b4b4d;
  color: #fff;
  font-weight: 600;
  border: none;
}
.faq-container .faq-list {
  margin-top: 20px;
  border-top: 1px solid #222224;
}
.faq-container .faq-list .faq-item {
  padding: 20px 16px 23px 20px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid darkgrey;
}
.faq-container .faq-list .question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq-container .faq-list .question .question-text {
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  color: #222224;
  padding-right: 20px;
  display: flex;
  column-gap: 5px;
}
.faq-container .faq-list .question .icon:hover img {
  filter: invert(22%) sepia(19%) saturate(30%) hue-rotate(189deg) brightness(94%) contrast(90%);
}
.faq-container .faq-list .answer {
  margin-top: 37px;
  color: #6f6f74;
  line-height: 24px;
  column-gap: 13px;
  padding-right: 50px;
}
.faq-container .faq-list .rotate {
  transition: transform 0.5s;
  transform: rotate(180deg);
}
.faq-container .faq-list .un-rotate {
  transition: transform 0.5s;
  transform: rotate(0deg);
}
.faq-container .suggestion {
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}
.faq-container .suggestion .suggestion-highlight {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

@media (max-width: 1279px) {
  .banner-step-0 {
    background-image: url("/images/careers-area/career-banner-mobile.png");
    height: 610px;
    width: 100%;
    position: relative;
    aspect-ratio: 670/610;
  }
  .faq-container {
    margin-top: 100px;
  }
  .faq-container .faq-title {
    font-size: 36px;
    line-height: 43.2px;
  }
  .faq-container .faq-button-group {
    margin-top: 40px;
    gap: 20px;
    overflow-x: scroll;
  }
  .faq-container .faq-button-group::-webkit-scrollbar {
    display: none;
  }
  .faq-container .faq-button-group .faq-button {
    width: 270px;
    height: 60px;
    border-radius: 30px;
    font-size: 26px;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 270px;
  }
  .faq-container .faq-button-group .faq-button.active {
    font-weight: 500;
  }
  .faq-container .faq-list {
    margin-top: 40px;
  }
  .faq-container .faq-list .faq-item {
    padding: 23px 20px;
  }
  .faq-container .faq-list .faq-item .question .question-text {
    font-size: 26px;
    line-height: 36px;
    font-weight: 600;
    color: #424244;
  }
  .faq-container .faq-list .faq-item .answer {
    margin-top: 44px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    color: #6f6f74;
  }
  .faq-container .suggestion {
    margin-top: 40px;
  }
  .faq-container .suggestion p,
  .faq-container .suggestion .suggestion-highlight {
    font-size: 24px;
    line-height: 36px;
    color: #6f6f74;
  }
  .faq-container .suggestion span {
    color: #424244 !important;
  }
  .banner-title {
    font-size: 36px;
    line-height: 42.96px;
  }
  .banner-title--mobile-step-collect-data {
    font-size: 34px;
    font-weight: 400;
    line-height: 40.57px;
    letter-spacing: -0.025em;
  }
  .banner-title .second-txt-mobile {
    display: block;
  }
  .banner-title .second-txt-desktop {
    display: none;
  }
  .go-first-step-btn,
  .next-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 60px;
    padding: 8px 107px 8px 107px;
    border-radius: 34px;
    font-size: 26px;
    line-height: 31.03px;
  }
  .go-first-step-btn {
    padding: 8px 64px 8px 64px;
  }
  .white-btn {
    padding: 8px 24px 8px 24px;
  }
  .next-btn--mobile-step-button {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .start-btn {
    min-width: auto;
    height: 60px;
    margin-top: 49px;
    font-size: 26px;
    line-height: 31.03px;
    padding: 8px 66px;
  }
  .banner-tags {
    max-width: 590px;
    max-height: 419px;
    height: 419px;
  }
  .banner-tags .tag {
    height: 60px;
    padding: 11px 40px 11px 40px;
    border-radius: 30px;
    font-size: 26px;
    font-weight: 500;
    line-height: 31.03px;
  }
  .button-row {
    margin-top: 80px;
  }
  .button-row--gap {
    gap: 20px;
  }
  .button-row .skip-btn,
  .button-row .back-btn {
    gap: 15px;
    font-size: 28px;
    line-height: 33.41px;
  }
  .button-row .back-btn .icon--left svg {
    width: 11.25px;
    height: 17.57px;
  }
  .button-row--mobile-step-button {
    position: relative;
    height: 146px;
  }
  .banner-area {
    margin-top: 100px;
  }
  .banner-step-1,
  .banner-step-2,
  .banner-step-3,
  .banner-step-4,
  .banner-step-5,
  .banner-step-6 {
    min-height: 886px;
    padding: 80px 40px;
  }
  .banner-step-1,
  .banner-step-2,
  .banner-step-3 {
    padding-bottom: 40px;
  }
  .banner-step-4 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .banner-step-4 .job-box-container {
    max-height: 800px;
    gap: 30px;
    width: 100%;
  }
  .banner-step-4 .link-detail .job-box {
    border-radius: 16px;
    width: 100%;
    padding: 40px;
    min-height: 256px;
  }
  .banner-step-4 .link-detail .job-box .job-content {
    min-height: 176px;
  }
  .banner-step-4 .link-detail .job-box .job-content .job-time {
    font-size: 26px;
    font-weight: 500;
    line-height: 31.03px;
  }
  .banner-step-4 .link-detail .job-box .job-content .job-position {
    margin-top: 4px;
    font-size: 36px;
    line-height: 46px;
  }
  .banner-step-4 .link-detail .job-box .job-content .job-tag {
    margin-top: 25px;
  }
  .banner-step-4 .link-detail .job-box .job-content .job-tag div {
    font-size: 24px;
    line-height: 24px;
  }
  .banner-step-5 {
    padding: 80px 30px;
  }
  .banner-step-5 .banner-title {
    padding: 0px 60px;
  }
  .banner-step-5 .job-box-container {
    margin-top: 20px;
    max-height: 622px;
  }
  .banner-step-5 .job-box-container .job-box {
    width: 530px;
  }
  .banner-step-5 .job-box-container .go-first-step-btn {
    margin-top: 80px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form {
    padding-bottom: 80px;
  }
  .banner-step-6 {
    width: calc(100vw - 40px - 40px);
  }
  .banner-step-6 .button-row {
    margin-top: 40px;
  }
  .banner-step-1 .banner-title,
  .banner-step-2 .banner-title,
  .banner-step-3 .banner-title {
    margin-bottom: 80px;
  }
  .banner-step-1 .button-row,
  .banner-step-2 .button-row,
  .banner-step-3 .button-row {
    margin-top: 80px;
  }
  .banner-step-1 .next-btn,
  .banner-step-2 .next-btn,
  .banner-step-3 .next-btn {
    margin-bottom: 86px;
  }
  .list-image__title {
    margin-bottom: 40px;
  }
  .list-image__title h2 {
    font-size: 36px;
    line-height: 43.2px;
  }
  .list-image__list {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
  }
  .list-image__card {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 180px;
    background-repeat: repeat-y;
    background-size: cover;
    width: 100%;
    border-radius: 16px;
  }
  .list-image__card__1 {
    background-image: url("/images/career/img00-01_mo.png");
  }
  .list-image__card__2 {
    background-image: url("/images/career/img00-02_mo.png");
  }
  .list-image__card__3 {
    background-image: url("/images/career/img00-03_mo.png");
  }
  .list-image__card__4 {
    background-image: url("/images/career/img00-04_mo.png");
  }
  .list-image__card-image {
    object-fit: contain;
  }
  .list-image__card-image {
    border: 16px;
  }
  .list-image__card-title {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 241px;
    max-width: 36%;
    top: 0%;
    left: -5%;
  }
  .list-image__card-title h3 {
    font-size: 36px;
    font-weight: 500;
    line-height: 42.96px;
    margin-bottom: 10px;
  }
  .list-image__card-title p {
    font-size: 24px;
    line-height: 38px;
  }
  .list-image__arrow-right {
    width: 32px;
    height: 32px;
    color: #6f6f74;
    transform: rotate(90deg);
  }
  .list-image__arrow-right svg {
    width: 11px;
    height: 17px;
  }
  .banner {
    position: relative;
    width: 100%;
    background-image: url("/images/career/img-banner-kr_mo.png");
    display: flex;
    justify-content: center;
    margin-top: 100px;
    min-height: 81vw;
    background-repeat: repeat-y;
    background-size: cover;
    border-radius: 16px;
  }
  .banner__title {
    margin-top: -6px;
    max-width: 574px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .banner__title button {
    font-weight: 500;
    font-size: 26px;
    color: #dcdee4;
    width: 270px;
    height: 60px;
    background-color: transparent;
    border-radius: 34px;
  }
  .banner__title h3 {
    font-weight: 500;
    font-size: 36px;
    line-height: normal;
    color: #fff;
    margin-bottom: 30px;
  }
  .recruitment__benefits {
    margin-bottom: 100px;
    overflow: auto;
    width: 100%;
  }
  .recruitment__benefits__title {
    font-size: 36px;
    line-height: 43.2px;
    color: #222224;
    margin-top: 100px;
    margin-bottom: 40px;
  }
  .recruitment__benefits__cards {
    display: flex;
    flex-wrap: wrap;
    min-width: 2244px;
    max-height: 960px;
  }
  .recruitment__benefits__cards__warpper {
    overflow: auto;
  }
  .recruitment__benefits__card {
    border-radius: 16px;
    max-width: 546px;
    min-height: 300px;
  }
  .recruitment__benefits__card__icon img {
    width: 60px;
    height: 60px;
  }
  .recruitment__benefits__card__title {
    margin-top: 20px;
  }
  .recruitment__benefits__card__title h3 {
    font-size: 34px;
    font-weight: 400;
    line-height: 40.57px;
    margin-bottom: 18px;
  }
  .recruitment__benefits__card__title p {
    font-size: 23px;
    font-weight: 400;
    line-height: 34px;
  }
  .recruitment__banner-bottom {
    background-image: url("/images/career/img-banner-bottom-en_mo.png");
    min-height: 104vw;
    background-repeat: repeat-y;
    background-size: cover;
    border-radius: 16px;
    align-items: flex-start;
  }
  .recruitment__banner-bottom__image {
    position: relative;
  }
  .recruitment__banner-bottom__title {
    position: absolute;
    top: 80px;
    left: 40px;
    right: 56px;
    height: fit-content;
    max-width: 574px;
  }
  .recruitment__banner-bottom__title p {
    font-weight: 300;
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 80px;
  }
  .recruitment__banner-bottom__title h3 {
    font-weight: 400;
    font-size: 34px;
    margin-bottom: 30px;
    line-height: 40.57px;
    letter-spacing: -0.025em;
  }
  .recruitment__banner-bottom__title .link-description {
    font-size: 26px;
    line-height: 31.03px;
    color: #fff !important;
  }
  .recruitment__banner-bottom__title .link-description svg {
    height: 32px;
    width: 32px;
  }
  .banner-step-5 {
    padding: 80px 30px 49px 30px;
  }
  .banner-step-5 .banner-title {
    font-size: 34px;
    line-height: 40.57px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form {
    padding-top: 40px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .applicantEmail {
    height: 80px;
    padding: 21px 30px 21px 30px;
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
    color: #2d2d2f;
    margin-bottom: 40px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .applicantEmail::placeholder {
    font-size: 24px;
    font-weight: 500;
    line-height: 38px;
    color: #2d2d2f;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .policy {
    padding: 30px;
    font-size: 23px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .policy__title {
    line-height: 36px;
    margin-bottom: 35px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .policy li {
    line-height: 36px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .policyAgreement .policyAgreementCheckBox {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    border-radius: 16px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .policyAgreement .description {
    font-size: 24px;
    line-height: 24px;
    padding: 18px 0 18px 0;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .button-container .go-first-step-btn {
    margin-right: 16px;
  }
  .go-first-step-btn,
  .white-btn {
    width: 270px;
    height: 60px;
    font-weight: 500;
    font-size: 26px;
    line-height: 31.03px;
  }
}
@media (max-width: 768px) {
  .banner-title {
    font-size: 18px;
    line-height: 21px;
  }
  .banner-title--mobile-step-collect-data {
    font-size: 17px;
    line-height: 20.285px;
  }
  .banner-title .second-txt-mobile {
    display: block;
  }
  .banner-title .second-txt-desktop {
    display: none;
  }
  .go-first-step-btn,
  .next-btn {
    width: 135px;
    height: 30px;
    padding: 4px 53.5px 4px 53.5px;
    font-size: 13px;
    line-height: 15.5px;
    border-width: 1px;
    border-radius: 17px;
  }
  .go-first-step-btn {
    padding: 4px 32px 4px 32px;
  }
  .white-btn {
    padding: 4px 12px 4px 12px;
  }
  .start-btn {
    height: 30px;
    margin-top: 24.5px;
    font-size: 13px;
    line-height: 16px;
    padding: 4px 33px;
    border-radius: 17px;
  }
  .faq-container {
    margin-top: 50px;
  }
  .faq-container .faq-title {
    font-size: 18px;
    line-height: 22px;
  }
  .faq-container .faq-button-group {
    margin-top: 20px;
    gap: 10px;
  }
  .faq-container .faq-button-group .faq-button {
    padding: 3.5px 23px;
    width: 135px;
    height: 30px;
    border-radius: 15px;
    line-height: 16px;
    font-size: 13px;
    min-width: 135px;
    border-width: 1px;
  }
  .faq-container .faq-list {
    margin-top: 20px;
  }
  .faq-container .faq-list .faq-item {
    padding: 11.5px 10px;
  }
  .faq-container .faq-list .faq-item .question .question-text {
    font-size: 13px;
    line-height: 18px;
    padding-right: 10px;
    column-gap: 2.5px;
  }
  .faq-container .faq-list .faq-item .question .icon {
    min-width: 15px;
  }
  .faq-container .faq-list .faq-item .answer {
    margin-top: 22px;
    font-size: 12px;
    line-height: 19px;
    padding-right: 25px;
    column-gap: 6.5px;
  }
  .faq-container .suggestion {
    margin-top: 20px;
    font-size: 12px;
    line-height: 18px;
  }
  .faq-container .suggestion .suggestion-highlight,
  .faq-container .suggestion p {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .banner-tags {
    max-width: 295px;
    max-height: 209.5px;
    height: 209.5px;
  }
  .banner-tags .tag {
    height: 30px;
    padding: 5.5px 20px 5.5px 20px;
    font-size: 13px;
    line-height: 16px;
  }
  .button-row {
    margin-top: 40px;
  }
  .button-row--gap {
    gap: 10px;
  }
  .button-row .icon {
    width: 16px;
    height: 16px;
  }
  .button-row .skip-btn,
  .button-row .back-btn {
    gap: 7.5px;
    font-size: 14px;
    line-height: 16.5px;
  }
  .button-row .back-btn .icon--left svg {
    width: 5.625px;
    height: 8.785px;
  }
  .button-row--mobile-step-button {
    height: 73px;
  }
  .banner-area {
    margin-top: 50px;
    border-radius: 8px;
  }
  .banner-step-0 {
    height: 305px;
    border-radius: 8px;
  }
  .banner-step-1,
  .banner-step-2,
  .banner-step-3,
  .banner-step-4,
  .banner-step-5,
  .banner-step-6 {
    min-height: 443px;
    padding: 40px 15px;
  }
  .banner-step-1,
  .banner-step-2,
  .banner-step-3 {
    padding-bottom: 20px;
  }
  .banner-step-4 .job-box-container {
    margin-top: 20px;
    max-height: 400px;
    gap: 15px;
  }
  .banner-step-4 .link-detail .job-box {
    padding: 20px;
    min-height: 128px;
    border-radius: 8px;
  }
  .banner-step-4 .link-detail .job-box .job-content {
    min-height: 88px;
  }
  .banner-step-4 .link-detail .job-box .job-content .job-time {
    font-size: 13px;
    line-height: 15.5px;
  }
  .banner-step-4 .link-detail .job-box .job-content .job-position {
    margin-top: 2px;
    font-size: 18px;
    line-height: 23px;
  }
  .banner-step-4 .link-detail .job-box .job-content .job-tag {
    margin-top: 12.5px;
  }
  .banner-step-4 .link-detail .job-box .job-content .job-tag div {
    font-size: 12px;
    line-height: 12px;
  }
  .banner-step-5 {
    padding: 40px 15px 24.5px 15px;
  }
  .banner-step-5 .banner-title {
    font-size: 17px;
    line-height: 20px;
    padding: 0px 30px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form input[type=email] {
    font-size: 12px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form input[type=email]:focus {
    -webkit-text-size-adjust: 133.33%;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .applicantEmail {
    height: 40px;
    padding: 10px 15px;
    line-height: 19px;
    font-weight: 500;
    color: #2d2d2f;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .applicantEmail::placeholder {
    font-size: 12px;
    font-weight: 500;
    line-height: 19px;
    color: #2d2d2f;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .policy {
    padding: 15px;
    font-size: 12px;
    margin-bottom: 20px;
    border-width: 1px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .policy__title {
    line-height: 18px;
    margin-bottom: 17px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .policy li {
    line-height: 18px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .policyAgreement .policyAgreementCheckBox {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    border-radius: 8px;
  }
  .banner-step-5 .applicant-info-container .applicant-info-form .policyAgreement .description {
    font-size: 12px;
    line-height: 12px;
    padding: 9px 0 9px 0;
  }
  .banner-step-5 .job-box-container {
    margin-top: 10px;
    max-height: 311px;
  }
  .banner-step-5 .job-box-container .job-box {
    width: 100%;
  }
  .banner-step-5 .job-box-container .go-first-step-btn {
    margin-top: 40px;
  }
  .go-first-step-btn,
  .white-btn {
    width: 135px;
    height: 30px;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
  }
  .banner-step-6 {
    width: calc(100vw - 20px - 20px);
  }
  .banner-step-6 .button-row {
    margin-top: 20px;
  }
  .banner-step-1 .banner-title,
  .banner-step-2 .banner-title,
  .banner-step-3 .banner-title {
    margin-bottom: 40px;
  }
  .banner-step-1 .button-row,
  .banner-step-2 .button-row,
  .banner-step-3 .button-row {
    margin-top: 40px;
  }
  .banner-step-1 .next-btn,
  .banner-step-2 .next-btn,
  .banner-step-3 .next-btn {
    margin-bottom: 43px;
  }
  .list-image__title {
    margin-bottom: 20px;
  }
  .list-image__title h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .list-image__list {
    gap: 2.5px;
  }
  .list-image__card {
    height: 90px;
    border-radius: 8px;
  }
  .list-image__card-title {
    max-width: 36%;
    top: 0%;
    left: -5%;
  }
  .list-image__card-title h3 {
    font-size: 18px;
    line-height: 21.6px;
    margin-bottom: 5px;
  }
  .list-image__card-title p {
    font-size: 12px;
    line-height: 19px;
  }
  .list-image__arrow-right {
    width: 16px;
    height: 16px;
  }
  .list-image__arrow-right svg {
    width: 5.5px;
    height: 8.5px;
  }
  .recruitment__benefits {
    margin-bottom: 50px;
  }
  .recruitment__benefits__title {
    font-size: 18px;
    line-height: 22px;
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .recruitment__benefits__cards {
    min-width: 1122px;
    gap: 10px;
  }
  .recruitment__benefits__card {
    max-width: 273px;
    min-height: 150px;
    padding: 15px;
    border-radius: 8px;
  }
  .recruitment__benefits__card__icon img {
    width: 30px;
    height: 30px;
  }
  .recruitment__benefits__card__title {
    margin-top: 10px;
  }
  .recruitment__benefits__card__title h3 {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 9px;
  }
  .recruitment__benefits__card__title p {
    font-size: 12px;
    line-height: 17px;
  }
  .recruitment__banner-bottom {
    background-position-x: 50%;
    background-position-y: 100%;
    border-radius: 8px;
  }
  .recruitment__banner-bottom__title {
    top: 40px;
    left: 20px;
    right: 28px;
  }
  .recruitment__banner-bottom__title p {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 40px;
  }
  .recruitment__banner-bottom__title h3 {
    font-size: 17px;
    margin-bottom: 15px;
    line-height: 20px;
  }
  .recruitment__banner-bottom__title .link-description {
    font-size: 13px;
    line-height: 16px;
  }
  .recruitment__banner-bottom__title .link-description svg {
    height: 16px;
    width: 16px;
  }
}
