.quick-open__container {
  padding-bottom: 20px;
}
.transaction-remind {
  max-width: initial;
  padding-bottom: 80px;
  background-color: initial;
  padding: 0 6.25rem;
  margin-top: 0;
}
.download-content-inner {
  margin: 0 auto;
  max-width: 1400px;
  width: 100%;
  box-sizing: border-box;
}
.recruitment {
  background-color: #fff;
  border-radius: 12px;
  padding: 30px 30px 60px 30px;
  display: flex;
  gap: 60px;
}

.search-bar {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.search-bar__input {
  width: 100%;
  padding: 8px 40px 8px 14px;
  font-size: 14px;
  border-radius: 10px;
  background: rgba(249, 249, 249, 1);
}
.search-bar__input::placeholder {
  color: rgba(153, 153, 153, 1);
}

.search-bar__icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.department {
  flex: 0 0 282px;
  padding-right: 40px;
  border-right: 1px solid var(--Grey-10, rgba(241, 242, 246, 1));
}

.department__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.department__item {
  padding: 10px 15px;
  margin-bottom: 5px;
  cursor: pointer;
  transition: background-color 0.2s;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--Grey-100, rgba(0, 0, 0, 1));
  font-family: OPPO Sans 4;
  font-size: 16px;
}

.department__item--active {
  background: var(--unnamed, rgba(204, 0, 0, 1));
  color: white;
}

.department__item:not(.department__item--active):hover {
  background-color: #f5f5f5;
}

.jobs {
  flex: 1;
}

.job {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}

.job:last-child {
  border-bottom: none;
}

.job__title {
  color: var(--Grey-100, rgba(0, 0, 0, 1));
  font-family: OPPO Sans 4;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.job__title:hover {
  color: var(--unnamed, rgba(204, 0, 0, 1));
}

.job__info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 10px;
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 14px;
  margin-bottom: 12px;
}

.job__info-item {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.job__info-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0.5);
  width: 2px;
  height: 20px;
  background-color: var(--Grey-30, rgba(51, 51, 51, 1));
}

.job__date {
  color: var(--Grey-30, rgba(51, 51, 51, 1));
  font-family: OPPO Sans 4;
  font-size: 14px;
}

.job__action {
  margin-left: auto;
}

.job__link {
  color: rgba(0, 0, 0, 1);
  font-family: OPPO Sans 4;
  font-size: 14px;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

.job__link-icon {
  margin-left: 5px;
  font-size: 12px;
}

.pagination {
  margin-top: 60px;
}
