.save_button_popup {
  pointer-events: none;
  position: absolute;
  width: 320px;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 16, 26, 0.9);
  padding: 10px 20px;
  border-radius: 4px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}

.save_button_popup::before {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-top: 10px solid rgba(0, 16, 26, 0.9);
}

.save_button_popup_box {
  position: relative;
}

.save_popup_head {
  color: #d8a70d;
  font-weight: 700;
  text-align: center;
}

.save_popup_text {
  color: #fff;
  text-align: center;
}

.save_button_popup.is-show {
  opacity: 1;
}

.c-jobCard {
  background-color: #fff;
  padding-inline: 14px;
  border-radius: 8px;
  padding-top: 24px;
  padding-bottom: 72px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 1.414px 1.414px 5px rgba(0, 0, 0, 0.2509803922);
  height: 100%;
  box-sizing: border-box;
}
.c-jobCard__link {
  display: block;
}
.c-jobCard__link:before {
  content: "";
  top: 0;
  left: 0;
  background-color: #0068be;
  width: 100%;
  height: 8px;
  position: absolute;
}
.c-jobCard__tagWrap {
  top: 0;
  left: 0;
  box-sizing: border-box;
  column-gap: 6px;
  width: 100%;
  padding-inline: 14px;
  display: flex;
  position: absolute;
}
.c-jobCard__tag {
  text-align: center;
  width: 50px;
  color: #fff;
  border-radius: 3px;
  padding-block: 4px;
  font-size: 10px;
  line-height: 10px;
}
.c-jobCard__tag-new {
  background-color: #1db6fd;
}
.c-jobCard__tag-emergency {
  background-color: #ff4d76;
}
.c-jobCard__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #003b6b;
}
.c-jobCard__subTitle {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-size: 15px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}
@media (min-width: 768px) {
  .c-jobCard__subTitle {
    max-height: 44px;
  }
}
.c-jobCard__statusWrap {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #e6e6e6;
  margin-top: 12px;
  padding-top: 10px;
}
.c-jobCard__statusItem {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  align-items: center;
  column-gap: 6px;
  display: flex;
}
.c-jobCard__statusItem:not(:first-child) {
  margin-top: 4px;
}
.c-jobCard__statusIcon-salary {
  flex-shrink: 0;
  width: auto;
  height: 20px;
}
.c-jobCard__statusIcon-location {
  flex-shrink: 0;
  width: auto;
  height: 20px;
  padding-inline: 4px;
}
.c-jobCard__statusName {
  width: 48px;
  color: #003b6b;
  flex-shrink: 0;
}
.c-jobCard__statusText {
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  flex: 1;
  overflow: hidden;
}
.c-jobCard__aiWrap {
  background-color: #f5f5f5;
  color: #333;
  margin-top: 12px;
  padding: 8px;
}
.c-jobCard__aiText {
  -webkit-line-clamp: 6;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}
.c-jobCard__btnWrap {
  justify-content: center;
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-bottom: 14px;
}
.c-jobCard__btn {
  width: 240px;
  cursor: pointer;
  border-radius: 8px;
  border-style: solid;
  border-width: 1px;
  border-color: #0068be;
  background-color: #fff;
  color: #0068be;
  justify-content: center;
  column-gap: 6px;
  padding: 10px;
  display: flex;
}
.c-jobCard__btn:before {
  content: "";
  background-image: url("/resource/jobsearch/img/heart.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 28px;
  height: 20px;
  display: block;
}
.c-jobCard__btn.saved {
  border-color: #bebebe;
  background-color: #bebebe;
  color: #333;
}
.c-jobCard__btn.saved:before {
  background-image: url("/resource/jobsearch/img/heart_active.svg");
}
.c-jobCard__btnImg {
  width: auto;
  height: 20px;
}
.c-jobCard__btnText {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
}

.c-save_button_popup {
  top: -100px;
  box-sizing: border-box;
  width: 280px;
  translate: 10px 0;
}

.c-save_button_popup-jobsearch_detail {
  translate: 10px -40px;
}

.p-jobSearch-jobCard__outer {
  position: relative;
}
.p-jobSearch-jobCard__wrap {
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-jobSearch-jobCard__wrap {
    padding-left: 6px;
    padding-right: 20px;
  }
}
.p-jobSearch-jobCard__swiperContainer {
  overflow: visible;
}
.p-jobSearch-jobCard__swiperWrapper {
  padding-block: 30px;
}
.p-jobSearch-jobCard__swiperSlide {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding-inline: 6px;
}
@media (min-width: 768px) {
  .p-jobSearch-jobCard__swiperSlide {
    width: 33.3333%;
  }
}
.p-jobSearch-jobCard__link {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  text-decoration-line: none;
}
.p-jobSearch-jobCard__link:hover {
  text-decoration-line: none;
}
@media (min-width: 768px) {
  .p-jobSearch-jobCard__link:hover {
    opacity: 0.6;
  }
}
.p-jobSearch-jobCard__subTitle {
  max-height: 44px;
}

.p-feature::before {
  content: none;
}

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