/**********************

search

***********************/

.certified-person__search-box {
    background-color: #ffffff;
    padding: 24px;
}

.certified-person__search-list dl {
    display: flex;
    gap: 16px;    
    padding-top: 4px;
}

.certified-person__search-list {
    padding-bottom: 24px;
}

.recruit-search__btn input {
    align-items: center;
    background-color: #032553;
    border: 1px solid #032553;
    border-radius: 4px;
    color: #ffffff;
    column-gap: 4px;
    display: flex;
    font-weight: 500;
    font-size: 12px;
    justify-content: center;
    line-height: 22px;
    height: 32px;
    transition: 0.4s;
    width: 120px;
}

.recruit-search__btn input:hover {
    background-color: #032553;
    color: #ffffff;
    cursor: pointer;
}

.back-link__arrow img {
    filter: brightness(0) invert(1);
    width: 6px;
}

.certified-back-link {
    padding-bottom: 24px;
}

/**********************

box

***********************/

.certified-person__list {
    padding: 56px 0;
}

.certified-person__list h4 {
    padding-bottom: 32px;
}

.certified-person__list-center h4 {
    text-align: center;
}

.certified-person__list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.certified-person__box {
    align-items: center;
    background-color: #F7F7F7;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    max-height: 288px;
    width: 208px;
}

.certified-person__thumb {
    border-radius: 50%;    
    cursor: pointer;
    overflow: hidden;
    height: 144px;
    width: 144px;
}

.certified-person__thumb img {
    object-fit: cover;
    border-radius: 50%;
    transition: transform .6s ease;
    height: 100%;
    width: 100%;
}

.certified-person__thumb:hover img {
    transform: scale(1.1);
}

.certified-person__box p {
    line-height: 16px;
    letter-spacing: 0;
}

.certified-person__box p span {
    font-size: 12px;
}

.certified-person__txt h5 {
    padding-bottom: 4px;
}


.certified__label {
    display: flex;
    gap: 4px;
    padding-bottom: 8px;    
}

.mentor-label {
    background-color: #74a033;
}

.facilitator-label {
    background-color: #a96f4b;
}

.certified__label p span {
    border-radius: 2px;
    color: #ffffff;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.08em;
    padding: 2px 8px 3px 8px;
}

@media screen and (max-width: 680px) {
    .certified-person__list h4 {
        padding-bottom: 4.8vw;
    }
    .certified-person__box {
        gap: 3.2vw;
        padding: 2.1vw;
        width: 38vw;
    }
    .certified-person__list ul {
        gap: 3.2vw;
    } 
    .certified-person__thumb {
        height: 30vw;
        width: 30vw;
    } 
    .certified-person__list {
        padding: 8vw 0;
    }      
}

/*******************

certified-example

********************/

.certified-example {
    padding: 56px 0;
}

.certified-example__title {
    position: relative;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
}

.certified-example__title h4 {
    text-align: center;
}

.certified-example__btn {
    position: absolute;
    right: 0;
}

.certified-example__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.certified-example__box {
    background-color: #ffffff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;    
    display: flex;
    flex-direction: column;
    width: 400px;
}

.certified-example__thumb {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    height: 200px;
    width: 400px;
}

.certified-example__thumb img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.certified-example__box-title {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 8px 16px;
}

/*******************

ambassador

********************/

.ambassador {
    padding: 0 0 56px 0;
}

.ambassador__box {
    background-color: #ECEDF0;
    border-radius: 4px;
    padding: 32px 24px;
}

.ambassador__title {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 32px;
}

.ambassador__title h4 {
    text-align: center;
}

.ambassador__btn {
    position: absolute;
    right: 0;
}

.ambassador__btn-sp {
    display: none;
}

.ambassador__title h4 br {
    display: none;
}

@media screen and (max-width: 680px) {
    .ambassador {
        padding: 0 0 8vw 0;
    }
    .ambassador__btn {
        display: none;
    }
    .ambassador__btn-sp {
        display: flex;
        justify-content: center;
        padding-top: 4.8vw;
    }
    .ambassador__title h4 {
        line-height: 6.8vw;
    }
    .ambassador__title h4 br {
        display: block;
    }    
}
/*******************

post

********************/

.certified-post__inner {
    background-color: #ffffff;
    border-radius: 16px;
    padding: 40px;
    display: flex;
    justify-content: space-between;
}

.certified-post__items {
    width: 32%;
}

.certified-post__list {
    width: 60%; 
}

.certified-post__thumb {
    height: 220px;
    width: 220px;
}

.certified-post__thumb img {
    border-radius: 50%;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.certified-post__txt h3 {
    font-size: 24px;
    margin-bottom: 8px;    
}

.certified-post__txt p {
    line-height: 20px;
}

.certified-post__txt p span {
    font-size: 14px;
}

.certified-post__detail {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}

.certified-post__txt h4 {
    font-size: 16px;
}

.certified-post__box h4 {
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 4px;
    margin-bottom: 8px;
    font-size: 16px;
}

.certified-post__list {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
}

.certified-post__items {
    align-items: center;
    display: flex;
    flex-direction: column;
    row-gap: 32px;    
}

@media screen and (max-width: 680px) {
    .certified-post__inner {
        flex-direction: column;
        row-gap: 8vw;
        padding: 3.2vw;        
    }
    .certified-post__items {
        width: 80vw;
    }
    .certified-post__list {
        width: 80vw;
    }
    .certified-post__thumb {
        height: 50vw;
        width: 50vw;
    }
    .certified-post__txt h4 {
        font-size: 4.8vw;
    }    
}