@charset "utf-8";

#visualArea {position: relative; overflow: hidden;display:none}
#visualArea .bx-viewport, .bx-wrapper{
    position:relative;
    padding:0px;
	border: none !important;
}
#visualArea .visual {
	position:relative;
}
#visualArea .visual li {
	
}
#visualArea .visual li a {
	position:relative;
	display:block;
}
#visualArea .visual .cover {
	position:absolute;
	left:0;right:0;top:0;bottom:0;
	width:100%;
	height:100%;
	display:block;
	z-index:10;
	background:rgba(51,51,51,.0);
	webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
#visualArea .visual li a:hover .cover {
	background:rgba(51,51,51,.6);
}
#visualArea .visual li a:hover h3,
#visualArea .visual li a:hover h4 {
	color:#fff !important;
}

#visualArea .visual .txtArea {
	position:absolute;
	display:block;
	z-index:20;
	left:30px;
	bottom:30px;
	text-align:left;
}
#visualArea .visual .txtArea.lt {
	left:30px;
	top:30px;
	text-align:left;
}
#visualArea .visual .txtArea.lb {
	left:30px;
	bottom:30px;
	text-align:left;
}
#visualArea .visual .txtArea.rt {
	right:30px;
	top:30px;
	text-align:right;
}
#visualArea .visual .txtArea.rb {
	right:30px;
	bottom:30px;
	text-align:right;
}
#visualArea .visual .txtArea h3 {
	font-size:40px; 
	font-family:"Oswald", "Noto Sans KR", serif;
	font-weight:500;
	color:#fff;
	line-height:1;
	letter-spacing:-0.5px;
	/*text-shadow: 0 0 2px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.3), 0 -1px 1px rgba(255,255,255,0.2);*/
}
#visualArea .visual .txtArea h4 {
	font-size:18px; 
	color:#fff;
	line-height:1.4;
	font-weight:normal;
	letter-spacing:-0.5px;
	/*text-shadow: 0 0 2px rgba(0,0,0,0.3), 0 1px 1px rgba(0,0,0,0.3), 0 -1px 1px rgba(255,255,255,0.2);*/ 
}

#visualArea .visual .videoBtn{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-30px;
	margin-top:-30px;
}
#visualArea .bx-wrapper {
	margin:0 auto 60px;
}
#visualArea .bx-wrapper img {
	width:100%;
	max-width: 100%;
	display: block;
}

#visualArea .bx-wrapper .bx-controls {
	
    z-index: 110;
}

#visualArea .bx-wrapper .bx-pager {position:absolute;text-align:center;width:100%;bottom:-30px;}
#visualArea .bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	margin:0px 1px 0;
}

#visualArea .bx-wrapper .bx-pager.bx-default-pager a {
	width:50px;
	height:5px;
	margin:0;
	background:none;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	border:1px solid rgba(153,153,153,1);
	border-radius:0;
}

#visualArea .bx-wrapper .bx-pager.bx-default-pager a:hover,
#visualArea .bx-wrapper .bx-pager.bx-default-pager a.active {
	background:none rgba(153,153,153,1);
}

#visualArea .bx-wrapper .bx-controls-auto {position:absolute; z-index: 60; right:20px; width: 30px;bottom:15px;}
#visualArea .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

#visualArea .bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 14px;
	outline: 0;
	background: url(/imgs/main/btn_play.png) no-repeat;
}

#visualArea .bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 16px;
	height: 14px;
	outline: 0;
	background: url(/imgs/main/btn_stop.png) no-repeat;
}


@media (max-width: 1280px) {
}

@media (max-width: 1024px) {
}
@media (max-width: 940px) {
}

@media (max-width: 768px) {
	#visualArea .visual .txtArea h3 {
		font-size:30px; 
	}
	#visualArea .visual .txtArea h4 {
		font-size:14px; 
	}
	#visualArea .visual .txtArea.lt {
		left:20px;
		top:20px;
	}
	#visualArea .visual .txtArea.lb {
		left:20px;
		bottom:20px;
	}
	#visualArea .visual .txtArea.rt {
		right:20px;
		top:20px;
	}
	#visualArea .visual .txtArea.rb {
		right:20px;
		bottom:20px;
	}
	
	#visualArea .bx-wrapper .bx-controls {display:none}
	#visualArea .bx-wrapper {
		margin:0 auto 0px;
	}
}

@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}

