#template-benefit .benefit-contents {
  padding-top:120px;
  margin-bottom:170px;
}

#template-benefit .top-visual {
  width:100%;
  height:250px;
  background:url(/images/menu2_top.png) no-repeat 0% 0%;
}

#template-benefit .contents-wrap {
	max-width:1220px;
	width:100%;
  margin:0 auto;
}

#template-benefit .sub-title {
  font-family: 'NanumSquare', gulim;
  font-size:20px;
  font-weight:700;
  color:#2e2e2e;
  letter-spacing:-1px;
  margin-bottom:20px;
}

#template-benefit .sub-title > label {
  color:#2f62c8;
}

#template-benefit table {
  font-family: 'Noto Sans KR', gulim;
  font-size:14px;
  font-weight:300;
  color:#2e2e2e;
  letter-spacing:-1px;
  margin:15px 0px 50px 0px;
  border-top:1px solid #5c5e64;
  width:100%;
}

#template-benefit table tr {
  height:50px;
  border-bottom:1px solid #d8d8d8;
}

#template-benefit table th {
  font-weight:500;
  background-color:#f7f7f7;
  text-align:center;
}

#template-benefit table tr>th:first-child {
  border-right:1px solid #d8d8d8;
}

#template-benefit table td {
	line-height:180%;
  text-align:left;
  padding:20px 0px 20px 20px;
}

#template-benefit table tr>td:first-child {
	text-align:center;
  border-right:1px solid #d8d8d8;
  padding:20px 0px;  
}

#template-benefit .color-purple {
	color:#7d00bd;
}

@media screen and (max-width:1280px) {

	#template-benefit .contents-wrap {
		padding:0px 10px;	
	}

}

@media screen and (max-width:768px) {

	#template-benefit .benefit-contents {
		padding-top:15vw;
	}	
	
	#template-benefit table td {
	  padding:20px 0px 20px 10px;
	}	
}	