@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
*/
 /* 메인 jquery.Xslider.js 효과 css */
#slider3 { position:relative; height:310px;z-index:1;}

#slider3 .switcher {position:absolute; z-index:100; bottom:0px; width:100%}
#slider3 .conbox li{position:absolute;}

#slider3 .switcher a {
	font-family		:	'Nanum Gothic', '나눔고딕', 'AppleGothic', 'sans-serif';
	font-size			:	13px; 
	color				:	#000;
	text-align:center; background-color: rgba(255,255,255, 0.8); display:inline-block; width:24.91%; float:left; margin-left:1px;; line-height:40px;height:40px; text-decoration:none;}
#slider3 .switcher a:hover , #slider3 .switcher a.cur  { 
	color				:	#fff;background:#e64746; }
#slider3 .switcher > a:nth-child(1) {margin-left:0px;}
