/* 인재 목록 카드 공통 스타일 */
/* hr_list.php, search.php에서 공유 */

.ru_price_type {
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }
  
  .ru_price_type em {
    font-style: normal;
    position: relative;
  }
  
  .ru_price_type span {
    color: rgb(35, 33, 33);
  }
  
  .item-info .price_type_wrap .ru_price_type em:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0.5em;
    margin: auto;
    border-right: 1px solid #777777;
  }
  
  .item-info .price_type_wrap .ru_price_type em:not(:first-child) {
    padding-left: 4px;
  }
  
  .item-info .price_type_wrap .ru_price_type em:not(:last-child) {
    padding-right: 5px;
  }
  
  /* ============================================
     인재 목록 카드 (item-info) 레이아웃
     ============================================ */
  
  .item-info .content-wrap {
  
    justify-content: center;
  }
  
  .item-info .category-label {
    height: 26px;
  }
  
  .item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 0;
    height: 130px;
  }
  
  .item-info .desc {
    position: relative;
    height: 100%;
    width: 100%;
    margin: 0 0 0 110px;
    cursor: pointer;
    display: flex;
  }
  
  .item-info .reco-title {
    color: #1b9d7d;
    font-weight: 600;
  }
  
  .item-info .timestamp {
    margin-bottom: 5px;
  }
  
  .item-info .period {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
    position: relative;
    font-size: 14px;
    font-weight: 600;
  }
  
  .item-info .period em {
    position: relative;
    display: inline-block;
    font-style: normal;
    color: #777;
  }
  
  .item-info .period em:not(:last-child) {
    padding-right: 5px;
  }
  
  .item-info .period em:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0.5em;
    margin: auto;
    border-right: 1px solid #777777;
  }
  
  .item-info .img {
    position: absolute;
    width: 110px;
    height: 110px;
    border: 0;
    border-radius: 5px;
    color: #888;
    overflow: hidden;
  }
  
  .item-info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .item-info .star-rating {
    position: absolute;
    bottom: 15px;
    left: 4px;
    width: 105px;
    height: 15px;
    margin: 5px auto 0;
  }
  
  .item-info .meta {
    display: flex;
    gap: 5px;
    left: 0;
    top: 0;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    width: 200px;
  }
  
  .item-info .meta p {
    position: relative;
    display: inline-block;
    font-style: normal;
    color: #333;
    margin-right: 0;
  }
  
  .item-info .meta p:not(:last-child) {
    padding-right: 5px;
  }
  
  .item-info .meta p:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0.5em;
    margin: auto;
    border-right: 1px solid #777777;
  }
  
  .item-info .price_type {
    position: relative;
    font-size: 16px;
    font-weight: 600;
  }
  
  .item-info .price_type span {
    position: relative;
    display: block;
  }
  
  .item-info .price_type em {
    position: relative;
    display: inline-block;
    font-style: normal;
  }
  
  .item-info .price_type em:not(:first-child) {
    padding-left: 5px;
  }
  
  .item-info .price_type em:not(:last-child) {
    padding-right: 6px;
  }
  
  .item-info .price_type em:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0.5em;
    margin: auto;
    border-right: 1px solid #777777;
  }
  
  .item-info .price_type em.wtype1 {
    color: #3a70db;
  }
  
  .item-info .price_type em.wtype2 {
    color: #F86048;
  }
  
  .item-info .price_type em.wtype3 {
    color: #1B9D7D;
  }
  
  .item-info .working-day {
    width: 25%;
    margin-right: 10px;
    align-content: center;
  }
  
  .item-info .title-wrap {
    width: 400px;
  }
  
  .item-info .title-wrap .title {
    max-width: 340px;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .item-info .area {
    display: block;
    margin-top: 5px;
    color:#1B9D7D;
    font-size: 18px;
    font-weight: 600;
  }
  
  /* ============================================
     인재 카드 (person-card) 레이아웃
     ============================================ */
  
  .person-card .meta p {
    position: relative;
    flex: 1;
    word-break: keep-all;
    text-align: center;
    width: unset;
  }
  
  .person-card .meta p em {
    font-style: normal;
  }
  
  .person-card .img {
    position: relative;
    width: 256px;
    height: 256px;
    border: 0;
    border-radius: 5px;
    color: #888;
    overflow: hidden;
  }
  
  .person-card .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  
  .person-card .desc {
    cursor: pointer;
  }
  
  .person-card .title {
    width: 90%;
  }
  
  .person-card .area {
    margin: 0;
    color: #000;
    height: auto;
    width: 70%;
    text-align: right;
    font-size: 18px;
    font-weight: 600;
  }
  
  .person-card .national {
    font-size: unset;
  }
  
  .person-card .hashtag {
    display: block;
    margin: 14px 0 0;
    padding: 5px 0 0;
    font-size: 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #000;
    overflow: hidden;
  }
  
  .person-card .tag {
    display: inline-block;
    margin: 0 8px 0 0;
    padding: 0 12px;
    font-size: 16px;
    color: #3A70DB;
    line-height: 2;
    text-align: center;
    vertical-align: top;
    border-radius: 100px;
  }
  
  .person-card .tag:last-child {
    margin-right: 0;
  }
  
  /* ============================================
     채팅 탭 인재 카드 (item-info.person)
     chatting_cont.php 제안받은/보낸 인재 탭 전용
     ============================================ */
  
  .item-info.person {
    display: flex;
    align-items: center;
  }
  
  .item-info.person .thumb-wrap {
    position: relative;
    flex-shrink: 0;
  }
  
  .item-info.person .thumb {
    position: relative;
    width: 80px;
    height: 0;
    padding: 100% 0 0;
    background: #F7F7F7;
    overflow: hidden;
    border-radius: 50%;
  }
  
  .item-info.person .thumb img {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    border-radius: inherit;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
  
  .item-info.person .content-wrap {
    display: flex;
    position: relative;
    min-width: 0;
    padding: 0 0 0 20px;
    flex: 1;
    flex-direction: column;
    word-break: keep-all;
  }
  
  .item-info.person .content-wrap .timestamp {
    font-size: 12px;
    color: #777;
    margin-bottom: 4px;
  }
  
  .item-info.person .content-wrap .title-wrap {
    width: 100%;
    margin-bottom: 4px;
  }
  
  .item-info.person .content-wrap .title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .item-info.person .content-wrap .meta {
    display: flex;
    min-width: 0;
    margin: 6px -2px 0 0;
    font-size: 12px;
    color: #999;
    flex-wrap: wrap;
  }
  
  .item-info.person .content-wrap .meta p {
    min-width: 0;
    max-width: 100%;
    margin-right: 4px;
    padding: 0;
  }
  
  /* 추천 슬라이더 배경색 */
  .recomm-slider.person {
    background-color: #fff;
  }
  
  /* hr_list.php 페이지 전용 - working-day 너비 27% */
  .page-hr-list .item-info .working-day {
    width: 27%;
  }
  