@keyframes scaling {
  0% {
    transform: scale(0.7);
    border-color: #5f449b;
  }
  100% {
    transform: scale(2);
    border-color: rgba(95, 68, 155, 0);
  }
}
@keyframes bganimate {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 100vw 100%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes menu {
  0% {
    transform: translateX(-30px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.careerBanner {
  position: relative;
}
.careerBanner .bg {
  line-height: 0;
  position: relative;
}
.careerBanner .bg::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, var(--black), transparent);
}
.careerBanner .bg img {
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .careerBanner .bg img {
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.careerBanner .banner-content {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.careerBanner .banner-content .content {
  max-width: 430px;
}
.careerBanner .banner-content .content h1 {
  color: var(--white);
}
.careerBanner .banner-content .content p {
  color: var(--white);
  font-size: 16px;
  margin: 15px 0 25px;
}

.careerSecA {
  padding: 80px 0;
  background: var(--white);
}
@media only screen and (max-width: 1024px) {
  .careerSecA {
    padding: 60px 0;
  }
}
.careerSecA .col {
  flex: 0 1 33.33%;
  max-width: 33.33%;
  width: 100%;
  padding: 15px;
}
@media only screen and (max-width: 991px) {
  .careerSecA .col {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 675px) {
  .careerSecA .col {
    flex: 0 1 100%;
    max-width: 100%;
  }
}
.careerSecA .card {
  position: relative;
  padding-left: 70px;
}
@media only screen and (max-width: 1024px) {
  .careerSecA .card {
    padding-left: 52px;
  }
}
.careerSecA .card .icon {
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 1024px) {
  .careerSecA .card .icon {
    max-width: 48px;
  }
}
.careerSecA .card .text {
  padding-left: 10px;
}
.careerSecA .card .text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  color: var(--black);
  margin-bottom: 8px;
}
@media only screen and (max-width: 675px) {
  .careerSecA .card .text .title {
    font-size: 16px;
  }
}
.careerSecA .card .text p {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .careerSecA .card .text p {
    font-size: 14px;
    line-height: 20px;
  }
}

.careerSecB {
  background: #F4F3F3;
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .careerSecB {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .careerSecB .container {
    padding: 0;
  }
}
.careerSecB .flex {
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .careerSecB .flex {
    flex-direction: column-reverse;
  }
}
.careerSecB .col1, .careerSecB .col2 {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .careerSecB .col1, .careerSecB .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.careerSecB .content {
  max-width: 515px;
}
@media only screen and (max-width: 767px) {
  .careerSecB .content {
    max-width: 100%;
    padding: 3rem 15px;
  }
}
.careerSecB .content h2 {
  color: var(--black);
  margin-bottom: 20px;
}
.careerSecB .content p {
  color: var(--text);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
@media only screen and (max-width: 675px) {
  .careerSecB .content p {
    font-size: 14px;
    line-height: 20px;
  }
}
.careerSecB .img {
  line-height: 0;
}
.careerSecB .img img {
  filter: grayscale(1);
}

.careerSecC {
  padding: 80px 0;
}
@media only screen and (max-width: 675px) {
  .careerSecC {
    padding: 60px 0;
  }
}

.careerOppengList .listcareer {
  border-radius: 5px;
  border: 1px solid #C1C1C1;
  margin-bottom: 20px;
  overflow: hidden;
}
.careerOppengList .listcareer .careOpFor {
  background: #E4E4E4;
  padding: 12px 15px;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
@media only screen and (max-width: 675px) {
  .careerOppengList .listcareer .careOpFor {
    font-size: 16px;
  }
}
@media only screen and (max-width: 365px) {
  .careerOppengList .listcareer .careOpFor {
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    padding-right: 50px;
  }
}
.careerOppengList .listcareer .careOpFor .caretri {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.careerOppengList .listcareer .careOpFor .caretri::before, .careerOppengList .listcareer .careOpFor .caretri::after {
  content: "";
  background: var(--black);
  display: block;
  position: absolute;
}
.careerOppengList .listcareer .careOpFor .caretri::before {
  width: 100%;
  height: 2px;
}
.careerOppengList .listcareer .careOpFor .caretri::after {
  height: 100%;
  width: 2px;
}
.careerOppengList .listcareer .careOpDes {
  padding: 15px;
}
.careerOppengList .listcareer .carerLabel {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--black);
  margin: 0 0 12px 0;
}
@media only screen and (max-width: 1100px) {
  .careerOppengList .listcareer .carerLabel {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 675px) {
  .careerOppengList .listcareer .carerLabel {
    font-size: 14px;
  }
}
.careerOppengList .listcareer.current .careOpFor {
  background: var(--purple);
  color: var(--white);
}
.careerOppengList .listcareer.current .careOpFor .caretri::before, .careerOppengList .listcareer.current .careOpFor .caretri::after {
  background: var(--white);
}
.careerOppengList .listcareer.current .careOpFor .caretri::after {
  opacity: 0;
}
.careerOppengList .listcareer:not(:first-child) .careOpDes {
  display: none;
}
.careerOppengList .content {
  position: relative;
}
.careerOppengList .content > * {
  margin-bottom: 15px;
}
.careerOppengList .content p, .careerOppengList .content li {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.careerOppengList .content h6, .careerOppengList .content h5 {
  font-size: 16px;
  line-height: 1.2;
  margin-top: 20px;
}
.careerOppengList .content p {
  color: var(--text);
  text-align: left;
}
.careerOppengList .content ul, .careerOppengList .content ol {
  margin-bottom: 20px;
  padding-left: 50px;
}
@media only screen and (max-width: 675px) {
  .careerOppengList .content ul, .careerOppengList .content ol {
    padding-left: 0;
  }
}
.careerOppengList .content ul li, .careerOppengList .content ol li {
  display: block;
  margin: 8px 0;
  color: var(--text);
  position: relative;
}
@media only screen and (max-width: 675px) {
  .careerOppengList .content ul li, .careerOppengList .content ol li {
    padding-left: 1.3rem;
  }
}
.careerOppengList .content ul li::before, .careerOppengList .content ol li::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 6px;
  width: 10px;
  height: 10px;
  background: var(--purple);
  border-radius: 20px;
}
@media only screen and (max-width: 675px) {
  .careerOppengList .content ul li::before, .careerOppengList .content ol li::before {
    width: 8px;
    height: 8px;
    left: 0;
  }
}
.careerOppengList .content .btn_ {
  position: absolute;
  right: 0;
  top: 0;
}
.careerOppengList .content .btn_ .btn {
  border: 1px solid var(--purple);
  color: var(--purple);
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  padding: 13px 23px;
}
@media only screen and (max-width: 1100px) {
  .careerOppengList .content .btn_ .btn {
    font-size: 14px;
    padding: 9px 16px;
  }
}
@media only screen and (max-width: 675px) {
  .careerOppengList .content .btn_ .btn {
    font-size: 13px;
    padding: 7px 15px;
    font-weight: 500;
  }
}

.careerSecD {
  background: #F4F3F3;
  padding: 70px 0;
}
.careerSecD .container {
  max-width: 750px;
}
.careerSecD .col1 {
  flex: 0 1 100%;
  max-width: 100%;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (max-width: 675px) {
  .careerSecD .col1 {
    padding: 0;
  }
}
@media only screen and (max-width: 675px) {
  .careerSecD .col1 .form-group:has(textarea) {
    margin-top: 1rem;
  }
}
@media only screen and (max-width: 675px) {
  .careerSecD .col1 .form-group:has(textarea) textarea {
    padding-top: 1rem !important;
  }
}
.careerSecD .col2 {
  flex: 0 1 50%;
  max-width: 50%;
  padding: 0 10px;
  width: 100%;
}
@media only screen and (max-width: 675px) {
  .careerSecD .col2 {
    flex: 0 1 100%;
    max-width: 100%;
    padding: 0;
  }
}
.careerSecD .col2.desgn-jkd .sortProd.disabled {
  opacity: 0.3;
  pointer-events: none;
}
.careerSecD .col2.desgn-jkd .sortProd .select {
  border-radius: 0px;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #ccc;
  position: relative;
  color: var(--text);
  cursor: pointer;
}
.careerSecD .col2.desgn-jkd .sortProd .select::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 14px;
  width: 16px;
  height: 7px;
  bottom: 0;
  background: url(../../icon/formkit_down.png);
  background-repeat: no-repeat;
  background-position: center;
}
.careerSecD .col2.desgn-jkd .sortProd ul {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  width: 100%;
  display: block;
  background: var(--white);
  padding: 5px 0;
  z-index: 2;
  display: none;
  box-shadow: 0 0 5px #d1d1d1;
  border-radius: 3px;
}
.careerSecD .col2.desgn-jkd .sortProd ul li {
  display: block;
  cursor: pointer;
  padding: 5px 17px;
  position: relative;
}
.careerSecD .col2.desgn-jkd .sortProd ul li:has(input:checked) {
  background: var(--gray2);
}
.careerSecD .col2.desgn-jkd .sortProd ul li input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  opacity: 0;
}
.careerSecD .col2.desgn-jkd .sortProd ul li::after {
  display: none;
}
.careerSecD .form .form-group .form-control {
  border: 0;
  border-radius: 0 !important;
  border-bottom: 1px solid #ccc;
  padding: 0;
  background: transparent;
  color: var(--text);
}
.careerSecD .form .form-group label {
  left: 0;
  padding: 0;
  background: transparent;
}
.careerSecD .btn_ {
  text-align: center;
  margin-top: 30px;
}
.careerSecD .btn_ .btn {
  padding: 10px 50px;
  border-radius: 30px;
  font-size: 16px;
}

.fileAttc input {
  display: none;
}
.fileAttc label {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.fileAttc .title {
  color: var(--text);
}
.fileAttc .icon {
  position: absolute;
  right: 0;
  top: 7px;
}

.shadeAnim {
  background-color: var(--white);
}/*# sourceMappingURL=career.css.map */