.jobList {
  margin-left: -38px;
}
.jobList li {
  position: relative;
  font-weight: bold;
  font-size: 15px;
  border-bottom: 1px solid #e5d1c6;
  color: #333;
  padding: 15px;
  font-size: 15px;
  list-style: none;
}
.jobList li:first-child {
  border-top: 2px solid #ff7300;
}
.jobList li:nth-child(even) {
  background-color: #f1e9e4;
}
.jobList li p:first-child {
  font-size: 16px;
  border-bottom: 1px dotted #cac5c1;
  padding-bottom: 8px;
}
.jobList li p:nth-child(n+3) {
  margin-bottom: 0px;
}
.jobList li p strong {
  color: #ab9c94;
  margin-right: 8px;
  font-size: 13px;
}
.jobList li p:first-child strong {
  display: block;
  color: #ff7300;
}

.jobList .btnStyle {
  display: block;
  padding: 5px;
  display: table-cell;
  font-size: 12px;
  color: #fff;
  background: #ff7300 url(../images/icon02.png) 5px 4px no-repeat;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  padding: 0px 5px 0px 22px;
  line-height: 150%;
  position: absolute;
  bottom: 16px;
  right: 15px;
}

/* LIGHT BOX START*/
.lightboxWrap {
  width: 100%;
  height: 100%;
}

.lightbox {
  display: block;
  background-color: rgba(0, 0, 0, 0.75);
  -moz-background-color: rgba(0, 0, 0, 0.75);
  -webkit-background-color: rgba(0, 0, 0, 0.75);
  -o-background-color: rgba(0, 0, 0, 0.75);
  -ms-background-color: rgba(0, 0, 0, 0.75);
  -ms-background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  transform: scale(0);
  -moz-transform：scale(0);
  -webkit-transform：scale(0);
  -o-transform：scale(0);
  -ms-transform：scale(0);
  transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  z-index: 999;
}
.lightbox.active {
  left: 0;
  transform: scale(1);
  -moz-transform：scale(1);
  -webkit-transform：scale(1);
  -o-transform：scale(1);
  -ms-transform：scale(1);
}

.lightbox-body {
  display: block;
  position: absolute;
  width: 600px;
  height: auto;
  margin: 0;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 30px;
  border-radius: 4px;
  max-height: 700px;
  overflow-y: scroll;
}
.lightbox-body h2 {
  color: #a97051;
  font-size: 16px;
  text-align: left;
  margin: 5px 0px 10px 0px;
}
.lightbox-body h3.Deadline {
  font-size: 20px;
  color: #ff7300;
  text-align: left;
  margin: 20px 0px 0px 0px;
}

.detailInfo {
  position: relative;
  border: 2px solid #e5d1c6;
  border-radius: 4px;
  padding: 20px;
}

.detailInfo h3 {
  color: #ff7300;
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 16px;
  text-align: center;
}
.detailInfo p, .detailInfo ul li, .lightbox-body p {
  color: #333;
  text-align: left;
  list-style-type: disc;
  line-height: 18px;
  margin-top: 16px;
}
.detailInfo p.categoryTitle {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0px;
}
.detailInfo ul li {
  margin-left: -20px;
  margin-bottom: 5px;
}

.detailInfo .close, .lightbox-body .applyBtn {
  display: block;
  display: table-cell;
  font-size: 12px;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 5px 0px 5px;
  line-height: 150%;
  background-color: #ff7300;
  border: 1px solid transparent; 
  outline: none;
}
.detailInfo .close {
  position: absolute;
  top: -35px;
  right: 0px;
  background-color: #ccc;
  opacity: 1;
  text-shadow: none;
}
.lightbox-body .applyBtn {
  display: block;
  margin: 15px auto 0px;
}

.lightbox-body {
  width: 95%;
  max-height: calc(100vh - 30px);
}

.recruit {
  background-image: url(../images/space_img.png);
}