.content-more {
  display: block;
  margin: 0 auto 20px;
  padding: 10px 10px 10px 30px;
  width: 200px;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background: url(../png/common_arrow24.png) 50px 16px no-repeat #f2f2f2;
  font-size: 14px;
  cursor: pointer;
}

.content-more.active {
  background-image: url(../png/common_arrow25.png);
}

.jobs_search_caption p {
  margin: 10px 0;
  font-size: 15px;
  line-height: 1.6;
}

.jobs_search_caption .toggle-content {
  display: none;
}

.cfair_home_banner {
  width: 290px;
}

.keyvisual_wrap_recommend {
  position: relative;
}

.cfair_home_banner {
  width: 290px;
  position: relative;
}

.cfair_banner_img {
  width: 100%;
  height: auto;
  display: block;
}

.cfairbox_overview {
  position: absolute;
  bottom: 30px;
  left: 10px;
  width: 268px;
  padding: 8px;
  background-color: #fff;
  box-sizing: border-box;
}

.cfairbox_overview .place {
  text-align: center;
  background-color: var(--green-500);
  color: #fff;
  font-size: 24px;
  border-radius: 4px;
}

.cfairbox_overview .detail {
  margin-top: 10px;
  text-align: center;
}

.cfairbox_overview .detail .date {
  font-size: 14px;
  color: var(--navy-500);
  font-weight: 700;
}

.cfairbox_overview .venue {
  font-size: 10px;
}

.translate-icon img {
  width: 20px;
  height: 20px;
}

.job-detail__foot {
  transition: transform .25s ease, opacity .25s ease;
}

.job-detail__foot.is-sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 49;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 100%;
}

.job-detail-recommendations {
  list-style: disc;
}

.job-detail-recommendations li a:hover {
  color: var(--navy-300);
}

@media (max-width: 768px) {
  .cfair_home_banner {
    width: 100%;
  }

  .cfairbox_overview {
    top: 50%;
    min-width: 72%;
    display: flex;
    gap: 3px;
    align-items: center;
  }

  .cfairbox_overview .place {
    font-size: 18px;
    padding: 3px;
  }

  .cfairbox_overview .detail {
    margin-top: 10px;
    text-align: center;
    margin: auto;
  }

  .cfairbox_overview .detail .date {
    font-size: 13px;
  }

  .cfairbox_overview .venue {
    font-size: 11px;
  }

  .jobs_search_caption p {
    font-size: 13px;
  }
}
