#contents .service {
  padding-top: 65px;
}
.sections{
	width: 1280px;
	border-top: 1px solid #bebebe;
	margin: 75px auto 0;
	padding: 75px 0 0;
	box-sizing: border-box;
}

.sections.sec01{
	margin: 0 auto;
	border-top: none;
}

.sections .sec_inner{
	width: 900px;
	margin: 0 auto;
}

.sections .sec_inner h4{
	text-align: center;
	padding: 0 0 65px;
}

.sections .txt_inner{
	padding-bottom: 60px;
	background: url(../images/line.png) no-repeat bottom;
}

.sections .txt_inner + .txt_inner {
	padding-top: 60px;
	background: none;
}

.sections .btn{
	text-align: center;
}


/*---------------------------------------------
 sec02
----------------------------------------------*/
.sec02 h5{
	text-align: center;
	padding-bottom: 70px;
	line-height: 2.0;
}

.sec02 .txt_inner .txt_area{
	padding: 0 45px;
}


/*---------------------------------------------
 sec03
----------------------------------------------*/
.sec03 .ph_l{
	padding: 50px 0 0;
}
