@charset "utf-8";
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
	http://www.ybyin.com 
	2017-04-28
*/
 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 


.flexslider { position: relative; width:100%; zoom: 1;margin: 0;  left:0px;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides> li img {}
.flex-pauseplay span {text-transform: capitalize;}



/* FlexSlider Default Theme
*********************************/


/* Control Nav */
.flex-control-nav {background:none; position: absolute; text-align:center; z-index:2;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 15px; height: 15px; display: block; background: #fff;opacity: 1;  cursor: pointer; border:1px solid #919191; text-indent: -9999px; -webkit-border-radius: 10px; -moz-border-radius: 10px; -o-border-radius: 10px; border-radius: 10px; box-shadow: inset 0 0 0px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover , .flex-control-paging li a.flex-active { background: #919191; opacity: 1; }





.flex-direction-nav {*height: 0;width:100%;position:absolute; top:0%; }

.flex-direction-nav a {width: 60px; height: 60px; padding-top:23%; margin-top: 0px; display:block; background: url('../img/index/bg_direction_nav_on.png') no-repeat 0 center; position: absolute;  z-index: 2; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% center; position:absolute;right: 0px;}


.flex-next:hover ,.flex-prev:hover{background: url('../img/index/bg_direction_nav.png') no-repeat 0 center;background-position: 100% center;}
.flex-prev:hover {background-position: 0 center;}










/*-----------------------------------------------------------------

메인 큰이미지

-----------------------------------------------------------------*/













.top_bane 
{
	position			:	relative;
	z-index			:	1;
	overflow			:	hidden;
	margin-top			: 50px;
	/*
	width				:	1918px;
	height				:	210px;
	left				: 50%;
	margin-left			: -960px;
	*/
}


.top_bane .flex-control-nav 
{
	display			:	none;
}

.top_bane .flex-direction-nav
{
	margin-top    			:   17px;
}



@media screen and (max-width: 992px) {
	.top_bane .flex-direction-nav
	{
		width				: 80px;
		right				: 10px;
	}

	.top_bane .flex-direction-nav a 
	{
		width				:	40px;
		height				:	40px; 
		background		:	url('../img/event/bn_m.png') no-repeat 0 center;
	}
}

@media (min-width: 992px) {
	.top_bane .flex-direction-nav
	{
		width				: 60px;
		left				: 50%;
		margin-left			: 420px;
	}

	.top_bane .flex-direction-nav a 
	{
		width				:	30px;
		height				:	30px; 
		background		:	url('../img/event/bn.png') no-repeat 0 center;
	}
	
}



.top_bane .flex-direction-nav .flex-next 
{
	background-position	:	100% center;
}















