@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;}
.visual .slides {padding-left:0px !important;}
.visual .slides > li {height:250px;}


.main_board_slide {position:relative; z-index:inherit;}
.main_board_slide .flex-direction-nav { position:absolute; z-index:inherit; top:0px; right:0px;}
.main_board_slide .flex-direction-nav a { display:inline-block; font-size:0; line-height:0; width:57px; height:50px; border:1px solid rgba(255,255,255,.1); float:right; border-top:none; border-bottom:none;}
.main_board_slide .flex-direction-nav a.flex-prev { background:url(../images/main/slide_navico_01.png)no-repeat center center;}
.main_board_slide .flex-direction-nav a.flex-next { background:url(../images/main/slide_navico_02.png)no-repeat center center;}
 