.openjob-detail {
  margin-top: 6.4583vw;
}

.openjob-detail .openjob-detail-top {
  display: flex;
  gap: 2.0833vw;
  justify-content: space-between;
  padding: 2.0833vw 2.0833vw 2.0833vw 4.1667vw;
  background: #FAFAFA;
}

.openjob-detail .openjob-detail-top .oj-top-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.openjob-detail .openjob-detail-top .oj-top-left .oj-top-info {
  display: flex;
  flex-direction: column;
}

.openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-tit {
  color: #231815;
  /* Heading3-60 */
  font-family: "Montserrat-SemiBold";
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  /* 150% */
  text-transform: capitalize;
  margin-bottom: 2.0833vw;
}

.openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-lo,
.openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-po {
  display: flex;
  align-items: center;
  font-size: 1.25vw;
  color: #231815;
  line-height: 150%;
  /* 150% */
  font-style: normal;
}

.openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-lo .label,
.openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-po .label {
  font-family: "Montserrat-SemiBold";
}

.openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-lo .value,
.openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-po .value {
  font-family: Montserrat;
}

.openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-po {
  margin-top: 0.8333vw;
  margin-bottom: 2.0833vw;
}

.oj-detail-apply-btn {
  width: fit-content;
  padding: 0.4167vw 2.0833vw;
  border-radius: 1.25vw;
  background: #3A66FB;
  backdrop-filter: blur(0.7813vw);
  color: #fff;
  /* Large2-S-16 */
  font-family: "Montserrat-SemiBold";
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  /* 150% */
  cursor: default;
}
.oj-detail-apply-btn.applied {
  color: #3A66FB;
  background: rgba(58, 102, 251, 0.08);
}
.oj-detail-apply-btn.under {
  color: #E9B404;
  background: rgba(254, 230, 49, 0.08);
}
.oj-detail-apply-btn.completed {
  color: #00BD5E;
  background: rgba(0, 189, 94, 0.08);
}
.oj-detail-apply-btn.closed {
  color: #9FA0A0;
  background: rgba(159, 160, 160, 0.08);
}
@media screen and (min-width: 768px) {
  .openjob-detail .oj-detail-apply-btn.apply:hover {
    background: rgb(53, 86, 205);
    cursor: pointer;
  }
}

.openjob-detail .openjob-detail-top .oj-top-left .oj-top-iconlink {
  display: flex;
  gap: 1.25vw;
}

.openjob-detail .openjob-detail-top .oj-top-left .oj-top-iconlink a img {
  width: 2.0833vw;
  height: 2.0833vw;
  object-fit: cover;
}

.openjob-detail .openjob-detail-top .oj-top-right {
  width: 25vw;
  height: 25vw;
  border-radius: 16px;
  background: #D9D9D9;
  object-fit: cover;
}
.openjob-detail .role-tit,.openjob-detail .qualifcations-tit {
  margin-bottom: 0.8333vw;
  color: #231815;
  /* Heading7-S-24 */
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%; /* 150% */
}
.openjob-detail .role-tit {
  margin-top: 4.1667vw;
}
.openjob-detail .role-desc,.openjob-detail .qualifcations-desc {
  margin-bottom: 4.1667vw;
  color: #231815;
  /* Heading7-S-24 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
}
.openjob-detail .qualifcations-btn {
  margin: 4.1667vw 0;
}


@media screen and (max-width: 768px) {
  .openjob-detail {
    margin-top: 12.8vw;
  }

  .openjob-detail .crumbs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .openjob-detail .openjob-detail-top {
    padding: 6.4vw 4.2666vw;
    flex-direction: column;
    background: #FAFAFA;
  }

  .openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-tit {
    font-size: 6.4vw;
    margin-bottom: 6.4vw;
  }

  .openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-lo,
  .openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-po {
    font-size: 3.733vw;
  }
  .openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-lo {
    align-items: flex-start;
  }
  .openjob-detail .openjob-detail-top .oj-top-left .oj-top-info .oj-top-po {
    margin-top: 4.2666vw;
    margin-bottom: 6.4vw;
  }
  .openjob-detail .openjob-detail-top .oj-top-left .oj-top-iconlink {
    gap: 4.2666vw;
    margin-bottom: 10.667vw;
  }
  .openjob-detail .openjob-detail-top .oj-top-left .oj-top-iconlink a img {
    width: 6.4vw;
    height: 6.4vw;
  }
  .openjob-detail .openjob-detail-top .oj-top-right {
    width: 100%;
    height: 78.667vw;
    border-radius: 2.667vw;
  }
  .openjob-detail .role-tit,.openjob-detail .qualifcations-tit {
    margin-bottom: 4.2666vw;
    font-size: 4.8vw;
  }
  .openjob-detail .role-tit {
    margin-top: 10.667vw;
  }
  .openjob-detail .role-desc,.openjob-detail .qualifcations-desc {
    margin-bottom: 10.667vw;
    font-size: 3.733vw;
  }
  .mob-apply .qualifcations-btn {
    width: 100%;
    padding: 2.1333vw 6.4vw;
    border-radius: 6.4vw;
    backdrop-filter: blur(4vw);
    font-size: 3.2vw;
    text-align: center;
  }
  .mob-apply {
    padding:  4.2666vw 0;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 2;
    filter: drop-shadow(0 0.522vw 9.33vw rgba(35, 24, 21, 0.10));
  }
  .footer .bottom-tips {
    bottom: 25.4vw!important;
  }
  #applyModal .modal-dialog{
    margin-top: 0 !important;
  }
}