.re-interview {
    padding: 80px 16px;
    background-color: #EFEFEF;

    @media (max-width: 767px) {
        padding: 40px 16px;
    }
}

.re-iv {
    padding: 80px 16px;
    background-image: url(../assets/img/recruit/interview/bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.re-interview-cont {
    max-width: 1520px;
    margin: 0 auto;
}

.re-iv-cont {
    max-width: 1380px;
    margin: 0 auto;
}

.re-interview .re-btns {
    border-bottom: 1px solid #F84547;
}

.interview-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.re-interview-des {
    margin-top: 40px;
}

.interview-person-cont {
    margin-top: 40px;

    @media (max-width: 767px) {
        margin: 0 auto;
    }

}

.interview-person-box {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    justify-items: center;

    @media (max-width: 767px) {
        gap: 16px;
    }
}

.interview-person-item-01 {
    background-image: url(../assets/img/recruit/top/interview-01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    width: 480px;
    height: 420px;
    border-radius: 15px;
    padding: 16px;
    display: flex;
    align-items: flex-end;

    @media (max-width: 767px) {
        padding: 8px;
        height: 320px;
        max-width: 320px;
    }
}

.interview-person-item-02 {
    background-image: url(../assets/img/recruit/top/interview-02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    width: 480px;
    height: 420px;
    border-radius: 15px;
    padding: 16px;
    display: flex;
    align-items: flex-end;

    @media (max-width: 767px) {
        padding: 8px;
        height: 320px;
        max-width: 320px;
    }
}

.interview-txt-right img {
    width: 32px !important;
    height: 32px !important;
}

.interview-txt-cont {
    width: 100%;
}

.interview-txt-box {
    background-color: #3333339a;
    padding: 16px;
    border-radius: 5px;
    display: flex;

    @media (max-width: 767px) {
        padding: 8px;
    }
}

.interview-person-item-01 img,
.interview-person-item-02 img {
    display: inline-block;
    transition: transform 0.3s ease;
    transform: translateX(0);
}

.interview-person-item-01:hover img,
.interview-person-item-01:focus img,
.interview-person-item-02:hover img,
.interview-person-item-02:focus img {
    transform: translateX(6px);
}

.interview-main-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
}

.interview-sub-box {
    margin-top: 16px;
    width: 100%;
    white-space: nowrap;
}

.person-category-txt {
    background: linear-gradient(135deg, #FEA549, #F84547);
    padding: 2px 8px;
    border-radius: 5px;
    margin-right: 16px;

    @media (max-width: 767px) {
        padding: 2px 4px;
        font-size: 12px;
        margin-right: 6px;
    }
}

.interview-txt-right {
    width: 17%;
    display: flex;
    align-items: flex-end;

    @media (max-width: 767px) {
        width: 20%;
    }
}

.re-iv-box {}



.re-iv-item.top {
    margin-top: 64px;
}

.re-iv-item-box {
    display: flex;
    gap: 40px;

    @media (max-width: 767px) {
        flex-direction: column;
    }
}

.re-iv-item-main {
    margin-bottom: 40px;
    flex: 1;

    @media (max-width: 767px) {
        margin-bottom: 0px;
    }
}

.sub-ttl-box {
    display: flex;
    width: 35%;
    align-items: center;
    gap: 16px;

    @media (max-width: 767px) {
        width: 100%;
    }
}

.sub-ttl {
    font-weight: 600;
    color: #a0a0a0;

    @media (max-width: 767px) {
        width: 41%;
    }
}

.re-iv .horizontal-line {
    height: 1px;
    width: 300px;
    background-color: #a0a0a0;
    margin: 0;
}

.main-ttl {
    font-size: clamp(1.75rem, 1.4416rem + 1.2987vw, 3rem);
    font-weight: 600;
    margin: 16px 0 32px;

    @media (max-width: 767px) {
        margin: 8px 0 16px;
    }
}

.content-cat {
    display: flex;
    gap: 16px;
    align-items: center;
}

.content-cat-role {
    background: linear-gradient(135deg, #FEA549, #F84547);
    color: #fff;
    padding: 8px 8px;
    border-radius: 5px;
}

.content-cat-name {
    font-size: 20px;
    font-weight: 600;
}

.re-iv-item-des {
    line-height: 1.6;
    background: linear-gradient(135deg, #FEA5492d, #f845482d);
    padding: 16px;
    border-radius: 10px;
    flex: 1;
    margin-top: 40px;

    @media (max-width: 767px) {
        margin-top: 0px;
        order: 2;
    }
}

[id^="person-"] {
    scroll-margin-top: 120px;
}



@media (min-width: 768px) and (max-width:1024px) {}

@media (max-width: 767px) {}