@charset "utf-8";

/* ================================================================
 * sign114 구직 최신글 위젯 (hh.latest.sign114seek)
 * hh.latest.requit 디자인 기반 · 구직 전용 (녹색 포인트 컬러)
 * ================================================================ */

/* 래퍼 */
.s114seek-wrap {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.s114seek-wrap dd {
    position: relative;
}
.s114seek-wrap dd:last-child {
    margin-bottom: 0;
}

/* 카드 */
.s114seek-card {
    display: block;
    position: relative;
    background-color: #f3fbf6;
    border: 1px solid #d1ead9;
    border-radius: 12px;
    padding: 20px 20px 52px;
    min-height: 140px;
    box-sizing: border-box;
    cursor: pointer;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
    overflow: hidden;
}
.s114seek-card:hover {
    border-color: #8ecfa8;
    box-shadow: 0 4px 16px rgba(22, 163, 74, 0.08);
}

/* NEW 배지 */
.s114seek-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    padding: 3px 6px;
    border-radius: 4px;
}
.s114seek-badge--new {
    background: #dcfce7;
    color: #16a34a;
}

/* 닉네임 */
.s114seek-card__nick {
    font-size: 13px;
    color: #777;
    margin: 0 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 제목 */
.s114seek-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: keep-all;
    min-height: 44px;
}

/* 희망 지역 (하단 고정) */
.s114seek-card__loc {
    position: absolute;
    left: 20px;
    bottom: 52px;
    display: flex;
    align-items: center;
    gap: 4px;
    color: #999;
    font-size: 12px;
    font-weight: 500;
}
.s114seek-card__loc svg {
    flex: 0 0 auto;
    display: block;
}
.s114seek-card__loc span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 160px;
}

/* 급여·경력 (카드 하단 고정) */
.s114seek-card__salary {
    position: absolute;
    left: 20px;
    bottom: 18px;
    right: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

/* 구직 유형 뱃지 (녹색 포인트) */
.s114seek-accent {
    color: #16a34a !important;
}
.s114seek-type {
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

/* 경력 */
.s114seek-career {
    font-size: 11px;
    color: #555;
    background: #e2f5e9;
    border-radius: 20px;
    padding: 2px 8px;
    white-space: nowrap;
}

/* 급여 유형 (시급·월급 등) */
.s114seek-stype {
    font-size: 11px;
    color: #555;
    background: #eee;
    border-radius: 20px;
    padding: 2px 8px;
    white-space: nowrap;
}

/* 희망 금액 */
.s114seek-amount {
    font-size: 13px;
    font-weight: 700;
    color: #1a1a1a;
    white-space: nowrap;
}

/* 지역 있을 때 급여 내려가도록 */
.s114seek-card:has(.s114seek-card__loc) {
    padding-bottom: 76px;
}
.s114seek-card:has(.s114seek-card__loc) .s114seek-card__salary {
    bottom: 18px;
}
.s114seek-card:has(.s114seek-card__loc) .s114seek-card__loc {
    bottom: 42px;
}

/* Swiper 슬라이드 */
.s114seek-wrap .swiper-slide {
    height: auto;
}

/* 모바일 */
@media (max-width: 767px) {
    .s114seek-card {
        padding: 16px 16px 56px;
        min-height: 120px;
    }
    .s114seek-card__title {
        font-size: 15px;
        min-height: 40px;
    }
    .s114seek-card__loc {
        left: 16px;
        bottom: 42px;
    }
    .s114seek-card__salary {
        left: 16px;
        bottom: 14px;
    }
    .s114seek-card:has(.s114seek-card__loc) .s114seek-card__loc {
        bottom: 40px;
    }
    .s114seek-card:has(.s114seek-card__loc) .s114seek-card__salary {
        bottom: 14px;
    }
    .add_module_wrap { display: none; }
}
