@import url('reset.css');
/* General Demo Style */
a {color:#000;	text-decoration:none;}
.clr {clear:both;}

h1 {padding:15px;}
ol,ul {list-style:none;}
h1,h2,h3 {font-family:'Source Sans Pro', sans-serif, "³ª´®°íµñ";	font-size:100%;	font-weight:normal;}

/* Circular Content Carousel Style */
.ca-container {position:relative;	margin:10px auto;	width:1000px;	height:150px;}
.ca-wrapper {width:100%;	height:100%;	position:relative;}
.ca-item {position:relative;	float:left;	width:250px;	height:100%;	text-align:center;}

/*»óÇ°ÇÑ°³ÇÁ·¹ÀÓ*/
.ca-item-main {	position:absolute;	padding-bottom:20px;	background:#fff;	overflow:hidden;}
/*»óÇ°ÀÌ¹ÌÁö*/
.ca-icon {width:250px;	height:140px;	position:relative;}

/*»óÇ°¸í*/
.ca-item h2 {
	text-transform:uppercase;
	font-size:14px;
	color:#555555;
	height:22px;
	text-align:center;
	text-shadow: 0px 1px 1px #e4ebe9;
}
/*°¡°Ý*/
.ca-item h3 {
	font-size:12px;
	font-weight:normal;
	text-align:center;
	line-height:16px;
	position:relative;
	color:#777777;
}
/*È­»ìÇ¥*/
.ca-nav span {
	width:30px;
	height:40px;
	background:transparent url(/_module/new_slide/new_arrow.gif)  top left;
	position:absolute;
	opacity:0.7;
	cursor:pointer;
	z-index:100;
	margin-top:-52px;
	left:940px;
}
.ca-nav span.ca-nav-prev {
	background-position:top left;
	left:auto;
	right:30px;
}
.ca-nav span.ca-nav-next {
	background-position:top right;
	left:auto;
	right:0px;
}
.ca-nav span:hover {
	opacity:1.0;
}
