body {
    /*overflow: visible;*/
    overflow: scroll;
    background-color: #f6f6f6;
}

.wrap {
    background-color: #fff;
    height: unset;
}

ul li {
    max-height: 69px;
    overflow: hidden;
    transition: .3s ease;
    -webkit-transition: .3s ease;
}

li.auto-h {
    height: auto;
}

.title {
    margin: 0 100px;
    padding: 40px 0 15px;
    font-size: 24px;
    color: #666;
    text-align: center;
    border-bottom: 1px dashed #DDD;
}

.job-title {
    text-align: left;
    font-size: 18px;
    color: #666;
    padding: 20px 20px 20px 0;
    position: relative;
    margin-left: 30px;
    border-bottom: 1px solid #f6f6f6;
}

.job-detail {
    background-color: #f6f6f6;
    padding: 0 30px 20px;
    position: relative;
}

.job-detail .subtitle {
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.job-detail .content {
    font-size: 13px;
    color: #666;
    text-align: justify;
}

.arrow {
    width: 12px;
    height: 12px;
    display: inline-block;
    position: absolute;
    margin-left: 5px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    right: 30px;
}

.arrow-top {
    transform: rotate(-45deg);
    top: 32px;
    border-top: 1px solid #008bd8;
    border-right: 1px solid #008bd8;
}

.arrow-bottom {
    transform: rotate(135deg);
    top: 25px;
    border-top: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.arrow-open {
    position: absolute;
    width: 22px;
    height: 22px;
    background-color: #f6f6f6;
    top: -11px;
    transform: rotate(45deg);
    left: 50%;
    margin-left: -11px;
}

.fc-footer {
    position: unset;
}