html, body {
	position: relative;
	height: 100%;
}
.swiper-parallax {
	width: 100%;
    height: 100%;
	background: #000;
}
.swiper-parallax .swiper-slide {
	font-size: 18px;
	color:#000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 40px 60px;*/
}
.swiper-parallax .parallax-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 130%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}
.swiper-parallax .swiper-slide .text2{
margin:0 15px;font-size:14px;color:#333;font-weight:400;font-family:'Noto Sans KR', sans-serif;
}


.swiper-parallax .swiper-slide .title {
	font-size: 18px;
	font-weight: 400;
	font-family:'Noto Sans KR', sans-serif;
}
.swiper-parallax .swiper-slide h1.title {
	margin-bottom:4px;
}
.swiper-parallax .swiper-slide .subtitle {
	font-size: 21px;
}
.swiper-parallax .swiper-slide .text {overflow:hidden;
	max-width: 360px; height:236px;
	/*padding-top:10px;*/
	font-size: 14px; 
	line-height: 1.3;
}	
.swiper-slide .text a { color:#fff; text-decoration:underline; } 
.swiper-slide .text a:hover { color:#f3f3f3; }

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
	background: #fff;
	opacity: .3;
}
.swiper-pagination-bullet-active {
    background: #000;
	opacity: 1;
}