@charset "utf-8";

/* feature film 영역 */
.feature .inWrap {
	position: relative;
}

.feature .fInner {
	margin: 0 auto;	width: 85%; overflow: hidden;
	padding-bottom: 1%;
}

.feature li {
	float: left; width: 220px; height: 300px;margin-bottom: 5em; list-style: none
; margin-right: 20px}

.feature li a {
	position: relative;
	display: block; background: #f0f0f0; height: 100%; margin: 0 3%;
	box-shadow: 2px 2px 5px gray;
	text-align: center;
}
.feature li span {
	display: block;
	position: absolute;
	bottom: -5em;
	width: 100%;
    color:#333;
	font-size: 1em;
	font-weight: 400;
}

.feature li:nth-child(1) a{
	background: url("../images/item01.jpg") center center no-repeat;
	background-size: cover;
}
.feature li:nth-child(2) a{
	background: url("../images/item02.jpg") center center no-repeat;
	background-size: cover;
}
.feature li:nth-child(3) a{
	background: url("../images/item03.jpg") center center no-repeat;
	background-size: cover;
}
.feature li:nth-child(4) a{
	background: url("../images/item04.jpg") center center no-repeat;
	background-size: cover;
}
.feature li:nth-child(5) a{
	background: url("../images/item01.jpg") center center no-repeat;
	background-size: cover;
}
.feature li:nth-child(6) a{
	background: url("../images/item02.jpg") center center no-repeat;
	background-size: cover;
}
.feature li:nth-child(7) a{
	background: url("../images/item03.jpg") center center no-repeat;
	background-size: cover;
}
.feature li:nth-child(8) a{
	background: url("../images/item04.jpg") center center no-repeat;
	background-size: cover;
}


.feature .swiper-pagination {
	position: relative;
	margin-top: 30px;
}
.feature .swiper-pagination-progress .swiper-pagination-progressbar{
    background: rgba(255, 126, 126, 1)
}

.feature .button div {
	position: absolute;
	width: 60px;
	height: 60px;
    background: rgba(255, 126, 126, 1);
	color: #fff;
	border-radius: 50%;
	text-align: center;
	top: 50%;
	box-shadow: 2px 2px 5px gray;
	transition: all 0.2s
}
.feature .button div:active {
	transform: translate(2px,2px);
}
.feature .button a {
	display: block;
	height: 100%;
}

.feature .back a {
	background: url("http://skywoo2000.cafe24.com/media/css/../images/back.svg") center center no-repeat;
	background-size: 30px 30px;
    text-indent: -999px; overflow: hidden;
}

.feature .next a {
	background: url("http://skywoo2000.cafe24.com/media/css/../images/next.svg") center center no-repeat;
	background-size: 30px 30px;
    text-indent: -999px; overflow: hidden;
}

.feature .back {
	left: 1%;
}
.feature .next {
	right: 1%;
}



/* 일반 pc */
@media screen and (max-width:1280px) {

}


/* 테블릿 */
@media screen and (max-width:1024px) {

}

/* 소형 테블릿 */
@media screen and (max-width:768px) {

	.feature .button div{
		width: 40px;
		height: 40px;
	}
	.feature .button div a {
		background-size: 20px 20px;
	}
}

/* 모바일 */
@media screen and (max-width:640px) {
.feature .fInner {
		width: 95%;
	}
	.feature li {
		width: 140px; height: 210px;
	}
	.feature li span {
		font-size: 1.1667em;
	}
	.feature .button {
		display: none;
	}

}

/* 소형 모바일 */
@media screen and (max-width:480px) {

	
	
}



/* 최소 사이즈 처리 */
@media screen and (max-width:480px) {
	
}
