.fv-wrapper {
    padding: 0;
    position: relative;
}

.fv-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}

.fv-txt {
    position: absolute;
    text-shadow: 1px 1px 3px var(--txt-color-1);
    top: 65px;
    left: 25px;
    font-size: 25px;
    line-height: 40px;
}

.fv-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.logo {
    top: 70%;
}

.logo-img {
    width: 250px;
}

.top-fv-line-link {
    position: fixed;
    bottom: 150px;
    right: 0px;
    z-index: 999;
    transition: 1s;
}

@media (max-width: 992px) {
    .top-fv-line-link {
        position: fixed;
        bottom: 0;
        right: initial;
        width: 100%;
    }
}

.top-fv-line-link-wrapper {
    display: flex;
    align-items: center;
    background: var(--line-color);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 15px;
    padding: 15px 25px;
    gap: 15px;
}

@media (max-width: 992px) {
    .top-fv-line-link-wrapper {
        border-top-right-radius: 30px;
        border-bottom-left-radius: initial;
        justify-content: center;
        padding: 10px 0;
        flex-direction: column;
        gap: 0px;
    }
}

.top-fv-line-img {
    width: 52px;
    height: auto;
}

.top-fv-line-link-txt {
    margin: 0;
    color: var(--line-color);
    width: 80%;
    background: #FFF;
    font-weight: 600;
    font-family: var(--font-family-1);
    border-radius: 25px;
    letter-spacing: 2px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.top-fv-line-subtxts {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.top-fv-line-subtxts p {
    border: 1px solid #FFF;
    padding: 5px 10px;
}

.recruit-section-subtitle {
    color: var(--txt-color-4);
    text-align: center;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 21px;
}

.recruit-section-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

.recruit-section-title.center {
    text-align: center;
}