.c-title {
  color: #3c3c3c;
  font-size: 24px;
  text-align: center;
  padding-bottom: 20px;
  background: linear-gradient(#32B052, #32B052) no-repeat center bottom/43px 3px;
  margin-bottom: 50px;
  margin-top: 50px;
}

.c-w {
  width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}

.c-project {

  display: table;
}

.c-project img {
  width: 404px;
  
}

.c-project td:last-child {
  vertical-align: middle;
  padding-left: 20px;
}

.c-major-w {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;

  padding-top: 1px;
  margin-top: 60px;
  padding-bottom: 30px;
}

.c-major ul {
  overflow: hidden;
}

.c-major li {
  float: left;
  width: 404px;
  height: 299px;
  background-color: #f4f4f4;
  border-radius: 4px;
  margin-left: 22px;
  padding-left: 110px;
  padding-top: 30px;
  padding-right: 25px;
  background-repeat: no-repeat;
  background-size: 58px 58px;
  background-position: 31px 31px;
  margin-bottom: 20px;
}

.c-major li:hover {
  box-shadow: 4px 6px 7px 0 rgba(0, 0, 0, 0.10);
  background-color: #fff;
}
/*
.c-major li:nth-child(2n-1) {
  margin-left: 0;
}
*/

.c-major h5 {
  color: #3C3C3C;
  font-size: 18px;
  padding-bottom: 12px;
  background: linear-gradient(#999, #999) no-repeat bottom left/41px 3px;
}

.c-major p {
  margin-top: 10px;
}


.major_more a {
  display: inline-block;
  width: 36%;
  height: 30px;
  font-size: 14px;
  color: #606060;
  line-height: 24px;
  background: white;
  border: 1px solid #ddd;
  border-radius: 6px;
  line-height: 30px;
  text-align: center;
  margin: 6px;
  transition: all 0.5s;
  text-decoration:none;
}
.major_more a:hover {
  border-color: #063456;
  background: #063456;
  color: #fff;
}




/* ÄÏ³ä */

.mTitle {
	position:relative;
	width:100%;
	text-align:center;
	margin-bottom:40px
}
.mTitle b {
	font-size:36px;
	font-weight:normal
}
.mTitle p {
	border-top:1px solid #eee;
	font-size:18px;
	color:#999;
	font-family:"Bell MT",Aparajita,garamond,georgia,Simsun;
	margin-top:10px;
	padding-top:10px;
	text-transform:uppercase;
	height:40px
}
.mTitle span {
	display:inline-block;
	width:66px;
	position:absolute;
	bottom:39px;
	background:#15549b;
	height:2px;
	left:50%;
	margin-left:-33px
}


.mTitle {
	margin-bottom:15px
}
.mTitle b {
	font-size:20px;
	font-weight:bold
}
.mTitle p {
	font-size:14px
}










