/* ====================================================
job-page & vendor-page & talent-page 共用樣式
==================================================== */


.job-kv {
    background-image: url(../img/talent/CyberTalent_innerkv.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    height: 250px;
    justify-content: center;
}

@media (max-width:768px) {
    .job-kv {
        background-position: left;
    }
}

.job-kv .inner-kv-title,
.job-kv .inner-kv-stitle {
    color: #fff;
    text-shadow: none;
    font-weight: 500;
}

.job-kv .inner-kv-stitle {
    color: #FF9D00;
    text-shadow: 1px 0px 1px #fff, 0px 1px 1px #fff, 2px 1px 1px #fff, 1px 2px 1px #fff, 3px 2px 1px #fff;
}

.job-list,
.job-page {
    background-color: #efefef;
}

.vendor .joblist-title,
.joblist-info,
.job-desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    line-height: 24px;
}

/* ====================================================
# job-list
==================================================== */

.job-list {
    padding-top: 2rem;
}

.job {
    border-radius: 15px;
}

.vendor {
    border-radius: 20px;
    padding: 1.5rem 2rem 1rem;
    min-height: 280px;
}

.joblist-img {
    border: 1px solid #efefef;
}

.joblist-img img {
    width: 100%;
}

.joblist-title {
    font-size: 18px;
    color: var(--sub-colorC);
    padding-bottom: 6px;
}


.joblist-info p {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--lightgray);
}

@media (max-width:576px) {
    .talent-card {
        margin: 1.5rem 1rem;
    }

    .vendor {
        min-height: auto;
        margin: 10px;
    }
}

/* ====================================================
# job-page & vendor-page 
==================================================== */

/* .job-page,
.talent-page {
    padding-top: 0;
} */

.job-content {
    border-radius: 15px;
    padding: 1.5rem 2rem;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 2rem;
}


.job-page .btn-return {
    left: 0;
    top: 0;
    transform: translate(-180%, 200%);
    z-index: 10;
}

.job-content h5 {
    color: #00a6e1;
    padding-bottom: 10px;
    margin-top: 1rem;
}

.job-content p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.job-content .isip-content{
    box-shadow: none;
    padding: 15px;
    background-color: #effbff;
}

.job-title {
    color: var(--main-black);
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 10px;
}

.jobpage-icon {
    font-size: 14px;
    color: #ffffff;
    background: var(--lightgray);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    vertical-align: middle;
    padding: 5px;

}

.jobpage-intro {
    border-top: 1px solid #dfdfdf;
    padding: 1rem;
}

.jobpage-info,
.job-desc {
    color: var(--lightgray);
}

.job-desc p {
    font-size: 16px;
}

.btn-apply,
.btn-jobs {
    display: inline-block;
    border: 1px solid #FF8874;
    padding: 5px 25px;
    border-radius: 25px;
    transition: all 0.2s;
    margin: 3px;
}

.btn-apply:hover {
    color: #FF8874;
    background-color: #fff;
}

.btn-jobs:hover {
    background-color: #FF8874;
    color: #fff;
}

.btn-apply {
    background-color: #FF8874;
    color: #ffffff;
}

.btn-jobs {
    color: #FF8874;
}
.booth-num{
    display: inline-block;
    color: #796f74;
    border:1px solid #ea6e8c;
    border-left-width: 5px;
    padding:0 10px;
}
.booth-num span{
    color: #ea6e8c;
    margin-right: 8px;
    font-size: 18px;
}

@media (max-width:576px) {

    .job-content {
        padding: 10px 15px;
        margin: auto 0.5rem 1.5rem;
    }

    .job-page .btn-return {
        transform: translate(-50%, 150%);
        background-color: rgba(255, 255, 255, 0.8);
    }

    .jobpage-intro {
        margin: 1rem 0;
    }

    .jobpage-intro p {
        font-size: 16px;
    }

    .btn-apply,
    .btn-jobs {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
}

/* ====================================================
# talent-page
==================================================== */
.talent-video {
    margin: 1.5rem 0;
}

.talent-video h5 {
    font-size: 22px;
    color: var(--main-black);
}

.talent-img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #dfdfdf;
}

.talent-img span {
    position: absolute;
    padding: 2px 10px;
    font-size: 15px;
    color: var(--main-black);
}

.tag-yellow {
    background-color: #FFDF36;
}

.tag-blue {
    background-color: #ACD4DC;
}

.talent-img img {
    width: 100%;
}

.item-list {
    list-style-type: none;
}

.item-list li {
    position: relative;
    padding-bottom: 6px;
}

.item-list li::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background-color: #00a4c7;
    position: absolute;
    top: 8px;
    left: -15px;
    transform: translate(-50%, 50%);
}

.more-info {
    padding: 20px 15px;
    border-radius: 20px;
}

.more-info,
.more-info p {
    font-size: 16px;
}

.more-info p {
    margin: 10px 0 5px;
}

.btn-moreinfo {
    background-color: #07d1b9;
    color: #ffffff;
    font-size: 14px;
    padding: 0px 10px;
    border-radius: 5px;
    margin-left: 15px;
    letter-spacing: 0.1rem;
}

.btn-moreinfo:hover {
    color: #333;
    background-color: #87f9bb;
}

.talent-page .btn-jobs {
    border-color: #796f74;
    color: #796f74;
}

.talent-page .btn-jobs:hover {
    opacity: 0.7;
}

.link-area {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.link-area p {
    color: var(--main-black);
    /* padding: 10px 0; */
}

.link-area:hover p {
    color: var(--sub-colorC);
}

.link-area:hover .talent-img,
.link-area:hover .overview-img {
    opacity: 0.8;
}