/*--------------------------------------------------------------------------------*/
.staff-swiper-container {
}

    .staff-swiper {
        position: relative;

        overflow: hidden;
    }
        /** 배경 색 때문에 **/ 
        .staff-swiper::after {
            display: block;

            background-color: #EBE4CE;
            width: 100%;
            height: 100%;

            content: '';

            position: absolute;

            top: 50%;
            left: 0;
        }


        .staff-swiper .swiper-wrapper {
            align-items: center;
        }

            .staff-swiper .swiper-slide {
                width: 100%;
                aspect-ratio: 1 / 1;
            }

                .staff-swiper .swiper-slide img {
                    width: 100%;
                    height: 100%;
                }




        .staff-swiper .swiper-pagination {
            display: flex;

            position: relative;
            align-items: center;
            justify-content: center;
            padding: 14px 0px;

            bottom: 0px !important;
        }
            .staff-swiper .swiper-pagination-bullet-active {
                width: 12px;
                height: 12px;
                background-color: #5A9F4E;
            }



/*--------------------------------------------------------------------------------*/

.staff-top-container {
    background-color: #fff;

    display: flex;
    justify-content: center;
    align-items: center;

    border-bottom: 1px solid #ccc;
    margin: 20px 15px;
    padding-bottom: 10px;
}

    .staff-top-table {
        color: #333;
    }
        .staff-top-table tr {
            color: #333;

            vertical-align: top;
        }

            .staff-top-table th {
                padding: 12px 10px 0px 0px;

                min-width: 100px;
                white-space: nowrap;

                text-align: right;

                font-size: 10px;
                font-weight: 400;
            }

            .staff-top-table td {
                min-width: 200px;
                width: 100%;

                font-size: 22px;
                font-weight: 600;

                text-shadow: 1px 1px 1px #aaa;
            }
        






/*--------------------------------------------------------------------------------*/
.staff-white-container {
    background-color: #fff;
    
    display: block;
    
    padding: 10px 0px;
}


/*--------------------------------------------------------------------------------*/
.staff-background-container {
    background-color: #EBE4CE;
    
    display: block;
}



/*--------------------------------------------------------------------------------*/
    .staff-profile-title-container {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: center;

        margin: 10px 0px;
    }

        .staff-profile-title-icon {
            height: 24px;
            margin-top: 5px;
        }
            .staff-profile-title-icon img {
                height: 100%;
            }

        .staff-profile-title-text {
            font-size: 23px;
            font-weight: 600;
        }


/*--------------------------------------------------------------------------------*/
    .staff-profile-detail-container  {

        background-color: #fff;
        border-radius: 5px;

        flex-direction: column;

        margin: 5px 10px;
        padding: 10px 0px 10px;
    }

        .staff-profile-detail-item {
            display: flex;
            flex-direction: row;
            gap: 20px;

            padding: 5px 15px 5px;
            align-items: center;
        }

            .staff-profile-detail-head {
                flex: 0 1 100px;
                border-radius: 15px;
                background-color: #5c9f55;
                color: #fff;

                text-align: center;
                font-weight: 600;
                font-size: 16px;
                padding: 5px;

            }
            .staff-profile-detail-body {
                flex: 1 1 auto;
            }


        .staff-profile-detail-message {
            display: block;
            flex-direction: column;
            gap: 10px;

            padding: 5px 15px 5px;
            align-items: center;
        }


            .staff-profile-message-head {
                display: flex;
                flex-direction: row;
                gap: 10px;
            }

                .staff-profile-message-head-border {
                    content: '';

                    border-top: 1px solid #ccc;
                    margin-top: 15px;

                    flex: 1 0 auto;
                    min-height: 1px;
                    min-width: 1px;
                }
                .staff-profile-message-head-title {
                    font-size: 20px;
                    font-weight: 600;

                    flex: 0 0 auto;

                    text-align: center;
                }




/*--------------------------------------------------------------------------------*/
    .staff-profile-sns-container {
        display: flex;
        flex-direction: row;
        gap: 10px;

        justify-content: center;

        margin: 10px 0px;
    }

        .staff-profile-sns-icon-wrapper {
            height: 42px;
        }

            .staff-profile-sns-icon-wrapper img {
                height: 100%;
            }


/*--------------------------------------------------------------------------------*/
    .staff-profile-qna-head-container {
        display: flex;
        flex-direction: row;
        gap: 10px;

        justify-content: center;

        margin: 20px 0px;
    }

        .staff-profile-qna-head-icon {
            height: 24px;
        }
            .staff-profile-qna-head-icon img {
                margin-top: 8px;
                height: 100%;
            }
        .staff-profile-qna-head-title {
            font-size: 23px;
            font-weight: 600;
        }



/*--------------------------------------------------------------------------------*/

    .staff-background-container {

    }
        .staff-profile-qna-body-container {
            display: flex;
            flex-direction: column;
            gap: 10px;
            margin: 10px 10px;
            background-color: #fff;
            border-radius: 5px;
            padding: 5px 10px;
        }
            .staff-profile-qna-body-item {
                font-size: 20px;
                font-weight: 600;

                display: flex;
                flex-direction: column;
                gap: 10px;

                padding: 10px 0px 0px;
            }
            .staff-profile-qna-body-item-question {
                display: flex;
                flex-direction: row;
                gap: 4px;
            }
                .staff-profile-qna-body-item-question-head {
                    text-align: center;
                    width: 16px;
                }
                .staff-profile-qna-body-item-question-body {

                }


            .staff-profile-qna-body-item-answer {
                display: flex;
                flex-direction: row;
                gap: 4px;


                padding-bottom: 15px;

                border-bottom: 1px solid #ccc;
                margin-bottom: 5px;
            }
                .staff-profile-qna-body-item-answer-head {
                    text-align: center;
                    width: 16px;
                }
                .staff-profile-qna-body-item-answer-body {
                    font-weight: 400;
                }



/*--------------------------------------------------------------------------------*/
.recruit-container {
    background-color: #ebe4ce;
    
    display: block;
    
    padding: 10px 0px;
}


    .recruit-image {
        display: block;
        padding: 20px 40px;
    }
        .recruit-image img {
            width: 100%;
            border-radius: 5px;
        }

    .recruit-comment {
        display: flex;
        flex-direction: row;

        padding: 0px 20px 10px;
        justify-content: center;
    }
        .recruit-comment-quote-both {
            
        }
            .recruit-comment-quote-both img {

            }
        .recruit-comment-text {
            font-size: 20px;
            font-weight: 600;

            text-align: center;
        }



/*--------------------------------------------------------------------------------*/

.qna-container {
    background-color: #fff;
    padding: 0px 10px;

    border-radius: 5px;
}


/*--------------------------------------------------------------------------------*/
.card-common-container {
    background-color: #ebe4ce;

    padding: 10px;
}


    /*--------------------------------------------------------------------------------*/
    .card-common-title {
        padding: 20px;

        border-radius: 5px;
    }

        .card-common-title-top {
            display: flex;
            flex-direction: row;
            justify-content: center;
            gap: 10px;
        }

            .card-common-title-icon {

            }
                .card-common-title-icon img {
                    width: 100%;
                    max-width: 50px;

                    aspect-ratio: 1 / 1;

                    margin-top: 4px;
                }
            .card-common-title-title {
                font-size: 24px;
                font-weight: 600;
            }


    /*--------------------------------------------------------------------------------*/
    .qna-item-container {
        background-color: #fff;

        padding: 10px 0px 0px;
    }

    .qna-item-container:last-child {
        padding-bottom: 10px;
    }

        .qna-item {
            display: flex;
            flex-direction: column;
            gap: 0px;

            cursor: pointer;

            color: #fff;
            background-color: #5c9f55;
            border-left: 1px solid #5c9f55;
            border-right: 1px solid #5c9f55;
            border-bottom: 1px solid #5c9f55;
        }

            .qna-item-question {
                display: flex;
                flex-direction: row;
                gap: 5px;

                padding: 10px 10px;
            }
                .qna-item-head {
                    width: 15px;
                }
                .qna-item-text {
                    flex-grow: 1;
                    font-weight: 600;
                }
                .qna-item-toggle {
                    width: 15px;
                    min-width: 15px;

                    content: '';

                    background-image: url('/include/asset/img/recruit_qna_item_toggle_open.svg');
                    background-size: contain; /* 이미지를 전체 크기로 조절 (cover도 가능) */
                    background-repeat: no-repeat; /* 반복 없음 */
                    background-position: center;
                }
                .qna-item.active .qna-item-toggle {
                    background-image: url('/include/asset/img/recruit_qna_item_toggle_close.svg');
                }

                .qna-item-answer .qna-item-text {
                    font-weight: 500;
                }


            .qna-item-answer {
                background-color: #fff;
                color: #333;

                display: flex;
                flex-direction: row;
                gap: 5px;

                padding: 10px;
            }