#jobs_2{
  width: 1201px;
  margin: 0 auto;
  overflow: hidden;
  height: 1030px; 
}
.chemistrypeople{
  width: 962px;
  float: left;
  position: relative;
}
.chemistrypeople h2{
  font-size: 35px;
  padding: 43px 0 33px;
  border-bottom: 2px solid #999;
}
.chemistrypeople h2+p{
  font-size: 16px;
  color: #999;
  position: absolute;
  top: 56px; 
  left: 150px;
}
ul.technician{
  clear: both;
  margin-top: 30px;
}
ul.technician>li{  
  margin-bottom: 10px;
  overflow: hidden;
}
ul.technician>li li{
  position: relative;
  width: 230px;
  height: 160px;
  float: left;
  margin-right: 10px;
 box-sizing: border-box;
  border: 2px solid #999;
 
}


ul.technician>li li:hover{
    background-color: #008aff;
    color: #fff;
}


ul.technician>li li h3{
  font-size: 18px;
  color: #555;
  line-height: 1.2;
  margin-top: 10px;
}
a.arrow{
  position: absolute;
  top: 18px;
  right: 18px;
}
ul.food li:nth-child(3){
  width: 470px;

}
ul.food li:nth-child(3)>img{
  display: block;
  float: left;
  margin-right: 16px;
}
ul.food li:nth-child(3) h3{
  line-height: 2;
}
ul.engineering li:nth-child(1){
  width: 470px;

}
ul.engineering li:nth-child(1)>img{
  display: block;
  float: left;
  margin-right: 16px;
}
ul.engineering li:nth-child(1) h3{  
  line-height: 2;
}
/* 자격정보 */
.rightcontents{
  position: relative;
}
.rightcontents>p{
  position: absolute;
  top: 56px;
  left: 150px;
  font-size: 16px;
  color: #999;
}













