.l-hidden {
  display: none;
}
@media (min-width: 768px) {
  .l-hidden-md {
    display: none;
  }
}

.c-3colList {
  flex-wrap: wrap;
  margin-inline: -10px;
  padding-bottom: 32px;
  display: flex;
}
@media (min-width: 768px) {
  .c-3colList {
    padding-top: 32px;
    padding-bottom: 80px;
  }
}
.c-3colList__wrap {
  box-sizing: border-box;
  width: 100%;
  margin-top: 32px;
  padding-inline: 10px;
}
@media (min-width: 768px) {
  .c-3colList__wrap {
    width: 33.3333%;
    margin-top: 36px;
  }
}

.c-btnMore {
  text-align: center;
  width: 100%;
  max-width: 332px;
  font-weight: 700;
  color: #fff;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
  background-color: #005eab;
  border-radius: 32px;
  padding-block: 22px;
  padding-inline: 40px;
  position: relative;
}
@media (hover: hover) {
  .c-btnMore:hover {
    opacity: 0.8;
  }
}
.c-btnMore__wrap {
  justify-content: center;
  padding-top: 16px;
  display: flex;
}
.c-btnMore__wrap-collapseCard {
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, #fff 77.4%);
  width: 100%;
}
.c-btnMore__arrow {
  transform-origin: center;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 26px;
  right: 24px;
}

.c-collapseList {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
  overflow: hidden;
}
.c-collapseList__outer {
  background-color: #fbfbfb;
  border-radius: 8px;
  padding-block: 16px;
  padding-inline: 24px;
}
.c-collapseList__section {
  padding-bottom: 50px;
}
.c-collapseList__item {
  border-bottom-style: solid;
  border-color: #e6e6e6;
  border-bottom-width: 1px;
  padding-block: 16px;
}
.c-collapseList__item:last-child {
  border-bottom-width: 0px;
}
.c-collapseList__link {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .c-collapseList__link:hover {
    opacity: 0.6;
  }
}
.c-collapseList__tagWrap {
  column-gap: 6px;
  display: flex;
}
.c-collapseList__tag {
  width: 50px;
  padding-block: 4px;
  text-align: center;
  font-size: 10px;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  border-radius: 3px;
}
.c-collapseList__tag-new {
  background-color: #005eab;
}
.c-collapseList__tag-emergency {
  background-color: #ff4d76;
}
.c-collapseList__titleWrap {
  align-items: center;
  margin-top: 6px;
  display: flex;
}
.c-collapseList__title {
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  white-space: nowrap;
  white-space: normal;
  -webkit-box-orient: vertical;
  flex: 1;
  max-height: 44px;
  font-size: 15px;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}
.c-collapseList__arrowRight {
  width: 10px;
  height: 16px;
  margin-left: 28px;
  margin-right: 16px;
}

.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-spFixLink {
  filter: drop-shadow(0 0 8px #c5c5c5);
  background-color: #fff;
  border: 1px solid #1262b2;
  border-radius: 8px;
  justify-content: center;
  width: 200px;
  padding-block: 12px;
  font-size: 15px;
  line-height: 16px;
  display: flex;
}
.c-spFixLink:before {
  content: "";
  background-image: url("/jobsearch/img/icon_aiRecommend.svg");
  width: 20px;
  height: 16px;
  margin-right: 6px;
  display: block;
}
.c-spFixLink__wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  translate: 0 -100%;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  justify-content: center;
  padding-block: 20px;
  display: flex;
  position: fixed;
  z-index: 101;
}
@media (min-width: 768px) {
  .c-spFixLink__wrap {
    display: none;
  }
}
.c-spFixLink__wrap.js-show {
  translate: 0 0;
}

.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-jobSearchDetail-3colList {
  row-gap: 20px;
  padding: 10px;
}
.p-jobSearchDetail-3colList__outer {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.5s;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-jobSearchDetail-3colList {
    row-gap: 24px;
  }
}
.p-jobSearchDetail-3colList__wrap {
  margin-top: 0;
}

.p-jobSearchDetail-collapseList__section {
  position: relative;
}
@media (max-width: 768px) {
  .p-jobSearchDetail-collapseList__section-hasGap {
    margin-top: 60px;
  }
}
.p-jobSearchDetail-collapseList__titleIcon-location:before {
  content: "";
  background-image: url("/jobsearch/img/icon_job_location.png");
}
.p-jobSearchDetail-collapseList__titleIcon-viewed:before {
  content: "";
  background-image: url("/jobsearch/img/icon_from_viewed.png");
}

.p-jobSearchDetail-jobCard__link {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}
@media (hover: hover) {
  .p-jobSearchDetail-jobCard__link:hover {
    opacity: 0.6;
  }
}
.p-jobSearchDetail-jobCard__subTitle {
  color: #003b6b;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.3s;
}

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