html {
  width: 100%;
  overflow-x: hidden;
}
.career-page {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.career-page * {
  box-sizing: border-box;
}
.career-page .container-max {
  padding-left: 90px;
  padding-right: 90px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .career-page .container-max {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media screen and (max-width: 1200px) {
  .career-page .container-max {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .career-page .container-max {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .career-page .container-max {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.career-page .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1412px;
}
.career-page .bg {
  position: absolute;
  z-index: -1;
}
.career-page .bg.bg-1 {
  top: 31%;
  left: 0;
  max-width: 615px;
}
.career-page .bg.bg-2 {
  top: 65%;
  right: 0;
  max-width: 438px;
}
.career-page .bg img {
  width: 100%;
}
.career-page .banner .banner-box {
  position: relative;
}
.career-page .banner .banner-box .banner-bg {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
}
.career-page .banner .banner-box .banner-bg img {
  width: 100%;
}
.career-page .banner .banner-box .text-box {
  position: absolute;
  top: 24%;
  left: 0;
  color: #fff;
  max-width: 31.71vw;
  color: #1B1C26;
  z-index: 3;
  transition: top 0.35s ease-in-out;
}
@media screen and (max-width: 1400px) {
  .career-page .banner .banner-box .text-box {
    top: 16%;
    max-width: 42.1vw;
  }
}
@media screen and (max-width: 1200px) {
  .career-page .banner .banner-box .text-box {
    padding-top: 110px;
    padding-bottom: 6px;
    position: static;
    width: 66%;
    max-width: none;
  }
}
@media screen and (max-width: 992px) {
  .career-page .banner .banner-box .text-box {
    width: 80%;
  }
}
@media screen and (max-width: 750px) {
  .career-page .banner .banner-box .text-box {
    width: 100%;
  }
}
.career-page .banner .banner-box .text-box h1 {
  font-size: 85px;
  line-height: 1.22;
  font-weight: bold;
}
@media (max-width: 750px) {
  .career-page .banner .banner-box .text-box h1 {
    font-size: 60px;
  }
}
.career-page .banner .banner-box .text-box p {
  margin-bottom: 22px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.66;
}
@media screen and (max-width: 750px) {
  .career-page .banner .banner-box .text-box p {
    margin-bottom: 12px;
  }
}
.career-page .career-list {
  margin-right: -20px;
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 992px) {
  .career-page .career-list {
    margin-top: 80px;
  }
}
@media screen and (max-width: 576px) {
  .career-page .career-list {
    margin-top: 50px;
  }
}
.career-page .career-list .career-slide {
  margin-right: 20px;
  margin-bottom: 20px;
  border-radius: 84px;
  padding: 140px 60px 200px;
  position: relative;
  color: #1B1C26;
  background-color: #E8F6F9;
  width: calc(50% - 20px);
}
@media screen and (max-width: 1400px) {
  .career-page .career-list .career-slide {
    border-radius: 74px;
    padding: 80px 50px 146px;
  }
}
@media screen and (max-width: 992px) {
  .career-page .career-list .career-slide {
    border-radius: 64px;
    padding: 90px 40px 140px;
  }
}
@media screen and (max-width: 750px) {
  .career-page .career-list .career-slide {
    border-radius: 40px;
    padding: 45px 30px 110px;
    width: 100%;
  }
}
.career-page .career-list .career-slide:nth-child(2n) {
  background-color: #FCF1E9;
}
.career-page .career-list .career-slide:nth-child(3n) {
  background-color: #F7EEF4;
}
.career-page .career-list .career-slide h5 {
  margin-bottom: 28px;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.19;
}
@media screen and (max-width: 576px) {
  .career-page .career-list .career-slide h5 {
    margin-bottom: 20px;
    font-size: 26px;
  }
}
.career-page .career-list .career-slide p {
  font-size: 18px;
  line-height: 1.65;
}
@media screen and (max-width: 576px) {
  .career-page .career-list .career-slide p {
    font-size: 18px;
  }
}
.career-page .career-list .career-slide a {
  position: absolute;
  left: 60px;
  bottom: 77px;
  border-radius: 30px;
  border: 1px solid #FFC807;
  padding: 18px 54px;
  background-color: #FFC807;
  color: #333333;
  font-size: 16px;
  line-height: 1.1875;
  font-weight: bold;
  transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 1400px) {
  .career-page .career-list .career-slide a {
    left: 50px;
    bottom: 50px;
  }
}
@media screen and (max-width: 992px) {
  .career-page .career-list .career-slide a {
    left: 40px;
    bottom: 40px;
  }
}
.career-page .career-list .career-slide a:hover {
  color: #c1212f;
  border-color: #c1212f;
  background-color: transparent;
}
.career-page .pagination-box {
  margin-top: 134px;
  margin-bottom: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .career-page .pagination-box {
    margin-top: 104px;
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 576px) {
  .career-page .pagination-box {
    margin-top: 16px;
    margin-bottom: 38px;
  }
}
.career-page .pagination-box .swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-page .pagination-box .swiper-pagination .swiper-pagination-bullet {
  margin-right: 20px;
  border-radius: 50%;
  color: #666666;
  background: #D9D9D9;
  width: 50px;
  height: 50px;
  font-size: 18px;
  opacity: 1;
  transition: 0.35s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
}
.career-page .pagination-box .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
.career-page .pagination-box .swiper-pagination .swiper-pagination-bullet:hover {
  background: linear-gradient(180deg, #C72B30 0%, #E85B34 100%);
  color: #fff;
}
.career-page .pagination-box .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
@media screen and (max-width: 576px) {
  .career-page .pagination-box .swiper-pagination .swiper-pagination-bullet {
    margin-right: 10px;
    font-size: 0;
    width: 10px;
    height: 10px;
  }
}
.career-page .c-footer {
  margin-top: 0;
}
