/*  ½æ³×ÀÏ  */

#slider {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
#slider2 {
	position: relative;
	margin: 0 auto;
	width: 100%;
}
.rslides {
	clear: both;
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	margin: 0;
}
.rslides li {
	position: relative;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}
#slider-pager {
	width: 1024px;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
	overflow: hidden;
	margin-top: 34px;
}
#slider-pager img {
	width: 120px;
	display: inline;
}
#slider-pager li {
	margin-right: 8px;
	float: left;
	margin-bottom: 8px;
}
#slider-pager li.end {
	margin-right:0;
}
#slider-pager li a {
	display: block;
}
#slider-pager li a:hover {
	opacity: .6;
}
.events {
	list-style: none;
}
.callbacks_container {
	margin-bottom: 50px;
	position: relative;
	width: 100%;
	background: #303135;
}
.callbacks_container .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 22px;
	font-weight: 400;
	text-shadow: none;
	text-align: center;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 25px 0;
	margin: 0;
	max-width: none;
}
.callbacks_container .callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks_container .callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}
.callbacks_container .callbacks img {
	position: relative;
	display: block;
	z-index: 1;
	height: auto;
	width: 100%;
}
.callbacks_container .callbacks_nav {
	position: absolute;
	top: 38%;
	left: 0;
	z-index: 100;
	text-indent: -9999px;
	overflow: hidden;
	width: 12px;
	height: 33px;
	padding: 10px 20px;
	background: transparent url("../../make_img/sub01/prev.png") no-repeat center;
}
.callbacks_container .callbacks_nav.next {
	left: auto;
	background-position: right top;
	background: transparent url("../../make_img/sub01/next.png") no-repeat center;
	right: 0;
}
.callbacks_container2 {
	margin-bottom: 30px;
	position: relative;
	width: 100%;
}
.callbacks_container2 .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 18px;
	font-weight: 400;
	text-shadow: none;
	text-align: center;
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, .8);
	left: 0;
	right: 0;
	bottom: 0;
	padding: 16px 0;
	margin: 0;
	max-width: none;
}
.callbacks_container2 .callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks_container2 .callbacks li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding-bottom: 52px;
}
.callbacks_container2 .callbacks img {
	position: relative;
	display: block;
	z-index: 1;
	height: auto;
	width: 100%;
}
.callbacks_container2 .callbacks_nav {
	position: absolute;
	bottom: 16px;
	left: 0;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	width: 3px;
	height: 10px;
	padding: 5px 20px;
	background: transparent url("../make_img/sub01/prev.png") no-repeat center;
}
.callbacks_container2 .callbacks_nav.next {
	left: auto;
	background-position: right top;
	background: transparent url("../make_img/sub01/next.png") no-repeat center;
	right: 0;
}
/* ½½¶óÀÌ´õ ·Ñ¸µ */

/*** Rolling Container ***/
.rollingContainer {
	display: none;
}





 @media screen and (min-width: 1024px) {

	 .callbacks_container .callbacks_nav {
	 top: 40%;
	 width: 24px;
	 height: 66px;
	 padding: 20px 40px;
	}


	.rollingContainer:after {
		display:block;
		clear:both;
		content:"";
	}
	.rollingContainer {
		display:block;
		padding: 52px 52px;
		position:relative;
		background: #f4f4f4;
		margin-bottom: 50px;
		overflow:hidden;

	}
	.rollingContainer .rollingList {
		width: 100%;
		height: 320px;
		position:relative;
		left: 0;
		overflow:hidden;
	}

	.rollingContainer .rollingList ul {
		height:100%;
		position: absolute;
		left:0;
		top:0;
	}
	.rollingContainer .rollingList ul li {
		margin-right: 10px;
		float: left;
		width: 358px;
		height: 266px;
	}
	.rollingContainer .rollingList ul li img {
		display: block;
		width: 100%;
	}
	.rollingContainer .rollingList ul li p.caption { 
		display: block;
		height: 40px;
		z-index: 2;
		font-size: 18px;
		line-height: 40px;
		font-weight: 400;
		text-shadow: none;
		text-align: center;
		color: #fff;
		background: #000;
	}

	.rollingContainer .rollingList ul li a {
		display:block;
	}
	.rollingContainer .btnControl {
		position: absolute;
		width: 100%;
		top: 50%;
		margin-top: -11px;
		left: 0;
	}
	.rollingContainer .btnControl button {
		display: block;
		width: 22px;
		height: 32px;
		cursor:pointer;
		text-indent: -9999px;
		border: 0;
		opacity: .6;
	}
	.rollingContainer .btnControl button:hover {
		opacity: 1;
	}
	.rollingContainer .btnControl button.prev {
		float: left;
		margin-left: 20px;
		background: url("../../make_img/sub01/prev2.png") no-repeat center; 
	}
	.rollingContainer .btnControl button.next {
		float: right;
		margin-right: 20px;
		background: url("../../make_img/sub01/next2.png") no-repeat center; 
	}
	.rollingContainer .btnControl button.on, .rollingContainer .btnControl button:hover {
		color:#fc0303;
	}

	.rollingContainer h3.title03 {
		font-size: 21px;
		color: #545559;
		background: none;
		padding: 0;
		margin-bottom: 10px;
		margin-top: -10px;
	}

	.rollingContainer h3 span {
		color: #2156d0;
		font-weight: 500;
	}


}
