@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard-dynamic-subset.css");
@import url("./font/pretendard.css");
@import url("./reset.css");

html {
  font-family: "Pretendard", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: auto;
}

.recruit-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 2.5rem;
  margin-bottom: 21.06rem;
}

.recruit__img {
  position: absolute;
  background-image: url("/assets/images/recruitment/recruit.png");
  background-size: cover;
  background-position: center;
  /* background-attachment: fixed; */
  width: 100%;
  height: 100vh;
  filter: brightness(70%);
}

.recruit__sticky {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  color: #f1f1f1;
  display: flex;
  justify-content: center;
}

.recruit__sticky--box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100vh;
  width: 76vw;
}

.recruit__sticky--title {
  color: #fff;
  font-family: Pretendard;
  font-size: 4.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 5.3125rem;
  z-index: 2;
  white-space: nowrap;
}

.recruit__sticky--text {
  color: #fff;
  font-family: Pretendard;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 1.25rem;
  white-space: nowrap;
  z-index: 2;
}

.recruit-Btn__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  z-index: 2;
}

.recruit__sticky--button {
  padding: 1rem 2.8125rem;
  background-color: #ffffff1a;
  border-radius: 0.25rem;
  width: 23.5rem;
  height: 3.875rem;
  border: 2px solid #fff;
  margin-top: 2.5rem;
  color: #fff;
  font-family: Pretendard;
  font-size: 1.5625rem;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
}

.recruit__sticky--button:hover {
  padding: 1rem 2.8125rem;
  background-color: #ffffff1a;
  border-radius: 0.25rem;
  width: 23.5rem;
  height: 3.875rem;
  border: 2px solid #fff;
  margin-top: 2.5rem;
  color: #fff;
  font-family: Pretendard;
  font-size: 1.5625rem;
  font-weight: 600;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.5);
}

.recruit__content-1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.recruit__content-2 {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.recruit__content-1--title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.recruit__content-2--title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 12.5rem;
  width: 100%;
}

:root {
  --main-color: #a21c20;
  --input-width: 29.5vw;
  --mbtn-width: 87.5vw;
  --sticky-height: 14vw;
  --minput-width: 14rem;
}

.recruite__content-1--text {
  color: #333;
  font-family: Pretendard;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  white-space: nowrap;
}

.recruite__content-2--text {
  color: #333;
  font-family: Pretendard;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3rem;
  white-space: nowrap;
  /* width: var(--input-width); */
}

.line--wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100%;
  /* width: 80vw; */
  /* width: calc((80vw) - var(--input-width)); */
}

.line {
  /* width: calc((77vw) - var(--input-width)); */
  width: 100%;
  margin-left: 2rem;
  height: 3px;
  background-color: #a21c20;
}

.recruit__box {
  margin-top: 9.38rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-left: 3rem; */
  width: 76vw;
}

.recruit__item-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  height: auto;
  /* background-color: red; */
  align-items: center;
  justify-content: center;
  gap: 2.37vw;
  margin-top: 5.63rem;
}

.recruit__item-1 {
  width: 31.1rem;
  height: 23.75rem;
  background: #f8f8f8;
  border-radius: 0.625rem;
}

.recruit__item-2 {
  width: 30.625rem;
  height: 26.25rem;
  background: #f8f8f8;
  border-radius: 0.625rem;
}

.recruit__item-1.item-1 {
  background-image: url("../images/recruitment/recruit_item1.svg");
  background-size: contain;
  background-repeat: no-repeat;
}


.recruit__item-1.item-2 {
  background-image: url("../images/recruitment/recruit_item2.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit__item-1.item-3 {
  background-image: url("../images/recruitment/recruit_item3.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit__item-2.item-4 {
  background-image: url("../images/recruitment/recruit_item4.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit__item-2.item-5 {
  background-image: url("../images/recruitment/recruit_item5.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.recruit__item-2.item-6 {
  background-image: url("../images/recruitment/recruit_item6.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

:is(.item-1__content, .item-2__content, .item-3__content) span {
  display: block;
  color: #333;
  font-family: Pretendard;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3125rem;
}

:is(.item-4__content, .item-5__content, .item-6__content) p {
  color: #333;
  font-family: Pretendard;
  font-size: 1.4375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.3125rem;
}

.item-1__title,
.item-2__title,
.item-3__title,
.item-4__title,
.item-5__title,
.item-6__title {
  position: relative;
  top: 1.87rem;
  left: 1.87rem;
  color: #111;
  font-family: Pretendard;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3rem;
}

.item-1__content,
.item-2__content,
.item-3__content,
.item-4__content,
.item-5__content,
.item-6__content {
  position: relative;
  /* width: 20vw; */
  top: 7vh;
  left: 1.57vw;
  padding-right: 50px;
}

@media (max-width: 1650px) {
  .recruit-container {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }
  .recruit__sticky--title {
    font-size: 3.8625rem;
    z-index: 2;
    white-space: nowrap;
  }

  .recruit__sticky--text {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.25rem;
  }

  .recruit__sticky--button {
    margin-top: 2.2rem;
    font-size: 1.3625rem;
  }

  .recruit__sticky--button:hover {
    margin-top: 2.2rem;
    font-size: 1.3625rem;
  }

  :is(.item-1__content, .item-2__content, .item-3__content) span {
    display: block;
    color: #333;
    font-family: Pretendard;
    font-size: 1.0375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8125rem;
  }

  :is(.item-4__content, .item-5__content, .item-6__content) p {
    color: #333;
    font-family: Pretendard;
    font-size: 1.0375rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8125rem;
  }

  .item-1__title,
  .item-2__title,
  .item-3__title,
  .item-4__title,
  .item-5__title,
  .item-6__title {
    position: relative;
    top: 1.57rem;
    left: 1.57rem;
    color: #111;
    font-family: Pretendard;
    font-size: 1.475rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
  }

  .item-1__content,
  .item-2__content,
  .item-3__content,
  .item-4__content,
  .item-5__content,
  .item-6__content {
    position: relative;
    width: 23vw;
    top: 4vh;
    left: 1.57vw;
  }

  .recruit__box {
    margin-top: 8.3rem;
  }
  .recruit__content-2--title {
    margin-top: 8.5rem;
  }

  .recruit__item-1 {
    height: 18.75rem;
  }

  .recruit__item-2 {
    height: 18.75rem;
  }

  .recruite__content-1--text {
    color: #333;
    font-family: Pretendard;
    font-size: 1.7875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    white-space: nowrap;
  }

  .recruite__content-2--text {
    color: #333;
    font-family: Pretendard;
    font-size: 1.7875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
    white-space: nowrap;
  }
  .line--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    /* width: calc((65vw) - var(--minput-width)); */
  }

  .line {
    /* width: calc((65vw) - var(--minput-width)); */
    margin-left: 0.63rem;
    height: 3px;
    background-color: #a21c20;
  }
}

@media (max-width: 1350px) {
  .recruit__sticky--title {
    font-size: 2.8625rem;
    z-index: 2;
    white-space: nowrap;
  }

  .recruit__sticky--text {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.15rem;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.7rem;
  }

  .recruit__sticky--button {
    margin-top: 2.2rem;
    font-size: 1.1625rem;
  }

  .recruit__sticky--button:hover {
    margin-top: 2.2rem;
    font-size: 1.1625rem;
  }

  :is(.item-1__content, .item-2__content, .item-3__content) span {
    display: block;
    color: #333;
    font-family: Pretendard;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7125rem;
  }

  :is(.item-4__content, .item-5__content, .item-6__content) p {
    color: #333;
    font-family: Pretendard;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7125rem;
  }

  .item-1__title,
  .item-2__title,
  .item-3__title,
  .item-4__title,
  .item-5__title,
  .item-6__title {
    position: relative;
    top: 1rem;
    left: 1rem;
    color: #111;
    font-family: Pretendard;
    font-size: 1.275rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem;
  }

  .item-1__content,
  .item-2__content,
  .item-3__content,
  .item-4__content,
  .item-5__content,
  .item-6__content {
    position: relative;
    width: 23vw;
    top: 2vh;
    left: 1vw;
    padding-right: 20px;
  }

  .recruit__item-1 {
    height: 16.75rem;
  }

  .recruit__item-2 {
    height: 16.75rem;
  }
  .recruit__content-2--title {
    margin-top: 5rem;
  }
  .recruit__item-box {
    margin-top: 2rem;
  }

  .recruite__content-1--text {
    color: #333;
    font-family: Pretendard;
    font-size: 1.6875rem;
  }

  .recruite__content-2--text {
    color: #333;
    font-family: Pretendard;
    font-size: 1.6875rem;
  }
  .line--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .line {
    margin-left: 0.63rem;
    height: 3px;
  }
}

@media (max-width: 1000px) {
  .recruit__sticky--title {
    font-size: 1.8625rem;
    z-index: 2;
    white-space: nowrap;
  }

  .recruit__sticky--text {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-left: 0rem;
    margin-top: 1.25rem;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: Pretendard;
    font-size: 0.975rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
    align-items: flex-start;
  }

  .recruit__sticky--button {
    margin-top: 1.2rem;
    font-size: 0.9625rem;
  }

  .recruit__sticky--button:hover {
    margin-left: 4rem;
    margin-top: 1.2rem;
    font-size: 1.1625rem;
  }

  :is(.item-1__content, .item-2__content, .item-3__content) span {
    display: block;
    color: #333;
    font-family: Pretendard;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4125rem;
  }

  :is(.item-4__content, .item-5__content, .item-6__content) p {
    color: #333;
    font-family: Pretendard;
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7125rem;
  }

  .item-1__title,
  .item-2__title,
  .item-3__title,
  .item-4__title,
  .item-5__title,
  .item-6__title {
    top: 0rem;
    left: 0.7rem;
    color: #111;
    font-family: Pretendard;
    font-size: 0.975rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3rem;
  }

  .item-1__content,
  .item-2__content,
  .item-3__content,
  .item-4__content,
  .item-5__content,
  .item-6__content {
    position: relative;
    width: 23vw;
    top: 2vh;
    left: 1vw;
  }

  .recruit__box {
    margin-top: 5.3rem;
  }

  .recruit__item-1 {
    height: 14.75rem;
  }

  .recruit__item-2 {
    height: 13.75rem;
  }

  .recruite__content-1--text {
    color: #333;
    font-family: Pretendard;
    font-size: 1.2875rem;
  }

  .recruite__content-2--text {
    color: #333;
    font-family: Pretendard;
    font-size: 1.2875rem;
  }
  .line--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    /* width: calc((69vw) - var(--minput-width)); */
  }

  .recruit__content-2--title {
    margin-top: 5rem;
  }
  .recruit__item-box {
    margin-top: 2rem;
  }

  .line {
    /* width: calc((69vw) - var(--minput-width)); */
    margin-left: 0.63rem;
    height: 3px;
    background-color: #a21c20;
  }
}

@media (max-width: 830px) {
  .recruit__sticky--title {
    display: flex;
    flex-direction: column;
    color: #fff;
    font-family: Pretendard;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.4375rem;
  }

  .recruit__sticky--text {
    display: flex;
    flex-direction: row;
    width: 80vw;
    flex-wrap: wrap;
  }

  .recruit__sticky--text span {
    display: block;
    color: #fff;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.625rem;
  }

  .recruit__sticky--text span:nth-child(3) {
    display: block;
  }

  .recruit__box {
    width: 100vw;
    height: auto;
    margin: 0;
  }

  .recruit__content-1 {
    min-width: 0;
    height: auto;
  }

  .recruit__content-2 {
    min-width: 0;
    height: auto;
  }

  .recruit__content-1--title {
    display: flex;
    width: 76vw;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  .recruit__content-2--title {
    display: flex;
    width: 76vw;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  .recruite__content-1--text {
    color: #333;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
  }

  .recruite__content-2--text {
    color: #333;
    font-family: Pretendard;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2rem;
  }

  .line--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .line {
    margin-left: 0.63rem;
    height: 1px;
    background-color: #a21c20;
  }

  .recruit__item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    width: 76vw;
    margin-top: 0;
  }

  .recruit__item-1 {
    /* width: 20.5rem; */
    width: 100%;
    height: 13.75rem;
    flex-shrink: 0;
    background: #f8f8f8;
    border-radius: 0.625rem;
  }

  .recruit__item-2 {
    /* width: 20.5rem; */
    width: 100%;
    height: 15.625rem;
    flex-shrink: 0;
    background: #f8f8f8;
    border-radius: 0.625rem;
  }

  .recruit__item-1.item-1 {
    background-image: url("../images/recruitment/recruit_item1_t.svg");
  }

  .recruit__item-1.item-2 {
    background-image: url("../images/recruitment/recruit_item2_t.svg");
  }

  .recruit__item-1.item-3 {
    background-image: url("../images/recruitment/recruit_item3_t.svg");
  }

  .recruit__item-2.item-4 {
    background-image: url("../images/recruitment/recruit_item4_t.svg");
  }

  .recruit__item-2.item-5 {
    background-image: url("../images/recruitment/recruit_item5_t.svg");
  }

  .recruit__item-2.item-6 {
    background-image: url("../images/recruitment/recruit_item6_t.svg");
  }

  :is(.item-1__content, .item-2__content, .item-3__content) span {
    color: #333;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
  }

  :is(.item-4__content, .item-5__content, .item-6__content) p {
    color: #333;
    font-family: Pretendard;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .item-1__title,
  .item-2__title,
  .item-3__title,
  .item-4__title,
  .item-5__title,
  .item-6__title {
    position: relative;
    margin-top: 1.88rem;
    left: 1.88rem;
    color: #111;
    font-family: Pretendard;
    font-size: 1.375rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
  }

  .item-1__content,
  .item-2__content,
  .item-3__content,
  .item-4__content,
  .item-5__content,
  .item-6__content {
    position: relative;
    left: 1.87rem;
    width: auto;
  }
}

/* 모바일 사이즈 */
@media screen and (min-width: 325px) and (max-width: 700px) {
  .recruit-container {
    margin-top: 2rem;
    margin-bottom: 4rem;
  }

  .recruit__sticky {
    height: 100vh;
    justify-content: flex-start;
  }

  .recruit__sticky--box {
    justify-content: flex-end;
    padding: 1.5rem;
    /* align-items: flex-start; */
  }

  .recruit__sticky--title {
    color: #fff;
    font-family: Pretendard;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem;
  }

  .recruit__sticky--text {
    gap: 0;
  }

  .recruit__sticky--text span {
    color: #fff;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.375rem;
  }

  .recruit__sticky--button {
    display: flex;
    width: 20.5rem;
    height: 3rem;
    padding: 1rem 2.8125rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    margin-top: 1.8rem;
    margin-bottom: 4rem;
    color: #fff;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .recruit__sticky--button:hover {
    display: flex;
    width: 20.5rem;
    height: 3rem;
    padding: 1rem 2.8125rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    margin-top: 1.8rem;
    margin-bottom: 4rem;
    margin-left: 0rem;
    color: #fff;
    font-family: Pretendard;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
  }

  .recruit__box {
    width: 100vw;
    height: auto;
    margin: 0;
  }

  .recruit__content-1 {
    min-width: 0;
    height: auto;
  }

  .recruit__content-2 {
    min-width: 0;
    height: auto;
  }

  .recruit__content-1--title {
    display: flex;
    width: 89vw;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  .recruit__content-2--title {
    display: flex;
    width: 89vw;
    align-items: center;
    justify-content: flex-start;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
  }

  .recruite__content-1--text {
    color: #333;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    width: var(--minput-width);
  }

  .recruite__content-2--text {
    color: #333;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
    width: var(--minput-width);
  }

  .line--wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    /* width: calc((89vw) - var(--minput-width)); */
  }

  .line {
    /* width: calc((89vw) - var(--minput-width)); */
    margin-left: 0.63rem;
    height: 1px;
    background-color: #a21c20;
  }

  .recruit__item-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    gap: 1rem;
    margin-top: 0;
  }

  .recruit__item-1 {
    /* width: 20.5rem; */
    width: 89vw;
    height: 11.25rem;
    flex-shrink: 0;
    background: #f8f8f8;
    border-radius: 0.625rem;
  }

  .recruit__item-2 {
    /* width: 20.5rem; */
    width: 89vw;
    height: 12.5rem;
    flex-shrink: 0;
    background: #f8f8f8;
    border-radius: 0.625rem;
  }

  .recruit__item-1.item-1 {
    background-image: url("../images/recruitment/recruit_item1_m.svg");
  }

  .recruit__item-1.item-2 {
    background-image: url("../images/recruitment/recruit_item2_m.svg");
  }

  .recruit__item-1.item-3 {
    background-image: url("../images/recruitment/recruit_item3_m.svg");
  }

  .recruit__item-2.item-4 {
    background-image: url("../images/recruitment/recruit_item4_m.svg");
  }

  .recruit__item-2.item-5 {
    background-image: url("../images/recruitment/recruit_item5_m.svg");
  }

  .recruit__item-2.item-6 {
    background-image: url("../images/recruitment/recruit_item6_m.svg");
  }

  :is(.item-1__content, .item-2__content, .item-3__content) span {
    display: block;
    color: #333;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25rem;
  }

  :is(.item-4__content, .item-5__content, .item-6__content) p {
    color: #333;
    font-family: Pretendard;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.375rem;
  }

  .item-1__title,
  .item-2__title,
  .item-3__title,
  .item-4__title,
  .item-5__title,
  .item-6__title {
    position: relative;
    margin:0;
    top: 1rem;
    left: 1rem;
    color: #111;
    font-family: Pretendard;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5rem;
    margin-bottom: 0.62rem;
  }

  .item-1__content,
  .item-2__content,
  .item-3__content,
  .item-4__content,
  .item-5__content,
  .item-6__content {
    position: relative;
    top: 1rem;
    left: 1rem;
    color: #333;
    width: auto;
  }
}
