.quick_wrap{
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background-color:#2b2f38;
  padding:0 !important;
}
.quick_wrap .quick_ul{
  display:flex;
  justify-content: space-between;
  flex-wrap : wrap;
}
.quick_wrap .quick_ul li {
  width:25%;
  text-align: center;
  border-right:1px solid #596269;
}
.quick_wrap .quick_ul li:first-child{
  border-left:1px solid #434958;
}
.quick_wrap .quick_ul li a{
  color:#ababab;
  padding:20px 0;
  font-size:16px;
  font-weight:100;
}

/* ==========================================================================
Tablet Mode
========================================================================== */

@media all and (max-width:980px) {
  .quick_wrap .quick_ul li {
	width:50%;
  }
  .quick_wrap .quick_ul li:nth-child(-n+2){
	border-bottom:1px solid #434958;
  }
}




/*
#contents .table-type1 {
  position: relative;
  border: 0 !important;
}

#contents .table-type1:after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #565c6b;
}

#contents .table-type1 thead th {
  padding: 15px;
  background: #f3f3f3;
  border-right: 1px solid #dddee0 !important;
  border-bottom: 1px solid #dddee0 !important;
  color: #222;
  font-weight: 500;
}

#contents .table-type1 thead th:last-child {
  border-right: 0px !important;
}

#contents .table-type1 tbody th {
  padding: 15px;
  background: #fbfbfb;
  border-right: 1px solid #dddee0 !important;
  border-bottom: 1px solid #dddee0 !important;
  color: #222;
  font-weight: 500;
}

#contents .table-type1 tbody td {
  padding: 15px;
  background: #fff;
  border-right: 1px solid #dddee0 !important;
  border-bottom: 1px solid #dddee0 !important;
}

#contents .table-type1 tbody td:last-child {
  border-right: 0px !important;
}
*/
