  /******************
   Talent job-list 職缺列表頁 start
 *******************/
 .kv-talent.job-list {
    
}

/* jobs copy from talent 首頁 */
.jobsBoard.job-list {
    background: url('../img/talent/bg-inner.png') no-repeat 0% 90% /400px,
      linear-gradient(#e9e4e0 0%, #e9e4e0 100%);
    padding: 8% 0;
    min-height: 90vh;
}
.jobsBoard.job-list .job-title-top {}
.jobsBoard.job-list .job-main-title {}
.jobsBoard.job-list .job-card {
    background-color: #fff;
    position: relative;
    padding: 15px 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 3px #aaa;
}
.jobsBoard.job-list .job-title {
    margin: 10px 0 30px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jobsBoard.job-list .job-company {
    color: #888;
    width: 83%;
}
.jobsBoard.job-list .job-card .btn-more {
    background-color: var(--talentBtn);
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 17%;
}
.jobsBoard.job-list .jobsBoard .btn-overview {
    max-width: 300px;
    width: 100%;
    display: block;
    margin: 2% auto;
    padding: 15px 20px;
}

@media (max-width: 767px) {
    .jobsBoard.job-list .job-card {}
    .jobsBoard.job-list .job-company {
        width: 100%;
    }
    .jobsBoard.job-list .job-card .btn-more {
        position: relative;
        width: 30%;
        bottom: 0;
        right: 0;
        margin: 2% auto;
    }
}
 /******************
   Talent job-list 職缺列表頁 end
 *******************/