@charset "utf-8";
/* FlexSlider Default Theme*/

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 780px; }
.slides { zoom: 1; overflow:hidden;}
.slides > li {display: none; -webkit-backface-visibility: hidden;}

/* Pause/Play 
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }
*/
/* Control Nav */
.flex-control-nav { width:100%; text-align:center}
.flex-control-nav li {display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {display: block;cursor: pointer; text-indent: -9999px;}

/*direction Nav*/ 

/**/
.slider_center{ position:relative;width:182px; height:182px; }
.slider_center .slides{ width:182px}
.slider_center .flex-control-paging{position:absolute; bottom:20px; left:0; margin-left:-140px; z-index:100;}
.slider_center .flex-control-paging li{ float:left; margin:0 5px}
.slider_center .flex-control-paging li a {background:#c2daff; width:10px; height:10px; border-radius:20px;text-indent:9999px;}
.slider_center .flex-control-paging li a:hover {background:#1c498d;}
.slider_center .flex-control-paging li a.flex-active { background:#1c498d;}
.slider_center .flex-pauseplay{width:auto; height:auto;position:absolute; z-index:1000; left:-35px; bottom:141px;}
.slider_center .flex-pauseplay a{width:18px; height:18px; display:block;  text-indent:-9999px; cursor:pointer; background-color: none; border:1px solid #fff; border-radius:5px; background-position:center center; background-repeat:no-repeat; filter:alpha(opacity=70);opacity:0.7;}
.slider_center .flex-pauseplay .flex-pause{ background-image:url(../images/main/visual_btn_pause.png);}
.slider_center .flex-pauseplay .flex-play{ background-image:url(../images/main/visual_btn_play.png) ;}

.slider_visual{ position:relative;width:730px; height:380px}
.slider_visual .flex-pauseplay{width:auto; height:auto;position:absolute; z-index:1000; left:15px; bottom:15px;}
.slider_visual .flex-pauseplay a{width:25px; height:25px; display:block;  text-indent:-9999px; cursor:pointer; background-color:#000; border-radius:5px; background-position:center center; background-repeat:no-repeat; filter:alpha(opacity=50);opacity:0.5;}
.slider_visual .flex-pauseplay .flex-pause{ background-image:url(../images/main/visual_btn_pause.png);}
.slider_visual .flex-pauseplay .flex-play{ background-image:url(../images/main/visual_btn_play.png) ;}





