@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
@media only screen and (max-width: 675px) {
  .banner.career-banner::before {
    background: rgba(0, 0, 0, 0.5);
  }
}
@media only screen and (max-width: 520px) {
  .banner.career-banner .banner-wrapper {
    bottom: 35%;
  }
}
@media only screen and (max-width: 675px) {
  .banner.career-banner .content {
    text-align: center;
  }
}
@media only screen and (max-width: 520px) {
  .banner.career-banner .content h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.career-banner .content h6 {
    font-size: 12px;
  }
}
.banner.career-banner .content .btn {
  margin-top: 40px;
}
@media only screen and (max-width: 675px) {
  .banner.career-banner .content .btn {
    --padding: 22px;
    font-size: 14px;
    border-radius: 5px;
  }
}
@media only screen and (max-width: 520px) {
  .banner.career-banner .content .btn {
    margin-top: 30px;
    background: var(--white);
    color: var(--black);
  }
}

.career-secA {
  padding: 100px 0 75px;
}
@media only screen and (max-width: 991px) {
  .career-secA {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .career-secA {
    padding: 3.5rem 0;
  }
}
.career-secA .flex {
  gap: 135px;
  align-items: center;
}
@media only screen and (max-width: 1152px) {
  .career-secA .flex {
    gap: 90px;
  }
}
@media only screen and (max-width: 991px) {
  .career-secA .flex {
    gap: 56px;
  }
}
@media only screen and (max-width: 675px) {
  .career-secA .flex {
    flex-direction: column-reverse;
    gap: 2rem;
    align-items: flex-end;
  }
}
.career-secA .flex .colA {
  flex: 0 1 338px;
}
@media only screen and (max-width: 1152px) {
  .career-secA .flex .colA {
    flex: 0 1 30%;
  }
}
@media only screen and (max-width: 675px) {
  .career-secA .flex .colA {
    flex: 0 1 100%;
    max-width: 40%;
  }
}
.career-secA .flex .colA video {
  -o-object-position: 41%;
     object-position: 41%;
}
.career-secA .flex .colB {
  flex: 1;
}
@media only screen and (max-width: 675px) {
  .career-secA .flex .colB {
    flex: 0 1 100%;
  }
}
.career-secA .flex .colB .heading {
  margin-bottom: 16px;
}
.career-secA .flex .colB .content {
  max-width: 690px;
}
.career-secA .flex .colB .content p {
  color: var(--text);
}
@media only screen and (max-width: 520px) {
  .career-secA .flex .colB .content p {
    font-size: 14px;
  }
}

.career-secB {
  padding: 70px 0 85px;
}
@media only screen and (max-width: 767px) {
  .career-secB {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .career-secB {
    padding: 3.5rem 0;
  }
}
.career-secB .heading {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .career-secB .heading {
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 520px) {
  .career-secB .heading {
    margin-bottom: 2.2rem;
  }
}
.career-secB .swiper .item {
  line-height: 0;
  display: block;
  overflow: hidden;
}
.career-secB .swiper .item img {
  width: 100%;
  transition: 0.5s ease;
}
.career-secB .swiper-nav {
  max-width: 54%;
}
@media only screen and (max-width: 991px) {
  .career-secB .swiper-nav {
    max-width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .career-secB .swiper-nav {
    display: none;
  }
}

.career-secC {
  padding: 85px 0;
}
@media only screen and (max-width: 767px) {
  .career-secC {
    padding: 4rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .career-secC {
    padding: 3.5rem 0;
  }
}
.career-secC .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .career-secC .heading {
    margin-bottom: 3rem;
  }
}
.career-secC .summery-detail-content .col {
  border: 1px solid #C1C1C1;
  --padlr: 21px;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col {
    --padlr: 15px;
  }
}
.career-secC .summery-detail-content .col:not(:last-child) {
  margin-bottom: 20px;
}
.career-secC .summery-detail-content .col.active .title {
  background: var(--primary);
}
.career-secC .summery-detail-content .col.active .title h6 {
  color: var(--black);
}
.career-secC .summery-detail-content .col.active .title .ico {
  rotate: -90deg;
  background-image: url(../../icon/arrow-down-black.svg);
}
.career-secC .summery-detail-content .col .title {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  align-items: center;
  padding: 15px var(--padlr);
  cursor: pointer;
  background: #E4E4E4;
  transition: 0.6s ease;
}
.career-secC .summery-detail-content .col .title h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  flex: 1;
  color: var(--black);
  padding-right: 1rem;
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 345px) {
  .career-secC .summery-detail-content .col .title h6 {
    font-size: 14px;
  }
}
.career-secC .summery-detail-content .col .title .ico {
  flex: 0 1 auto;
  width: 15px;
  height: 15px;
  background-image: url(../../icon/arrow-down-black.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 50%;
  transition: 0.5s ease;
}
.career-secC .summery-detail-content .col article {
  position: relative;
}
.career-secC .summery-detail-content .col article .apply_btn {
  position: absolute;
  right: 30px;
  top: 30px;
}
@media only screen and (max-width: 767px) {
  .career-secC .summery-detail-content .col article .apply_btn {
    right: 15px;
    top: 15px;
    font-size: 14px;
    --padding: 12px;
    --height: 39px;
  }
}
@media only screen and (max-width: 675px) {
  .career-secC .summery-detail-content .col article .apply_btn {
    position: unset;
    margin: var(--padlr);
    width: -moz-fit-content;
    width: fit-content;
  }
}
.career-secC .summery-detail-content .col article .content-desc {
  padding: 30px var(--padlr);
}

.form-section {
  padding: 110px 0 85px;
}
@media only screen and (max-width: 991px) {
  .form-section {
    padding: 5rem 0;
  }
}
@media only screen and (max-width: 675px) {
  .form-section {
    padding: 3.5rem 0;
  }
}
.form-section .heading {
  margin-bottom: 60px;
}
@media only screen and (max-width: 675px) {
  .form-section .heading {
    margin-bottom: 3rem;
  }
}
.form-section .heading .ico {
  line-height: 0;
  margin-bottom: 30px;
}
.form-section .heading .ico img {
  width: 68px;
}
.form-section .heading h3 {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.form-section .heading p {
  color: var(--black);
}
@media only screen and (max-width: 675px) {
  .form-section .heading p {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
}
.form-section .form {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  --item: 2;
  --inputsize: 52px;
  --gaplr: 24px;
  --gaptb: 20px;
  --paddingleftright: 17px;
}
@media only screen and (max-width: 675px) {
  .form-section .form {
    --item: 1;
  }
}
.form-section .form .form-group {
  background: var(--white);
  border-radius: 10px;
}
.form-section .form .form-group::before, .form-section .form .form-group::after {
  display: none;
}/*# sourceMappingURL=career.css.map */