@font-face{
	font-family: 'NanumGothicWeb';
	src: url('/font/NanumGothic.eot');
	src: local('?'), url('/font/NanumGothic.eot?#iefix') format('embedded-opentype'),
		url('/font/NanumGothic.woff') format('woff'),
		url('/font/NanumGothic.ttf') format('truetype');
}

.gallery {
	position: relative;
}
#featured .gallery img{
	height:0px;
}

/* fade */
#featured .gallery-fade { width: 100%; }
.gallery-fade .holder ul {
	list-style: none;
	width: 100%;
	max-width:1920px;
	height: 400px;
	vertical-align:middle;
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 100%/2;
	width: 100%;
	max-width:1920px;
	height: 0px;
}
.paging {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
.paging li {
    display:none;
	padding: 0 5px 0 0;
	float: left;
}
.paging li a {
    display:none;
	width: 14px;
	height: 14px;
	display: block;
	background-color: red;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.paging li a.active {
    display:none;
	background-color: yellow;
	color: red;
}
.next,
.prev {
	position: absolute;
	right: 10px;
	top: 500px;
	margin-top: -60px;
	z-index: 20;
	cursor: pointer;
}
.prev {
	right: auto;
	left: 10px;
}
.prev {padding:50px 15px; color:#dadada; font-size:4em;font-family:NanumGothicWeb, ¸¼Àº °íµñ, µ¸¿ò;}
.next {padding:50px 15px; color:#dadada; font-size:4em;font-family:NanumGothicWeb, ¸¼Àº °íµñ, µ¸¿ò;}


.prev a:hover {color:#fff000; font-size:4em;font-family:NanumGothicWeb, ¸¼Àº °íµñ, µ¸¿ò;}
.next a:hover {color:#fff000; font-size:4em;font-family:NanumGothicWeb, ¸¼Àº °íµñ, µ¸¿ò;}

a.prev:active {color:#dadada; font-size:4em;font-family:NanumGothicWeb, ¸¼Àº °íµñ, µ¸¿ò;}
a.prev:link {color:#dadada; font-size:4em;font-family:NanumGothicWeb, ¸¼Àº °íµñ, µ¸¿ò;}
a.prev:hover {color:#fff000; font-size:4em;font-family:NanumGothicWeb, ¸¼Àº °íµñ, µ¸¿ò;}

a.next:active {color:#dadada; font-size:4em;font-family:NanumGothicWeb, ¸¼Àº °íµñ, µ¸¿ò;}
a.next:link {color:#dadada; font-size:4em;font-family:NanumGothicWeb, ¸¼Àº °íµñ, µ¸¿ò;}
a.next:hover {color:#fff000; font-size:4em;font-family:NanumGothicWeb, ¸¼Àº °íµñ, µ¸¿ò;}


.control {
	font-size: 12px;
	line-height: 21px;
}
.info {display:none;}



