#employ .small_tit {padding: 10px 0 60px 0;}
#employ .small_tit p {font-size: 22px; font-weight: 600; line-height: 30px;}
#employ table.chart2td {border-top: 1px solid #7c7c7c; width: 100%; margin-top: 10px; border-spacing:0;}
#employ table.chart2td tr td { padding: 12px 8px; font-size: 18px; border-bottom: 1px solid #ededed; }
#employ table.chart2td tr:nth-of-type(1) td { padding-top: 12px;}
#employ table.chart2td tr td:nth-of-type(1) {width: 200px; font-weight: 400;}
#employ table.chart2td tr td:nth-of-type(2) { font-weight: 300; color: #4c4c4c; line-height: 30px;}

#employ div.icoBox {overflow:hidden; margin:0;}
#employ section {padding:90px 25px 10px 25px; text-align:center; border:1px solid #dfdfdf; margin:1% 1% 0 1%; width:23%;
 box-sizing:border-box; min-height:180px; float:left; }
#employ section:nth-of-type(1) {margin-left: 0;}
#employ section:nth-of-type(4) {margin-right: 0;}
#employ section.ico1 {background:url("../img/employ_img1.png")no-repeat center 40px;}
#employ section.ico2 {background:url("../img/employ_img2.png")no-repeat center 40px;}
#employ section.ico3 {background:url("../img/employ_img3.png")no-repeat center 40px;}
#employ section.ico4 {background:url("../img/employ_img4.png")no-repeat center 40px;}
#employ div.tit {font-size:18px; padding-bottom:20px;}
#employ div.txt {font-size:14px; color: #b9b9b9;}
#employ .down_btn {background-color: #262b35; padding: 5px 10px; border-radius: 6px; color: #fff; font-size: 14px; margin-left:5px;}
#employ .down_btn img { height: 16px; filter: invert(1); padding-right:2px; vertical-align: middle;}

/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {
  #employ .small_tit {padding: 10px 0 40px 0;}
  #employ .small_tit p {font-size: 18px; line-height:20px;}
  #employ div.icoBox {padding:0;}
  #employ table.chart2td tr td {font-size: 14px;}
  #employ table.chart2td tr td:nth-of-type(2) {line-height: 20px;}


@media (max-width: 768px) {
  #employ section {width:23%;  margin:2% 1% 0 1%; min-height: 180px;}	
  #employ div.txt {font-size: 12px;}
  #employ div.tit {font-size: 14px;}
  #employ .down_btn {padding: 3px 10px; border-radius: 8px; margin-left:0; display: block; width: 152px; font-size: 14px;margin-top: 5px;}
  #employ table.chart2td tr td:nth-of-type(1) {width: 120px;}

}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

}