.recruit-pc-left-wrapper {
    width: calc((100% - 425px) * (2 / 3));
    display: flex;
    justify-content: right;
    background: url("../../img/recruit/pc-left-bg.png");
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width:992px) {
    .recruit-pc-left-wrapper {
        display:none;
    }
}

.recruit-pc-left-wrapper::before {
    content: "";
    position: absolute;
    background: url("../../img/recruit/main-bg.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.3;
}

.recruit-pc-left-inner {
    margin-top: 100px;
    margin-right: 120px;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.recruit-pc-left-img {
    width: 200px;
}

.recruit-pc-left-line-subtxts {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin: 40px 0 10px;
}

.recruit-pc-left-line-subtxts p {
    border: 1px solid var(--line-color);
    padding: 5px 10px;
    width: 120px;
    color: var(--line-color);
    text-align: center;
    font-weight: 500;
}

.recruit-pc-left-line-link-wrapper {
    display: flex;
    align-items: center;
    background: var(--line-color);
    border-radius: 5px;
    padding: 0px 25px;
    gap: 15px;
    width: 90%;
    justify-content: center;
}

.recruit-pc-left-line-link-wrapper.website {
    padding: 10px 25px;
    background: var(--txt-color-4);
    margin-top: 10px;
    gap: 20px;
}

.recruit-pc-left-line-icon {
    width: 70px;
}

.recruit-pc-left-line-icon.website {
    width: 50px;
}