:root {
  /* Typography */
  --font-pri: "Proxima Nova", sans-serif;
  /* Color Palette */
  --color-pri: #1d90c9;
  --color-sec: #001221;
  --color-third: #3b4044;
  --color-text: #888888;
  --color-text-2: #005491;
  --color-white: #fff;
  --color-black: #000;
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
  --z-i-header: 100;
}

.aside-btn {
  top: 50%;
  z-index: 11;
  width: 3.2rem;
  right: 0.5rem;
  position: fixed;
  cursor: pointer;
  padding: 0.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 0.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  border: 0.1rem solid var(--color-pri);
}
@media screen and (min-width: 1201px) {
  .aside-btn {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .aside-wrap {
    top: 12rem;
    position: sticky;
    transition: 0.4s ease;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    width: 32rem;
    display: flex;
    height: 100dvh;
    position: fixed;
    transition: 0.4s ease;
    flex-direction: column;
    background-color: white;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 1200px) and (max-width: 576px) {
  .aside-wrap {
    width: 30.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap.is-active {
    transform: none;
  }
}
@media screen and (min-width: 1201px) {
  .aside-wrap.is-top {
    top: 2rem;
  }
}
.aside-close {
  flex-shrink: 0;
  padding: 1.2rem;
  border-bottom: 0.1rem solid #d0d0d0;
}
@media screen and (min-width: 1201px) {
  .aside-close {
    display: none;
  }
}
.aside-close img {
  margin-left: auto;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 1200px) {
  .aside-block {
    gap: 2.4rem;
    overflow: hidden auto;
  }
}
.aside-rec {
  gap: 3.2rem;
  padding: 3.2rem;
  border-radius: 1.6rem;
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .aside-rec {
    border: 0.1rem solid rgba(0, 18, 33, 0.1);
  }
}
@media screen and (max-width: 1200px) {
  .aside-rec {
    gap: 2rem;
    padding: 2rem;
  }
}
.aside-rec_heading {
  gap: 0.8rem;
}
.aside-rec_heading .title-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .aside-rec_heading .title-24 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .aside-rec_heading .title-24 {
    font-size: 1.8rem;
  }
}
.aside-rec_heading .title-24 {
  color: #082823;
  line-height: 130%;
  letter-spacing: -0.048rem;
}
.aside-rec_heading .text-16 {
  line-height: 150%;
  letter-spacing: -0.032rem;
}
.aside-rec_heading .desc {
  color: rgba(8, 40, 35, 0.7);
}
.aside-rec_heading .day {
  color: var(--color-pri);
}
.aside-rec_list {
  gap: 1.6rem;
}
.aside-rec_box {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.aside-rec_box img {
  flex-shrink: 0;
  user-select: none;
  width: 2rem;
  height: 2rem;
  object-fit: contain;
}
.aside-rec_box .text-14 {
  line-height: 130%;
  letter-spacing: -0.028rem;
}
.aside-rec_box .text-14 span {
  font-weight: 500;
  color: var(--color-sec);
}
.aside-rec_action {
  margin: 2.4rem 0 0 2.4rem;
}

.blocker {
  z-index: 102;
}

.modal {
  padding: 0;
  width: 100%;
  border-radius: 1.2rem;
}

.js-contact {
  display: none;
  max-width: 80rem;
}
.js-contact_form {
  padding: 6rem;
}
.js-contact_form .title-32 {
  font-size: 3.2rem;
}
@media only screen and (max-width: 1200px) {
  .js-contact_form .title-32 {
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .js-contact_form .title-32 {
    font-size: 2rem;
  }
}
.js-contact_form .title-32 {
  font-weight: 500;
  line-height: 130%;
  color: var(--color-sec);
  text-align: center;
  letter-spacing: -0.064rem;
}
@media screen and (min-width: 1201px) {
  .js-contact_form form .form-action .btn:hover img {
    filter: brightness(0) saturate(100%) invert(40%) sepia(81%) saturate(509%) hue-rotate(155deg) brightness(104%) contrast(91%);
  }
}
.js-contact_form form .form-action .btn img {
  transform: unset;
}

.rec-box, .rec-content {
  gap: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .rec-box, .rec-content {
    gap: 1.2rem;
  }
}
.rec-disable .rec-content .heading-cate .day {
  color: #f04438;
}
.rec-box .heading {
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .rec-box .heading {
    gap: 1.2rem;
  }
}
.rec-content {
  padding: 3.2rem;
  border-radius: 1.2rem;
  background-color: #f9fafb;
}
@media screen and (max-width: 1200px) {
  .rec-content {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .rec-content {
    padding: 1.6rem;
  }
}
.rec-content .heading .text-20 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .rec-content .heading .text-20 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .rec-content .heading .text-20 {
    font-size: 1.6rem;
  }
}
.rec-content .heading .text-20 {
  color: var(--color-sec);
  line-height: 130%;
  transition: 0.4s ease;
  letter-spacing: -0.04rem;
}
@media screen and (min-width: 1201px) {
  .rec-content .heading .text-20:hover {
    color: var(--color-pri);
  }
}
.rec-content .heading-cate {
  flex-wrap: wrap;
  row-gap: 1.6rem;
  margin: 0 -0.8rem;
  display: flex;
  align-items: center;
}
.rec-content .heading-cate > * {
  padding: 0 0.8rem;
  letter-spacing: -0.038rem;
}
.rec-content .heading-cate .text-14:not(:last-child) {
  border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.rec-content .heading-cate .day {
  color: #46b434;
  font-weight: 600;
  line-height: 160%;
}
.rec-content .desc .text-14 {
  line-height: 150%;
  letter-spacing: -0.028rem;
}
.rec-content .info {
  gap: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
}
.rec-content .info-item {
  border-radius: 0.8rem;
  padding: 0.4rem 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.rec-content .info-item .text-14 {
  color: #888;
  line-height: 150%;
  font-size: 1.4rem;
}

.related {
  margin: 10rem 0rem 0;
}
@media screen and (max-width: 992px) {
  .related {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .related {
    margin: 4rem 0rem;
  }
}
.related-wrap {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .related-wrap {
    gap: 2.4rem;
  }
}
.related-heading {
  gap: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related-heading .title-48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .related-heading .title-48 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .related-heading .title-48 {
    font-size: 2.6rem;
  }
}
.related-heading .title-48 {
  color: var(--color-pri);
  line-height: 130%;
  letter-spacing: -0.096rem;
  text-transform: uppercase;
}
.related-swiper {
  position: relative;
}
.related-swiper .swiper {
  margin: 0 -0.8rem;
}
.related-swiper .swiper-slide {
  padding: 0 0.8rem;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .related-swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .related-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .related-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
.related-swiper .swiper-navigation {
  --position: 9.6rem;
}
@media screen and (max-width: 1440px) {
  .related-swiper .swiper-navigation {
    --position: 5.4rem;
  }
}
@media screen and (max-width: 1366px) {
  .related-swiper .swiper-navigation {
    --position: 1.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .related-swiper .swiper-navigation {
    display: none;
  }
}
.related-swiper .swiper-navigation > * {
  top: 50%;
  z-index: 5;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  transition: 0.4s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 4.8rem;
  height: 4.8rem;
  background-color: white;
  transform: translateY(-50%);
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1201px) {
  .related-swiper .swiper-navigation > *:hover {
    border-color: var(--color-pri);
    background-color: var(--color-pri);
  }
  .related-swiper .swiper-navigation > *:hover img {
    filter: brightness(0) invert(1);
  }
}
.related-swiper .swiper-navigation .prev {
  left: calc(-1 * var(--position));
}
.related-swiper .swiper-navigation .prev img {
  transform: rotate(180deg);
}
.related-swiper .swiper-navigation .next {
  right: calc(-1 * var(--position));
}
.related-swiper .swiper-pagination {
  position: static;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1201px) {
  .related-swiper .swiper-pagination {
    display: none;
  }
}

.ctail {
  margin: 6rem 0rem 10rem;
}
@media screen and (max-width: 992px) {
  .ctail {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .ctail {
    margin: 4rem 0rem;
  }
}
.ctail-wrap {
  gap: 6rem;
}
@media screen and (max-width: 1024px) {
  .ctail-wrap {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .ctail-wrap {
    gap: 3.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .ctail-row {
    --col-gap: 0;
    --row-gap: 0;
  }
}
@media screen and (max-width: 1200px) {
  .ctail-col {
    width: 100%;
  }
}
.ctail-heading .title-64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .ctail-heading .title-64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .ctail-heading .title-64 {
    font-size: 2.9rem;
  }
}
.ctail-heading .title-64 {
  font-weight: 500;
  color: var(--color-sec);
  letter-spacing: -0.128rem;
}
.ctail-content .mona-content {
  font-weight: 400;
  letter-spacing: -0.032rem;
  color: rgba(8, 40, 35, 0.7);
}
.ctail-content .mona-content h2,
.ctail-content .mona-content h3,
.ctail-content .mona-content h4,
.ctail-content .mona-content h5,
.ctail-content .mona-content h6 {
  margin: 1.6rem 0 0.8rem;
}
.ctail-content .mona-content h2 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .ctail-content .mona-content h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .ctail-content .mona-content h2 {
    font-size: 1.8rem;
  }
}
.ctail-content .mona-content h2 {
  line-height: 130%;
  letter-spacing: -0.048rem;
}
.ctail-content .mona-content p {
  line-height: 160%;
}

.related {
  margin: 10rem 0rem 0;
}
@media screen and (max-width: 992px) {
  .related {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .related {
    margin: 4rem 0rem;
  }
}
.related-wrap {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .related-wrap {
    gap: 2.4rem;
  }
}
.related-heading {
  gap: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.related-heading .title-48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .related-heading .title-48 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .related-heading .title-48 {
    font-size: 2.6rem;
  }
}
.related-heading .title-48 {
  color: var(--color-pri);
  line-height: 130%;
  letter-spacing: -0.096rem;
  text-transform: uppercase;
}
.related-swiper {
  position: relative;
}
.related-swiper .swiper {
  margin: 0 -0.8rem;
}
.related-swiper .swiper-slide {
  padding: 0 0.8rem;
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .related-swiper .swiper-slide {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .related-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .related-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
/*# sourceMappingURL=carrers-detail.css.map */
