: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;
}

.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;
}

.src {
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
.src .title-48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .src .title-48 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .src .title-48 {
    font-size: 2.6rem;
  }
}
.src .title-48 {
  font-weight: 600;
  color: var(--color-pri);
  text-align: center;
  letter-spacing: -0.096rem;
  text-transform: uppercase;
}
.src-form .form-wrap {
  gap: 1.6rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .src-form .form-wrap {
    flex-direction: unset;
  }
}
.src-form .form-group {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .src-form .form-group {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .src-form .form-search {
    min-width: 63rem;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .src-form .form-search {
    min-width: 50rem;
  }
}
.src-form .form-search .form-label {
  gap: 3.2rem;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  padding: 0.8rem 2.4rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 767px) {
  .src-form .form-search .form-label {
    padding: 0.8rem 1.2rem 0.8rem 1.5rem;
  }
}
.src-form .form-search input {
  border: 0;
  padding: 0;
  border-radius: 0;
}
.src-form .form-search button {
  flex-shrink: 0;
  user-select: none;
  width: 2rem;
  height: 2rem;
}
.src-form .form-search button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.src-form .form-select:after {
  right: 1.2rem;
}
.src-form .form-action {
  text-align: right;
  min-width: 10.5rem;
}
@media screen and (max-width: 767px) {
  .src-form .form-action {
    margin-top: 1.6rem;
  }
}
.src-form input,
.src-form select {
  border-radius: 0.8rem;
  background-color: transparent;
}
.src-form select {
  border: 0.1rem solid rgba(0, 0, 0, 0.08);
}

.carrers {
  margin: 6rem 0rem 10rem;
}
@media screen and (max-width: 992px) {
  .carrers {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .carrers {
    margin: 4rem 0rem;
  }
}
.carrers-wrap {
  gap: 6rem;
}
@media screen and (max-width: 1024px) {
  .carrers-wrap {
    gap: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .carrers-wrap {
    gap: 3.2rem;
  }
}
.carrers-heading .title-64 {
  font-size: 6.4rem;
}
@media only screen and (max-width: 1200px) {
  .carrers-heading .title-64 {
    font-size: 3.9rem;
  }
}
@media only screen and (max-width: 800px) {
  .carrers-heading .title-64 {
    font-size: 2.9rem;
  }
}
.carrers-heading .title-64 {
  font-weight: 500;
  line-height: 130%;
  color: var(--color-sec);
  letter-spacing: -0.128rem;
}
.carrers-content .mona-content {
  letter-spacing: -0.048rem;
}
.carrers-content .mona-content > *:first-of-type {
  margin-top: 0;
}
.carrers-content .mona-content h2 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .carrers-content .mona-content h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .carrers-content .mona-content h2 {
    font-size: 1.8rem;
  }
}
.carrers-content .mona-content h2 {
  color: var(--color-pri);
  margin: 3.2rem 0;
}
.carrers-content .mona-content p {
  color: #888;
  line-height: 150%;
  letter-spacing: -0.032rem;
}
.carrers-inner {
  --letter-spacing: 4rem;
  padding: 4.8rem;
  border-radius: 1.6rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .carrers-inner {
    padding: 4rem;
    --letter-spacing: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .carrers-inner {
    padding: 2.4rem;
    --letter-spacing: 1.2rem;
  }
}
.carrers-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--letter-spacing));
  margin: 0 calc(-1 * var(--letter-spacing));
}
.carrers-item {
  width: 33.3333333333%;
  padding: 0 var(--letter-spacing);
}
@media screen and (max-width: 767px) {
  .carrers-item {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .carrers-item {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .carrers-item:not(:last-child) {
    border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 577px) and (max-width: 767px) {
  .carrers-item:nth-child(odd) {
    border-right: 0.1rem solid rgba(0, 0, 0, 0.1);
  }
}
.carrers-box, .carrers-info {
  gap: 2rem;
  display: flex;
  flex-direction: column;
}
.carrers-icon {
  margin: 0 auto;
  user-select: none;
  border-radius: 50%;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #005491;
}
@media screen and (max-width: 1024px) {
  .carrers-icon {
    width: 4.8rem;
    height: 4.8rem;
  }
}
.carrers-icon img {
  object-fit: contain;
  width: 3.2rem;
  height: 3.2rem;
}
@media screen and (max-width: 1024px) {
  .carrers-icon img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.carrers-info {
  text-align: center;
}
.carrers-info .title-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .carrers-info .title-24 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .carrers-info .title-24 {
    font-size: 1.8rem;
  }
}
.carrers-info .title-24 {
  color: #005491;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.048rem;
}
.carrers-info .text-16 {
  line-height: 150%;
}

.grow {
  margin: 10rem 0rem 10rem;
}
@media screen and (max-width: 992px) {
  .grow {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .grow {
    margin: 4rem 0rem;
  }
}
.grow-wrap {
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
.grow-inner {
  gap: 4rem;
  display: flex;
  flex-direction: column;
}
.grow-list {
  gap: 1.6rem;
  display: flex;
  flex-wrap: wrap;
}
.grow-item {
  width: calc(25% - 1.2rem);
}
@media screen and (max-width: 1024px) {
  .grow-item {
    width: calc(33.3333333333% - 1.1rem);
  }
}
@media screen and (max-width: 767px) {
  .grow-item {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 576px) {
  .grow-item {
    width: 100%;
  }
}
/*# sourceMappingURL=carrers.css.map */
