.cam-banner{
	background: url(../images/banner_bg_campus.png) no-repeat;
	background-size: 100% 100%;
}
.cam-banner-text{
	height: 340px;
	color: #fff;
	font-weight: bold;
	font-size: 48px;
	box-sizing: border-box;
	padding: 48px 0 0;
}
.cam-banner-text p{
	font-size: 40px;
	margin: 0;
	letter-spacing: 4px;
}
.cam-banner-text div{
	margin-top: 16px;
	font-size: 72px;
	letter-spacing: 4px;
}
.ban01{
	background: url(../images/bg_ACCOUNTABILITY.png) no-repeat;
	background-size: 100% 100%;
}
.ban02{
	background: url(../images/bg_CREATIVITY.png) no-repeat;
	background-size: 100% 100%;
}
.ban03{
	background: url(../images/bg_SKILL.png) no-repeat;
	background-size: 100% 100%;
}
.txtBox{
	background: #292929;
	text-align: center;
	padding: 40px 10px;
	color: #d7d7d7;
	font-size: 16px;
	line-height: 25px;
}

@media only screen and (max-width: 1200px){
	.banner-list,.cam-banner,.txtBox{
		width: 1200px;
	}
}
