@charset "euc-kr";
/* 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*/ 

/**/

#header .keyword{ position:relative; width:360px; padding:0 0 0 35px; height:30px}
#header .keyword .flex-direction-nav li a{ position:absolute; z-index:inherit; top:3px; text-indent:9999px; display:block; width:16px; height:12px;}
#header .keyword .flex-direction-nav li a.flex-prev{ left:0; background:url(../images/inc/btn_prev_1.gif) no-repeat}
#header .keyword .flex-direction-nav li a.flex-next{ left:18px; background:url(../images/inc/btn_next_1.gif) no-repeat}


/*.visual_wrap .visual .flex-control-nav >li {border:2px solid #666;  border:width:18px; height:18px; border:}*/
.visual_wrap_s .visual2 {position:relative; width:100%; }
.visual_wrap_s .visual2 .flex-direction-nav  li a{ position:absolute; z-index:inherit; top:50%; text-indent:9999px; display:block; width:35px; height:60px; border:1px solid rgba(255,255,255,.2); transition:.3s; margin-top:-30px;}
.visual_wrap_s .visual2 .flex-direction-nav li a.flex-prev{ left:-1px; background:rgba(0,0,0,.2) url(../images/inc/s_visu_prev.png) no-repeat center center; }
.visual_wrap_s .visual2 .flex-direction-nav li a.flex-next{ right:-1px; background:rgba(0,0,0,.2) url(../images/inc/s_visu_next.png) no-repeat center center; }
.visual_wrap_s .visual2 .flex-direction-nav li a.flex-prev:hover { background:rgba(0,0,0,.5) url(../images/inc/s_visu_prev.png) no-repeat center center; border:1px solid rgba(255,255,255,.5); }
.visual_wrap_s .visual2 .flex-direction-nav li a.flex-next:hover { background:rgba(0,0,0,.5) url(../images/inc/s_visu_next.png) no-repeat center center; border:1px solid rgba(255,255,255,.5); }

@media screen and (max-width:1023px){
.visual_wrap .visual .flex-control-paging{margin-left:-38px;}

.visual_wrap .visual .flex-control-paging li a {width:10px; height:10px;}
}



@media screen and (max-width:767px){
	.visual_wrap .visual .flex-control-paging {bottom:150px;}

	
}


.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) ;}



