/* recommender v2 ---------------------------------------------------------------*/
.landing.recruiter .spotlight-green {
    position: relative;
    color: #6D01BE;
}
.landing.recruiter .spotlight-green::before {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 24px;
    background: url("../images/landing/aboutus-line03.png") center bottom repeat-x;
    filter: hue-rotate(150deg) saturate(1.5) brightness(2);
    z-index: -1;
}
.landing.recruiter .spotlight-green::after {
    content: "";
    position: absolute;
    bottom: 3px;
    left: 0;
    right: 0;
    height: 24px;
    background:
        url("../images/landing/aboutus-line01.png") left bottom no-repeat,
        url("../images/landing/aboutus-line02.png") right bottom no-repeat;
    filter: hue-rotate(150deg) saturate(1.5) brightness(2);
    z-index: -1;
}
.landing.recruiter section.banner .container {
    padding-top: 80px;
    padding-bottom: 0;
}
.landing.recruiter .banner .landing-h1 i:not(.spotlight) {
    color: #1a1a1a;
}
.landing.recruiter .banner {
    height: auto;
    background: linear-gradient(to bottom, rgba(240,219,255,0.6), rgba(240,219,255,0));
}
.landing.recruiter .hero-img-referrer {
    height: 560px;
    width: auto;
}
.landing.recruiter .feature#target {
    padding-top: 0;
    padding-bottom: 0;
}
.landing.recruiter .feature .landing-aditembox.three-column {
    padding: 0;
}
.landing.recruiter .process {
    background: #fff;
}
.landing.recruiter .process .landing-adbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}
.landing.recruiter .process .landing-h2 {
    margin-bottom: calc(16px - 48px);
}
.landing.recruiter .process .evolution-list .evolution-text {
    z-index: 0;
}
.landing.recruiter .process .evolution-list .evolution-dot {
    z-index: 1;
}
.landing.recruiter .process .evolution-list li .evolution-text::before,
.landing.recruiter .process .evolution-list li .evolution-text::after,
.landing.recruiter .process .evolution-list li:nth-child(2) .evolution-text::before,
.landing.recruiter .process .evolution-list li:nth-child(2) .evolution-text::after {
    height: 135%;
    top: -80px;
}
.landing.recruiter .process .evolution-list li:last-child .evolution-text {
    padding: 0;
}
.landing.recruiter .process .evolution-list li:last-child {
    align-items: center;
}
.landing.recruiter .process .evolution-list li:last-child .evolution-text::before,
.landing.recruiter .process .evolution-list li:last-child .evolution-text::after {
    height: 70px;
    top: -80px;
}
.landing.recruiter .process .landing-h2,
.landing.recruiter .startact .landing-h2 {
    color: #6D01BE;
}
.landing.recruiter .question-item {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    padding: 32px 40px;
    margin-bottom: 24px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.05);
}
.landing.recruiter .way.pay .summary {
    display: flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid #E8E8E8;
    background: none;
    margin-top: 30px;
}
.landing.recruiter .way.pay .summary h3 {
    color: #1A1A1A;
}
.landing.recruiter .way.pay .summary ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.landing.recruiter .way.pay .summary ul li {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 0;
    position: static;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.028px;
}
.landing.recruiter .way.pay .summary ul li::before {
    content: "";
    position: static;
    display: block;
    flex-shrink: 0;
    width: 4px;
    min-width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
    margin-top: 0;
    margin-right: 0;
    top: auto;
    left: auto;
}
.landing.recruiter .way.pay .summary ul li strong {
    font-weight: 400;
}
.landing.recruiter .way.pay .landing-bodym + .list-itembox {
    margin-top: 60px;
}
.landing.recruiter .way.pay .link-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding-top: 40px;
}
.landing.recruiter .way.pay p.link-btn a.button {
    color: #1a1a1a;
    margin-left: 16px;
}
.landing.recruiter .way.pay p.link-btn a.button:hover {
    color: #fff;
}
.landing.recruiter .compare-tit {
    display: inline-block;
    box-sizing: border-box;
    max-width: 100%;
    background: #6D01BE;
    color: #fff !important;
    border-radius: 999px;
    padding: 6px 16px;
    margin: 0;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: break-word;
}
.landing.recruiter .tag.tag-group .landing-caption {
    background: #f9f1ff;
    color: #6D01BE;
    border-radius: 4px;
    padding: 2px 12px;
    border: none;
}
.landing.recruiter .startact .landing-picbox::before {
    display: none;
}
.landing.recruiter .startact {
    background: url("../images/landing/employer-ad07bg.png") center bottom no-repeat #F9F1FF;
    background-size: contain;
}
@media (min-width: 992px) {
    .landing.recruiter .process .evolution-list {
        width: 720px;
        margin: 0 auto;
    }
    .landing.recruiter .compare-item {
        align-items: stretch;
    }
    .landing.recruiter .compare-item .compare-card {
        display: flex;
        flex-direction: column;
        min-width: 0;
    }
    .landing.recruiter .compare-item .compare-card > div {
        flex: 1;
        min-width: 0;
    }
}
@media (max-width: 1365px) {
    .landing.recruiter .way.pay .list-itembox ul::after {
        display: none;
    }
    .landing.recruiter .way.pay .count-box {
        position: relative;
    }
    .landing.recruiter .way.pay .count-box::after {
        content: "";
        width: 120px;
        height: 120px;
        background: url("../images/landing/recruiter-ad03.png") center center no-repeat;
        background-size: contain;
        position: absolute;
        top: -60px;
        right: 0;
        pointer-events: none;
    }
}
@media (max-width: 991px) {
    .landing.recruiter section {
        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .landing.recruiter section .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .landing.recruiter section.banner {
        padding-bottom: 0 !important;
    }
    .landing.recruiter section.banner .container {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .landing.recruiter .banner .landing-aditem > div,
    .landing.recruiter .banner .slgan,
    .landing.recruiter .banner .btn-group {
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .landing.recruiter .banner .landing-h1 {
        overflow-wrap: break-word;
    }
    .landing.recruiter .banner .btn-group .button {
        max-width: 100%;
        white-space: normal;
    }
    .landing.recruiter .feature#target .landing-aditembox.three-column {
        margin-bottom: 24px;
    }
    .landing.recruiter .feature#target .landing-aditembox.three-column:last-child {
        margin-bottom: 0;
    }
    .landing.recruiter .process .evolution-list li:last-child,
    .landing.recruiter .process .evolution-list li:last-child .evolution-text {
        padding: 0;
    }
    .landing.recruiter .process .evolution-list li:last-child {
        align-items: center;
    }
    .landing.recruiter .hero-img-referrer {
        height: auto;
        width: 100%;
    }
    .landing.recruiter .question-item {
        margin-bottom: 30px;
    }
    .landing.recruiter .question-item:last-child {
        margin-bottom: 0;
    }
    .landing.recruiter .way.pay .landing-bodym + .list-itembox {
        margin-top: 40px;
    }
    .landing.recruiter .way.pay p.link-btn a.button {
        margin: 16px 0 0 0;
        padding: 6px 16px;
        font-weight: 500;
        display: block;
        text-align: center;
    }
    .landing.recruiter .way.pay p.link-btn span.landing-bodym,
    .landing.recruiter .question p.link-btn span.landing-bodym {
        text-align: center;
        width: 100%;
    }
    .landing.recruiter .question p.link-btn a.button {
        font-weight: 500;
    }
    .landing.recruiter .compare-tit {
        display: inline;
        margin: 0;
        padding: 4px 12px;
        border-radius: 999px;
        -webkit-box-decoration-break: clone;
        box-decoration-break: clone;
        line-height: 2.4;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
        max-width: 100%;
    }
    .landing.recruiter .compare-item .compare-card > div {
        overflow: visible;
        word-break: break-word;
        width: 100%;
        min-width: 0;
    }
    .landing.recruiter .startact {
        background-position: center bottom;
        background-size: initial;
    }
    html[lang="en"] .landing.recruiter .way.pay .list-itembox ul li {
        min-width: 0;
        padding: 12px 10px;
        overflow-wrap: anywhere;
        word-break: normal;
    }
    html[lang="en"] .landing.recruiter .way.pay .list-itembox ul li:nth-child(odd) {
        width: 40%;
    }
    html[lang="en"] .landing.recruiter .way.pay .list-itembox ul li:nth-child(even) {
        width: 60%;
    }
}
html[lang="en"] .landing.recruiter .compare-tit {
    white-space: normal;
    word-break: break-word;
}
