@charset "UTF-8";

section.staff .inner {
    padding-bottom: 120px;
}

.page-top {
    padding-top: 120px;
}

.page-top .page-title {
    text-align: center;
    padding-bottom: 60px;
    border-bottom: 1px solid #DEDEDE;
}

.page-top .page-title p.txt1 {
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
}

.page-top .page-title p.txt2 {
    letter-spacing: -0.02em;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 70px;
}

.page-top .txt3 {
    text-align: center;
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-top: 120px;
}

.page-top .txt3 span {
    font-weight: 700;
    color: var(--A1, #E40321);
}

.page-cont {
    margin-top: 50px;
}

.page-cont .staff-list {}

.page-cont .swiper-wrapper {
    align-items: center;
}

.page-cont .swiper-slide {
    width: 150px;
    cursor: pointer;
}

.page-cont .swiper-slide .imgbox {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: relative;
    border-radius: 100%;
}

.page-cont .swiper-slide .imgbox img.profile {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 150px;
    filter: grayscale(100%);
}

.page-cont .swiper-slide p {
    color: var(--title-, #222);
    text-align: center;
    font-family: Pretendard;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 2;
    margin-top: 10px;
}

.page-cont .swiper-slide img.arrows {
    display: none;
    height: 20px;
}

.page-cont .swiper-slide.on {
    width: 270px;
}

.page-cont .swiper-slide.on .imgbox {
    width: 270px;
    height: 270px;
    border: 10px solid #E40321;
    box-sizing: border-box;
}

.page-cont .swiper-slide.on .imgbox img.profile {
    filter: grayscale(0);
    width: 250px;
}

.page-cont .swiper-slide.on p {
    font-size: 26px;
    font-weight: 700;
    line-height: 1.73;
    margin-top: 0;
}

.page-cont .swiper-slide:hover .imgbox img.profile {
    filter: grayscale(0);
}

.page-cont .swiper-slide.on img.arrows {
    display: block;
    margin: 10px auto 0;
    animation: bounceDown 1.5s infinite;
}

.page-cont .swiper-slide:hover p {
    font-weight: 700;
}

.page-cont .staff-box {
    padding: 60px 120px;
    background: #F9F9F9;
    display: flex;
    gap: 50px;
    align-items: center;
    margin-top: 20px;
}

.page-cont .staff-box img.staff-profile {
    width: 250px;
}

.page-cont .staff-info {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.page-cont .staff-name {
    display: flex;
    align-items: center;
    gap: 20px;
}

.page-cont .staff-name span {
    color: white;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.25;
    padding: 0px 20px;
    border-radius: 0px 100px 100px 0px;
    background: var(--A1, #E40321);
}

.page-cont .staff-name p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.page-cont .staff-certificate {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-cont .staff-certificate p.txt1 {
    color: #777;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.page-cont .staff-certificate a {
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    background: white;
    padding: 7px 20px;
    cursor: pointer;
    position: relative;
}

.page-cont .staff-certificate a p {
    color: #777;
    text-align: center;

    font-family: Pretendard;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page-cont .staff-certificate a img {
    display: none;
    width: 250px;
    position: absolute;
    left: 100%;
    bottom: 100%;
}

.page-cont .staff-certificate a:hover img {
    display: block;
}

.page-cont .staff-comment {}

.page-cont .staff-comment p {
    color: var(--title-, #222);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.page-cont .staff-btn {
    color: white;
    text-align: center;
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 2.5;
    width: 500px;
    height: 60px;
    border-radius: 100px;
    background: var(--A1, #E40321);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* ========================================= tablet =========================================*/
/* ========================================= tablet =========================================*/
/* ========================================= tablet =========================================*/

@media (max-width:1320px) and (min-width: 721px) {

    section.staff .inner {
        padding-bottom: 9.09vw;
    }

    .page-top {
        padding-top: 9.09vw;
    }

    .page-top .page-title {
        text-align: center;
        padding-bottom: 4.55vw;
        border-bottom: 0.08vw solid #DEDEDE;
    }

    .page-top .page-title p.txt1 {
        color: var(--title-, #222);
        text-align: center;
        font-family: Pretendard;
        font-size: 4.24vw;
        font-style: normal;
        font-weight: 700;
        line-height: 1.1;
    }

    .page-top .page-title p.txt2 {
        letter-spacing: -0.02em;
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.97vw;
        font-style: normal;
        font-weight: 400;
        line-height: 5.3vw;
    }

    .page-top .txt3 {
        text-align: center;
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 3.03vw;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        padding-top: 9.09vw;
    }

    .page-top .txt3 span {
        font-weight: 700;
        color: var(--A1, #E40321);
    }

    .page-cont {
        margin-top: 3.79vw;
    }

    .page-cont .staff-list {}

    .page-cont .swiper-wrapper {
        align-items: center;
    }

    .page-cont .swiper-slide {
        width: 11.36vw;
        cursor: pointer;
    }

    .page-cont .swiper-slide .imgbox {
        width: 11.36vw;
        height: 11.36vw;
        overflow: hidden;
        position: relative;
        border-radius: 100%;
    }

    .page-cont .swiper-slide .imgbox img.profile {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 11.36vw;
        filter: grayscale(100%);
    }

    .page-cont .swiper-slide p {
        color: var(--title-, #222);
        text-align: center;
        font-family: Pretendard;
        font-size: 1.67vw;
        font-style: normal;
        font-weight: 400;
        line-height: 2;
        margin-top: 0.76vw;
    }

    .page-cont .swiper-slide img.arrows {
        display: none;
        height: 1.52vw;
    }

    .page-cont .swiper-slide.on {
        width: 20.45vw;
    }

    .page-cont .swiper-slide.on .imgbox {
        width: 20.45vw;
        height: 20.45vw;
        border: 0.76vw solid #E40321;
        box-sizing: border-box;
    }

    .page-cont .swiper-slide.on .imgbox img.profile {
        filter: grayscale(0);
        width: 18.94vw;
    }

    .page-cont .swiper-slide.on p {
        font-size: 1.97vw;
        font-weight: 700;
        line-height: 1.73;
        margin-top: 0;
    }

    .page-cont .swiper-slide:hover .imgbox img.profile {
        filter: grayscale(0);
    }

    .page-cont .swiper-slide.on img.arrows {
        display: block;
        margin: 0.76vw auto 0;
        animation: bounceDown 1.5s infinite;
    }

    .page-cont .swiper-slide:hover p {
        font-weight: 700;
    }

    .page-cont .staff-box {
        padding: 4.55vw 9.09vw;
        background: #F9F9F9;
        display: flex;
        gap: 3.79vw;
        align-items: center;
        margin-top: 1.52vw;
    }

    .page-cont .staff-box img.staff-profile {
        width: 18.94vw;
    }

    .page-cont .staff-info {
        display: flex;
        flex-direction: column;
        gap: 2.27vw;
    }

    .page-cont .staff-name {
        display: flex;
        align-items: center;
        gap: 1.52vw;
    }

    .page-cont .staff-name span {
        color: white;
        font-family: Pretendard;
        font-size: 1.52vw;
        font-style: normal;
        font-weight: 700;
        line-height: 2.25;
        padding: 0vw 1.52vw;
        border-radius: 0vw 7.58vw 7.58vw 0vw;
        background: var(--A1, #E40321);
    }

    .page-cont .staff-name p {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 2.27vw;
        font-style: normal;
        font-weight: 700;
        line-height: 1.5;
    }

    .page-cont .staff-certificate {
        display: flex;
        align-items: center;
        gap: 0.76vw;
    }

    .page-cont .staff-certificate p.txt1 {
        color: #777;
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .page-cont .staff-certificate a {
        border-radius: 0.38vw;
        border: 0.08vw solid #DEDEDE;
        background: white;
        padding: 0.53vw 1.52vw;
        cursor: pointer;
        position: relative;
    }

    .page-cont .staff-certificate a p {
        color: #777;
        text-align: center;

        font-family: Pretendard;
        font-size: 0.83vw;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .page-cont .staff-certificate a img {
        display: none;
        width: 18.94vw;
        position: absolute;
        left: 100%;
        bottom: 100%;
    }

    .page-cont .staff-certificate a:hover img {
        display: block;
    }

    .page-cont .staff-comment {}

    .page-cont .staff-comment p {
        color: var(--title-, #222);
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 400;
        line-height: 3.03vw;
    }

    .page-cont .staff-btn {
        color: white;
        text-align: center;
        font-family: Pretendard;
        font-size: 1.36vw;
        font-style: normal;
        font-weight: 700;
        line-height: 2.5;
        width: 37.88vw;
        height: 4.55vw;
        border-radius: 7.58vw;
        background: var(--A1, #E40321);
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }
}

/* ========================================= mobile =========================================*/
/* ========================================= mobile =========================================*/
/* ========================================= mobile =========================================*/

@media (max-width: 720px) {
    section.staff .inner {
        padding-bottom: 16.67vw;
    }

    .page-top {
        padding-top: 16.67vw;
    }

    .page-top .page-title {
        padding-bottom: 8.33vw;
        border-bottom: 0;
    }

    .page-top .page-title p.txt1 {
        font-size: 8.33vw;
        line-height: 8.33vw;
    }

    .page-top .page-title p.txt2 {
        font-size: 4.17vw;
        line-height: 9.72vw;
    }

    .page-top .txt3 {
        font-size: 5.56vw;
        line-height: 150%;
        padding-top: 16.67vw;
        border-top: 0.14vw solid #DEDEDE;
        margin: 0 6.94vw;
    }

    .page-top .txt3 span {}

    .page-cont {
        margin-top: 8.33vw;
        padding: 0 6.94vw;
    }

    .page-cont .staff-list {}

    .page-cont .swiper-wrapper {}

    .page-cont .swiper-slide {
        width: 20.83vw;
    }

    .page-cont .swiper-slide .imgbox {
        width: 20.83vw;
        height: 20.83vw;
    }

    .page-cont .swiper-slide .imgbox img.profile {
        width: 20.83vw;
    }

    .page-cont .swiper-slide p {
        font-size: 3.61vw;
        line-height: 6.25vw;
        margin-top: 1.39vw;
    }

    .page-cont .swiper-slide img.arrows {}

    .page-cont .swiper-slide.on {
        width: 34.72vw;
    }

    .page-cont .swiper-slide.on .imgbox {
        width: 34.72vw;
        height: 34.72vw;
        border-radius: 138.89vw;
        border: 1.39vw solid #E40321;
    }

    .page-cont .swiper-slide.on .imgbox img.profile {
        width: 31.94vw;
    }

    .page-cont .swiper-slide.on p {
        font-size: 4.17vw;
        line-height: 6.25vw;
        margin-top: 1.39vw;
    }

    .page-cont .swiper-slide:hover .imgbox img.profile {}

    .page-cont .swiper-slide.on img.arrows {
        height: 2.78vw;
        margin: 1.39vw auto 0;
    }

    .page-cont .swiper-slide:hover p {}

    .page-cont .staff-box {
        margin-top: 5.56vw;
        display: block;
        padding: 8.33vw 4.17vw;
    }

    .page-cont .staff-box img.staff-profile {
        display: none;
    }

    .page-cont .staff-info {
        gap: 2.78vw;
    }

    .page-cont .staff-name {
        gap: 2.78vw;
    }

    .page-cont .staff-name span {
        border-radius: 0vw 13.89vw 13.89vw 0vw;
        font-size: 3.06vw;
        line-height: 6.25vw;
        box-sizing: border-box;
        padding: 0vw 2.78vw;
    }

    .page-cont .staff-name p {
        font-size: 4.17vw;
    }

    .page-cont .staff-certificate {
        gap: 1.39vw;
        justify-content: space-between;
    }

    .page-cont .staff-certificate p.txt1 {
        font-size: 3.61vw;
        font-weight: 400;
    }

    .page-cont .staff-certificate a {
        padding: 0.97vw 2.78vw;
        border-radius: 0.69vw;
    }

    .page-cont .staff-certificate a p {
        font-size: 3.06vw;
    }

    .page-cont .staff-certificate a img {}

    .page-cont .staff-certificate a:hover img {}

    .page-cont .staff-comment {}

    .page-cont .staff-comment p {
        font-size: 3.61vw;
        line-height: 5.56vw;
    }

    .page-cont .staff-btn {
        font-size: 3.61vw;
        line-height: 6.25vw;
        height: 13.89vw;
        border-radius: 13.89vw;
        box-sizing: border-box;
        width: 100%;
    }
}