
.swiper_table
{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.swiper_table-cell {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
.swiper_table-cell-content {
	padding: 0px;
}

.swiper1 .swiper-wrapper {
}

.swiper-slide {
*	text-align: center;
*	font-size: 18px;
*	background: #fff;
}

.swiper-slide img {
	width: 100%;
}

.swiper-pagination {
	posign: relative;
	padding:0 0 10px 0;
	color:#FFFFFF; /* fractionÀÏ¶§ ±Û¾¾»ö»ó */
}

.swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	text-align: center;
	border: 1px solid  rgba(255, 255, 255, 0.5); /* ¹Ú½º¼³Á¤ */
	background: rgba(255,255,255,0.2);
	opacity: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.swiper-pagination-bullet-active {
	background: rgba(255,255,255,1.0);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {  
	margin: 0 7px 0 0; /* °£°Ý */
} 

.swiper-pagination-progressbar{
	background:rgba(0,0,0,0.25);
	margin-top: -20px; /* height */
	position:absolute;
	}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background:#FF6600;
}

.swiper-button-prev, .swiper-button-next {
	position:absolute;
	top: 50%;
	width:100px;
	height:100px; /*¾ÆÀÌÄÜ »çÀÌÁî*/
	background-size:auto;
	margin-top:-55px;
	z-index:10;
	cursor:pointer;
	background-position:center;
	background-repeat:no-repeat;
}

.swiper-button-prev {
	background-image: url("../img/prev.png") !important; /* ÁÖÀÇ: cssÆÄÀÏ·ÎºÎÅÍÀÇ °æ·ÎÀÓ */
	padding: 0 0 0 40px;
}
.swiper-button-next {
	background-image: url("../img/next.png") !important; /* ÁÖÀÇ: cssÆÄÀÏ·ÎºÎÅÍÀÇ °æ·ÎÀÓ */
	padding: 0 40px 0 0;
}





.swiper2 .swiper-wrapper {
}

.swiper2 .swiper-pagination {
	posign: relative;
	padding:0 0 20px 0;
	color:#FFFFFF; /* fractionÀÏ¶§ ±Û¾¾»ö»ó */
}

.swiper2 .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	text-align: center;
	border: 1px solid  rgba(255, 255, 255, 0.5); /* ¹Ú½º¼³Á¤ */
	background: rgba(255,255,255,0.2);
	opacity: 1;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.swiper2 .swiper-pagination-bullet-active {
	background: rgba(255,255,255,1.0);
}
.swiper2 .swiper-container-horizontal>.swiper2 .swiper-pagination-bullets .swiper-pagination-bullet {  
	margin: 0 7px 0 0; /* °£°Ý */
} 

.swiper2 .swiper-button-prev, .swiper2 .swiper-button-next {
	position:absolute;
	top: 50%;
	width:50px;
	height:50px; /*¾ÆÀÌÄÜ »çÀÌÁî*/
	background-size:auto;
	margin-top:-20px;
	z-index:10;
	cursor:pointer;
	background-position:center;
	background-repeat:no-repeat;
}

.swiper2 .swiper-button-prev {
	background-image: url("../img/prev4.png") !important; /* ÁÖÀÇ: cssÆÄÀÏ·ÎºÎÅÍÀÇ °æ·ÎÀÓ */
	margin-left: 0px;
}
.swiper2 .swiper-button-next {
	background-image: url("../img/next4.png") !important; /* ÁÖÀÇ: cssÆÄÀÏ·ÎºÎÅÍÀÇ °æ·ÎÀÓ */
	margin-right: 0px;
}