﻿
.event_box .parHd {
	width: 100%;
	display: inline-block;
	height: 92px;
	overflow: hidden;
}
.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: 1px;
	background: #580000;
	position: absolute;/* top:33%;*//* right:-140%;*/
	right: 8%;
	/*	top: 35%;*/
	/* margin-top:-0.5px;*/
	z-index: 10;
}
.parHd li.no_line:before {
	display: none;
}

.parHd li:after {
	content: '';
	background: url(../images/dot_ico.png) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	z-index: 20;
	top: -12px;
	left: 50%;
	margin-left: -12px;
}
.parBd {
	text-align: center;
	margin-top: 40px;
}


.parBd p {
	line-height: 180%;
	font-size: 16px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
}
div#listBox {
	width: 100%;
}


.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);
}
.parHd li.act span {
	display: block;
	width: 24px;
	height: 24px;
	overflow: hidden;
	background: url(../images/cat.png) no-repeat;
	position: absolute;
	top: -13px;
	left: 15px;
	z-index: 21;
}
.parHd li span, .parHd li.clone span {
	display: none;
}
