.career-intro {
  padding :4rem 0;
  font-size: 20px;
}
.career-core-value {
  padding: 2rem 0;
  background-color: #f3f3f3;
  font-size: 20px;
}
.career-contact {
  padding :4rem 0
}
.career-jd{
  padding: 0;
}
.career-form {
  padding: 4rem 0;
}
.career .title-1 {
  font-size: 50px;
  font-weight: 500;
  color: #2e368f;
  line-height: 1;

}
.career .title-2 {
  font-size: 36px;
  font-weight: 500;
  color: #2e368f;
  line-height: 1;

}
.career .title-3 {
  font-size: 30px;
  font-weight: 500;

}
.career .title-4 {

  font-size: 26px;
  font-weight: 500;
}
.career .subtitle {
  font-size: 30px;
  font-weight: 500;
}
.career .subtitle span {
  color: #21b3a0;
  font-size: 36px;
  font-weight: 500;
}
.career .box-group,
.box-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}



.career-core-value .box-group .box.box-title {
  background-color: #2e368f;
  color: white;
  font-size: 36px;
  font-weight: 500;
  align-items: center;
  text-align: center;
}
.career-core-value .box-group .box {
  width: 350px;
  height: 350px;
  border-radius: 10px;
  background-color: white;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 1.5rem;
  margin: 0.5rem;
  font-size: 18px;
}
.career-core-value .box-group .box img {
  width: 60px;
}
.career-core-value .box-group .title {
  font-weight: 500;
  font-size: 28px;
  padding: 0.5rem 0;
}
.career-core-value .box-group .text {
  font-size: 20px;
}
.career-contact {
  font-size: 20px;
}
.career-contact .title-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.contact-box-group {
  display: flex;
  justify-items: start;
  align-items: center;
}
.contact-box-group .box {
  width: 355px;
  height: 250px;
  border: 1px #efefef solid;
  border-radius: 10px;
  padding: 1rem;
  margin: 0 1rem;
  position: relative;
}
.contact-box-group .box .icon {
  right: 1rem;
  bottom: 1rem;
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background-color: #21b3a0;
  display: grid;
  place-items: center;
  color: white;
  font-size: 24px;
}
.contact-box-group .box .icon:hover i {
  transform: scale(1.15);
  transition: 0.3s ease-in-out;
}

.collapse-box {
  margin-bottom: 2rem;
}
.collapse-box .collapsible {
  background: white;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid rgb(239, 239, 239);
  border-radius: 7px;
  padding: 0 2rem;
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  text-align: start;
  color: black;
}
.collapse-box .collapsible.active {
  background-color: #d52926;
  color: white;
  border-radius: 7px 7px 0px 0px;
  border: 1px #d52926 solid;
}

.collapse-box .collapsible .toggle-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  background-color: #d52926;
  color: white;
}
.collapse-box .collapsible.active .toggle-icon {
  color: #d52926;
  background-color: white;
  transform: rotate(180deg);
  transition: 0.3s ease-in-out;
}
.collapse-box .collapsible .toggle-icon {
  transform: rotate(0deg);
  transition: 0.3s ease-in-out;
}
.faq .collapse-box .collapsible + .content {
    max-height: 0; 
   overflow: hidden; 
}
.collapse-box .collapsible + .content {
  /* max-height: 0; */
  /* overflow: hidden; */
  transition: max-height 0.2s ease-out;
  border-radius: 0 0 7px 7px;
}
.collapse-box .collapsible.active + .content {
  border: 1px solid rgb(239, 239, 239) !important;
}


.collapse-box .content .text {
  padding: 2rem;
  font-size: 18px;
}
.btn.btn-career-apply {
  font-size: 18px;
  background-color: #21b3a0;
  border-radius: 7px;
  font-weight: 400;
  margin: 0 1rem;
  /*   height: 60px; */
}
.btn.btn-career-apply:hover {
  color: #21b3a0;
  background-color: white;
  border: 1px #21b3a0 solid;
  transition: 0.3s ease-in-out;
}
.btn.btn-career-back {
  background-color: #a8b4b2;
  border-radius: 7px;
  font-weight: 400;
  margin: 0 1rem;
}
.btn.btn-career-back:hover {
  color: #a8b4b2;
  background-color: white;
  border: 1px #a8b4b2 solid;
  transition: 0.3s ease-in-out;
}
.career-form {
  font-size: 18px;
}
.career-form label {
  font-size: 18px;
}
.career-form label span {
  color: red;
}
.career-form select {
  font-weight: 300;
}
.career-form option {
  color: black;
}
.career-form .button-section {
  display: flex;
  justify-content: center;
}

.up-img-box {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 1.5rem;
}
.up-img-box .up-img-box-button {
  margin-left: 2rem;
}
.up-img-box label {
  display: inline-block;
  background-color: #21b3a0;
  color: white;
  padding: 0.5rem;
  font-family: sans-serif;
  border-radius: 7px;
  cursor: pointer;
  margin-top: 1rem;
}
.pseudo-input {
  border-radius: 7px;
  border: 1px #d6d6d6 solid;
  width: 85%;
  height: 40px;
  padding: 0 0.5rem;
  position: relative;
  display: flex;
  align-items: center;
}
.pseudo-input label {
  position: absolute;
  right: 0.5rem;
  top: 5px;
}

/* input::file-selector-button {
  background-color: #21b3a0;
  border: 0;
  border-radius: 7px;
  color: #fff;
  height: 40px;
  font-size: 16px;
  padding: 0 1rem;
}
.input-group {
  width: 85%;
}
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0.45rem;
}
.form-control:disabled,
.form-control:read-only,
.input-group-text {
  background-color: white;
}
.input-group-text {
  background-color: #ffffff;
  border: none;
  border-radius: unset;
  position: absolute;
  right: 0.5rem;
  top: 7px;
  padding: 0;
}
.up-img-box .button {
  padding-left: 1rem;
  width: 190px;
} */

.hidden {
  opacity: 0;
}
@media (max-width: 991px) {
  .career {
    font-size: 16px;

  }
  .career-intro {
    padding :2rem 0;
    font-size: 16px;
  }
  .career-core-value {
    padding: 1rem 0;
    background-color: #f3f3f3;
    font-size: 16px;
  }
  .career-contact {
    padding :2rem 0
  }
  .career-jd{
    padding: 0;
  }
  .career-form {
    padding: 2rem 0;
  }
  .career .title-1 {
    font-size: 36px;
  }
  .career .title-2 {
    font-size: 30px;
    margin: 0;
  }
  .career .title-3 {
    font-size: 24px;
  }
  .career .title-4 {
    font-size: 22px;
    margin: 0 0 1rem 0;
  }
  .career .subtitle {
    font-size: 24px;
  }
  .career .subtitle span {
    font-size: 28px;
  }
  .career .box-group,
  .box-group {
    justify-content: center;
  }
  .career-core-value .box-group .box {
    width: 100%;
    height: auto;
    margin: 0.5rem 0;
  }
  .career-core-value .box-group .box.box-title {
    font-size: 22px;
    height: 100px;
  }

  .career-core-value .box-group .box img {
    width: 40px;
  }

  .career-core-value .box-group .title {
    font-size: 20px;
  }
  .career-core-value .box-group .detail {
    font-size: 14px;
  }

  .contact-box-group {
    justify-content: center;
    flex-wrap: wrap;
  }
  .contact-box-group .box {
    margin: 0 0 1rem 0;
    width: 100%;
    height: 190px;
  }

  .collapse-box .collapsible {
    height: 60px;
    padding: 0 1rem;
    font-size: 18px;
  }

  .collapse-box .content .text {
    padding: 1rem;
  }
  .collapse-box .collapsible .toggle-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .collapse-box {
    margin-bottom: 1rem;
  }
  .up-img-box {
    flex-direction: column;
    align-items: center;
  }

  .pseudo-input {
    width: 100%;
  }
  .up-img-box .up-img-box-button {
    margin-left: 0;
    text-align: center;
}

.faq .collapse-box .collapsible + .content {
  overflow: auto;
}
}
