/*
 * 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)
 */


  
/* 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;} 
.flex-direction-nav {visibility: hidden;} 


/* º¸¿©Áö´Â »çÁø ¿É¼Ç
*********************************/ 
.flexslider {overflow: hidden; position: relative; margin: 0 auto; width: 100%; height: 550px;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:after { display: block; content: ""; clear: both; } /*Ãß°¡*/
.flexslider .slides img {width: 100%; height: 100%;min-width: 2000px; min-height: 550px;}
.flexslider {margin:0;position: relative;}



/* Direction Nav 
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 26px; height: 28px; margin: 0; display: block; background: url(/images/direction_nav.jpg) no-repeat 0 0; position: absolute; top: 46%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: -36px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: -36px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}*/

/* Control Nav */
.flex-control-nav {width: 100%; bottom: 20px; position: absolute;margin:0px 0 0 0; text-align:center;}
.flex-control-nav li {margin: 0 3px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:after { display: block; content: ""; clear: both; } /*Ãß°¡*/
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.7); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(201,37,43,0.6); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(201,37,43,1); cursor: default; }



/************************************************************************************/
@media screen and (max-width: 768px) {

.flexslider {height: 350px;}
.flexslider .slides img {min-width: 1000px; min-height: 400px;}

}

/************************************************************************************/
@media screen and (max-width: 480px) {

.flexslider {height: 200px;}
.flexslider .slides img {min-width: 625px; min-height: 250px;}


}
