.recruitment-article-wap {
  display: flex;
  padding: 70px 20px 92px;
  box-sizing: border-box;
  gap: 100px;
}

.recruitment-sidebar {
  width: 380px;
  flex-shrink: 0;
}

.recruitment-hot {
  overflow: hidden;
  border-radius: 10px;
  background: #ececec;
}

.recruitment-hot-head {
  padding: 28px 24px;
  background: #ff7600;
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}

.recruitment-job-list {
  padding: 0 20px 20px;
}

.recruitment-job {
  display: block;
  padding: 22px 0;
  border-bottom: 1px solid #c9c9c9;
  color: #333;
  text-decoration: none;
}

.recruitment-job:last-child {
  border-bottom: 0;
}

.recruitment-job strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 500;
}

.recruitment-job span {
  display: block;
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.4;
}

.recruitment-job:hover strong,
.recruitment-job.active strong {
  color: #2f86cc;
}

.recruitment-detail {
  min-width: 0;
  padding-top: 38px;
  color: #666;
}

.recruitment-detail h1 {
  margin: 0 0 12px;
  color: #3e86c5;
  font-size: 36px;
  line-height: 1.25;
  font-weight: 700;
}

.recruitment-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 28px 48px;
  padding-bottom: 28px;
  border-bottom: 1px solid #e1e1e1;
  font-size: 14px;
  line-height: 1.6;
}

.recruitment-content {
  padding-top: 28px;
  font-size: 14px;
  line-height: 2;
}

.recruitment-content section + section {
  margin-top: 8px;
}

.recruitment-content h2 {
  margin: 0 0 4px;
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  font-weight: 700;
}

.recruitment-content p {
  margin: 0;
}

.recruitment-contact {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 40px;
  margin-top: 30px;
  color: #3e86c5;
  font-size: 16px;
  line-height: 1.6;
}

.recruitment-contact a {
  color: #3e86c5;
  text-decoration: none;
}

.recruitment-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 62px;
  padding: 12px 20px;
  min-width: 138px;
  border: 1px solid #3e86c5;
  border-radius: 12px;
  color: #3e86c5;
  font-size: 24px;
  line-height: 1.2;
  text-decoration: none;
  box-sizing: border-box;
}

.recruitment-submit i {
  width: 26px;
  height: 1px;
  background: currentColor;
  position: relative;
}

.recruitment-submit i:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: translateY(-50%) rotate(45deg);
}

.recruitment-submit:hover {
  background: #3e86c5;
  color: #fff;
}

/*# sourceMappingURL=recruitmentArticle.css.map */
