/* Just for the example. Fee free to delete these three lines */
.gallery {width:100%; padding:80px; /*margin-bottom: 100px;*/ background-color: #f3f1ea;}

/* Style the thumbnails */
.pika-thumbs{ height:auto; display:inline-block; display: none;}
	.pika-thumbs li{ width: 90px; height:60px; margin: 10px 10px 0 0; padding: 0; overflow: hidden;
		float: left; list-style-type: none;cursor: pointer;}
	.pika-thumbs li .clip {position:relative;height:100%;text-align: center; vertical-align: middle; overflow: hidden;}
	
/* The stage is the wrapper. The image fills 100% the height of the stage */
.pika-stage, .pika-textnav {width: 100%;}
.pika-stage {position: relative; text-align:center; width: 100%; height: unset !important;}
.pika-stage img{width: 100%;}
.pika-stage .caption {width: 100%; position: absolute; background: rgba(48,48,48,0.9); font-size: 20px; 
			color: #f5f5f5; padding: 15px; text-align: right; bottom: 0px; right: 0;z-index:1000; text-align: center; font-weight: 800;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 20px;}

/* Ths play, pause, prev and next buttons */
.pika-imgnav a {position: absolute; text-indent: -5000px; display: block;z-index:3;}
	.pika-imgnav a.previous {background: url(btn_prev.png) no-repeat left 45%; height: 100%; width: 50px; top: 10px; left: -60px;cursor:pointer;}
	.pika-imgnav a.next {background: url(btn_next.png) no-repeat right 45%; height: 100%; width: 50px; top: 10px; right: -60px;cursor:pointer;}

/* The previous and next textual buttons */
.pika-textnav {display:none;}

/*for the tool tips*/
.pika-counter{position: absolute;bottom: 45px;left:15px;color:white;background:rgba(0,0,0,0.7);font-size:13px;padding:3px;-moz-border-radius: 5px;border-radius:5px; display: none;}

/* If using user thumbnails there's a pause well the new large image loads. This is the loader for that */		
.pika-loader{ background:url(loading.gif) 3px 3px no-repeat #000; background-color:rgba(0,0,0,0.9); color:white; width:60px; font-size:11px; padding:5px 3px; 
	text-align:right; position:absolute; top:15px; right:15px; }


/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
.jcarousel-skin .jcarousel-container-horizontal { overflow:hidden;}
.jcarousel-skin .jcarousel-clip-horizontal {height: 100px; width: 900px;}
.jcarousel-skin .jcarousel-item-horizontal { margin-right: 10px;}


/* 반응형 */
@media (max-width: 1200px) {
	.gallery {padding: 40px;}
	.pika-imgnav a.previous {width: 30px; top: 35px; left: -34px; background-size: contain;}
	.pika-imgnav a.next {width: 30px; top: 35px; right: -34px; background-size: contain;}
}

@media (max-width: 840px) {
	.gallery {margin-bottom: 80px;}
}

@media (max-width: 640px) {
	.gallery {padding: 0px;}
	.pika-imgnav a.previous {width: 25px; top: 0px; left: 10px;}
	.pika-imgnav a.next {width: 25px; top: 0px; right: 10px;}
	.pika-stage .caption {font-size: 16px; padding: 8px;}
}