/*
body {
	margin: 0;
	padding: 0;
}
*/

.swiper_table
{
	display: table;
	table-layout: fixed;
	width: 100%;
}

.swiper_table-cell {
	display: table-cell;
	width: 100%;
	text-align: center;
	vertical-align: top;
	min-width: 1300px;
}
.swiper_table-cell-content {
	padding: 0px;
	height: 720px;
	min-width: 1300px;
}

/*
.swiper-slide {
*	text-align: center;
*	font-size: 18px;
*	background: #fff;
	max-height: 400px;
}

.swiper-slide img {
	width: 100%;
	max-width: 2000px;
	min-width: 1400px;
	min-height: 400px;
}
*/

/* °íÁ¤µÈ Å©±âÀÇ ÀÌ¹ÌÁö¸¦ °¡¿îµ¥·Î Á¤·Ä */
.swiper-slide {
*	font-size: 18px;
*	background: #fff;
	height: 720px;
}

.swiper-slide img {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		-moz-transform: translate(-50%, 0);
		-o-transform: translate(-50%, 0);
	width: 2000px;
	height: 720px;
	min-width: 1300px;
}


.swiper-pagination {
	posign: relative;
	padding:0 0 30px 0;
	color:#FFFFFF; /* fractionÀÏ¶§ ±Û¾¾»ö»ó */
}

/* ¿øÇü½ºÅ¸ÀÏ */
.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	text-align: center;
	border: 3px solid  rgba(255, 255, 255, 0.9); /* ¹Ú½º¼³Á¤ */
	background: rgba(255,255,255,0.0);
	opacity: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.swiper-pagination-bullet-active {
	border: 3px solid  rgba(0, 0, 0, 0.0); /* ¹Ú½º¼³Á¤ */
	background: rgba(0,0,0,0.6);
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {  
	margin: 0 10px 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:85px; height:85px;*/ /*¾ÆÀÌÄÜ »çÀÌÁî*/
	width:65px; height:65px; /*¾ÆÀÌÄÜ »çÀÌÁî*/
	background-size:auto;
	margin-top:-35px;
	z-index:10;
	cursor:pointer;
	background-position:center;
	background-repeat:no-repeat;
	/*left: 50%;*/
}
.swiper-button-prev {
	background-image: url("../img/prev.png") !important; /* ÁÖÀÇ: cssÆÄÀÏ·ÎºÎÅÍÀÇ °æ·ÎÀÓ */
	padding: 0 0 0 100px;
	opacity: 0.8;
	/*margin-left: -500px;*/
}
.swiper-button-next {
	background-image: url("../img/next.png") !important; /* ÁÖÀÇ: cssÆÄÀÏ·ÎºÎÅÍÀÇ °æ·ÎÀÓ */
	padding: 0 100px 0 0;
	opacity: 0.8;
	/*margin-left: 400px;*/
}