

/*********** bigBanner *********/
.bigBanner{position:relative; width:100%; background:rgba(0,0,0,0.1);}

.bigBanner_admin{position:relative; width:100%; margin:0 auto;}
.bigBanner_admin a{position:absolute; top:15px; left:15px; z-index:93;}

/* .slider */
.slider {position: relative; width:100%; overflow: hidden;}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	}
.rslides li {
	position: absolute;
	display: none;
	width: 1900px;
	top:0;
	left:50%;
	margin-left:-950px;
	}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
	}

.rslides img {
	display: block;
	height: auto;
	width: 1900px;
	}

a.rslides_nav {
	position: absolute;
	z-index: 92;
	top: 0;
	width:25%;
	height:100%;
	background:rgba(0,0,0,0);

	}
a.rslides_nav.next {right:0px;}
a.rslides_nav.prev {left:0px;}
a.rslides_nav.next:before,
a.rslides_nav.prev:before{
	font-family:'intaeFont';
	font-size:80px;
	position:absolute;
	top:50%;
	margin-top:-30px;
	color:rgba(255,255,255,0);
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	cursor:pointer;
	z-index:93;
	}
a.rslides_nav.prev:before{content:'\e014'; left:-15px;}
a.rslides_nav.prev:hover:before{left:5px; color:rgba(255,255,255,1);}
a.rslides_nav.next:before{content:'\e015'; right:-15px;}
a.rslides_nav.next:hover:before{right:5px; color:rgba(255,255,255,1);}


ul.rslides_tabs {
	position:absolute;
	width:100%;
	bottom:16px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index:93;
	}

ul.rslides_tabs li {
	display: inline-block;
	background: none;
	margin: 0px 4px;
	vertical-align: top;
	position:relative;
	}

ul.rslides_tabs li a {
	display:inline-block;
	vertical-align:middle;
	cursor:pointer;
	margin:0 3px;
	width:12px;
	height:12px;
	background:#a2a2a2;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-transition: .10s ease;
	-o-transition: .10s ease;
	-ms-transition: .10s ease;
	-webkit-transition: .10s ease;
	transition:.10s ease-in-out;
	text-indent: -9999px;
	opacity:0.5;
	}
ul.rslides_tabs li a:hover{opacity:0.9;}
ul.rslides_tabs li.rslides_here a {background:#1995ff; opacity:0.7;}

.rslides li.bin{display:block; text-align:center; height:500px; background:rgba(0,0,0,0.04);}
.rslides li.bin:before{content: "\e071"; font-family: 'intaeFont'; font-size:66px; line-height:500px; color:rgba(255,255,255,0.7);}






.caption{position:absolute; top:0; left:0; width:100%; height:100%; text-align:center; z-index:90; font-family: 'Noto Sans KR', sans-serif; color:#fff;}
.caption img{display:none !important;}
.caption h3.tit{font-size:38px; font-weight:600; line-height:1.35em;}
.caption .con{font-size:15px; font-weight:500; line-height:1.35em;}

a.btn_view{
	margin-top:20px;
	display:inline-block;
	font-family: 'Noto Sans KR', sans-serif;
	font-size:16px;
	font-weight:600; 
	color:#fff;
	height:53px;
	line-height:53px;
	padding:0 50px;
	border-radius:53px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
a.btn_view:hover{opacity:0.95;}


.noimage{display:block; background:rgba(0,0,0,0.05); text-align:center;}
.noimage:before{content:'\e071'; font-family:'intaeFont'; font-size:70px; color:rgba(0,0,0,0.3); display:block;}