@charset "utf-8";


.career {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.career .title {
    width: 100%;
    text-align: center;
    margin-bottom: 38px;
}

.career .title h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 48px
}

.career .title span {
    font-size: 14px;
    font-weight: 400;
    color: #1D2738;
    line-height: 33px;
}

.career .career-con {
    display: grid;
    justify-content: space-between;
    flex-wrap: wrap;
    grid-template-columns: repeat(auto-fill, 24%);
}

.career .career-con .ment {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-shadow: 0 6px 21px 0 rgba(115, 115, 115, 0.22);
    margin-bottom: 26px;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 10px 10px 18px;
}

.career .career-con .ment .name h3 {
    font-size: 16px;
    width: 81%;
}
.career .career-con .ment:hover .name h3{
    color: #D69962;
}
.career .career-con .ment .name .icon {
    position: relative;
    margin-right: -11px;
}

.career .career-con .ment .name img:nth-child(1) {
    width: 90px;
    height: 30px
}

.career .career-con .ment .name img:nth-child(2) {
    width: 18px;
    height: 16px;
    position: absolute;
    left: 13px;
    top: 7px
}

.career .career-con .ment .name span {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 4px;
}

.career .career-con .ment .ofter {
    font-size: 12px;
    line-height: 23px;
    margin-top: 5px;
}

.career .career-con .ment .ofter span {
    color: #292929;
    margin-right: 4px;
}

.career .career-con .ment .ofter span:nth-child(2) {
    color: #FF0404
}

.career .career-con .ment .ofter span:nth-child(3) {

}

.career .career-con .ment .welfare {
    color: #838383;
    font-size: 13px;
    text-align: justify;
    line-height: 23px;
    margin-top: 5px;
}

.career .career-con .ment .welfare span {
    overflow: hidden;
    width: 90%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}