.jobTitle {
    font-size: 13px;
    font-family: "Malgun Gothic";
    font-weight: bold;
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px;
}
.jobList {
    /* margin-bottom: 10px; */
    position: relative;
    height: 36px;
    line-height: 1.4em;
    margin-top: 1px;
    overflow: hidden;
}
.jobList li {
    /* vertical-align: middle; */
    /* padding: 7px 0px; */
    /*margin-left: 55px;*/
}
.jobLogo {
    float: left;
    width: 20%;
    vertical-align: middle;
    white-space: nowrap;
    height: 50px;
    text-align: center;
}
.jobLogo .logo {
    max-height: 20px;
    max-width: 100%;
    text-align: center;
    vertical-align: middle;
}
.jobInfo {
    float: left;
    width: 80%;
    position: relative;
}

.OfferText {
    /*padding: 0 10px;*/
    font-size: 13px;
    height: 18px;
    color: #333;
    overflow: hidden;
    /*width: 70%;*/
    /*float: left;*/
}
.CompanyName {
    /*padding: 0 10px;*/
    font-size: 11px;
    height: 18px;
    color: #696969;
    overflow: hidden;
    /*width: 30%;*/
    /*float: left;*/
}
.ReceptionDate {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.tempLogo {
    height: 30px;
    width: 0 !important;
}
.offerList {
    cursor: pointer;
}
.JobBox {
    /*border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    position: relative;
    margin-bottom: 15px;*/
    padding: 3px 1em;
    letter-spacing: -0.05em;
}
.otT {
    position: relative;

    float: left;
    position: relative;
}
.ottBox {
    background: #0271e1;
    padding: 4px 4px;
    margin-right: 7px;
    margin-top: 5px;
    /* margin: 5px 7px 4px 0px; */
    border-radius: 5px;
    color: #fff;
    font-size: 11px;
    line-height: 1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    letter-spacing: 0.5px;
}
.offerList {
    position: absolute;
}
.jobList .on {
    animation: rollUp 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
@keyframes rollUp {
    0% {
        top: 40px;
        opacity: 0;
    }
    100% {
        opacity: 1;
        top: 0px;
    }
}
.jobList .off {
    animation: offrollUp 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275) both;
}
@keyframes offrollUp {
    0% {
        opacity: 1;
        top: 0px;
    }
    100% {
        opacity: 0;
        top: -40px;
    }
}
