@charset "euc-kr";
.pagingInfo {
	text-align: left;
	font-size: 15pt;
	font-family: 'Montserrat';
	font-weight: 700;
	color: #909090;
	clear: both;
	display: block;
	position: absolute;
	margin-top: 19px;
	letter-spacing: 5px;
    line-height: 1.8px;
}


.slideshow {
	background-color: white;
}

.slideshow div img {
	width: 100%
}


.slideshow .article_slide_caption {
	color: #909090;
	display: block;
	font-size: 10pt;
	padding: 9px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: auto;
	line-height: 15pt;
	border-top: 1px solid #e8e8e8;
}




.banner_arrow_l {
	width: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0px;
	z-index: 999;
}

.banner_arrow_r {
	width: 25px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	z-index: 999;
}

.slideshow {
	border: 1px solid #e8e8e8;
}



/*¹Ìµð¾îÄõ¸®*/

/*tablet*/
@media (max-width:1200px) {
	.banner_arrow_l {
		width: 20px;
		top: 45%;
	}

	.banner_arrow_r {
		width: 20px;
		top: 45%;
	}
}

/*mobile*/
@media (max-width:760px) {
	.banner_arrow_l {
		width: 20px;
		top: 45%;
	}

	.banner_arrow_r {
		width: 20px;
		top: 45%;
	}

	.pagingInfo {
		text-align: left;
		font-size: 13pt;
        margin-top: 18px;
	}
}