.locationNav {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
}
.locationNav a {margin: 0 4px;}

.recruit {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
}
.recruit .recruitOption {
    width: 265px;
    height: 460px;
    background: #00AB8E;
    position: relative;
}
.recruit .recruitOption .recruitOptionTitle {
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    left: 20px;
    top: 30px;
}
.recruit .recruitOption .recruitOptionUl {
    width: 90%;
    height: 540px;
    position: absolute;
    top: 100px;
    right: 0;
    box-sizing: border-box;
    box-shadow: 4px 4px 0px 0px #E5E5E5;
    background: #FFFFFF;
}
.recruit .recruitOption .recruitOptionUl p {
    width: 100%;
    margin: 60px 0;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}
.recruit .recruitOption .recruitOptionUl p.active {color: #00AB8E;}
.recruit .recruitOption .recruitOptionUl .recruitOptionImg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.recruit .recruitList {
    width: 850px;
}
.recruitList .articleItem {height: 100px;cursor: pointer}
