

.about_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../img/about_bg.jpg) no-repeat;
	background-size: cover
}

.about_content {
	width: 60%;
	margin: 0 auto
}

.about_content h2,
.about_content h3 {
	text-align: center;
	font-weight: 700;
	color: #000
}

.about_content h2 {
	font-size: 40px;
	margin-bottom: 50px
}

.about_content h3 {
	font-size: 26px;
	margin-bottom: 60px
}

.about_content p {
	font-size: 16px;
	color: #000;
	line-height: 180%;
	margin-bottom: 20px;
	text-align: center
}

.about_content.history {
	text-align: center;
	position: relative
}

.event_box {
	margin:0 auto;
	position: relative;
	
}

.event_box .parHd {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
	position: relative;
}

.parHd ul {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding-top: 25px!important
}

.parHd .tempWrap {
	margin: 0 auto
}

.parHd .tempWrap:after {
	content: '';
    width: 85%;
    height: 3px;
    background: #242C77;
    position: absolute;
    right: 8%;
    top: 35%;
    z-index: 10;
}

.parHd li.no_line:before {
	display: none
}

.parHd li {
	display: inline-block;
	cursor: pointer;
	padding-top: 30px;
	font-size: 16px;
	color: #000;
	margin: 0 48px;
	position: relative
}

.parHd li:after {
	content: '';
	background: url(../img/dot_ico1.png) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 20;
	top: -10px;
	left: 50%;
	margin-left: -12px
}
.parHd li.act:after {
	background: url(../img/dot_ico.png) no-repeat;
	
}



div#listBox {
	width: 100%
}

.sPrev,
.sNext {
	width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    top: 0px;
}

.sPrev {
	left: 0
}

.sNext {
	right: 0
}

.sPrev img,
.sNext img {
	transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-moz-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-webkit-transition: all .6s cubic-bezier(.51, 1.1, .9, .95);
	-o-transition: all .6s cubic-bezier(.51, 1.1, .9, .95)
}