
.clearout {clear:both;}
.flexiselDemo {display:none;}
.nbs-flexisel-container {position:relative; max-width:100%;} 
.nbs-flexisel-ul {position:relative; width:99999px; text-align:center;  padding:0 1px;}
.nbs-flexisel-inner {overflow:hidden; float:left; width:100%; height:320px;}
.nbs-flexisel-item {float:left; cursor:pointer; position:relative; line-height:0px; } 
.nbs-flexisel-item img {width:100%; cursor:pointer; position:relative; max-width:100%; box-shadow:3px 3px 5px rgba(0,0,0,0.5);}
.nbs-flexisel-item img:hover {filter:alpha(opacity=60); -moz-opacity:0.7; -khtml-opacity:0.7; opacity:0.7; }
.it_detale { width:281px; height:50px; line-height:50px; margin:0 auto; background:rgba(255, 255, 255,.8); box-shadow:3px 3px 3px rgba(0,0,0,0.2);}
.it_detale span a{color:#333; text-align:center; font-size:16px;}

/** 버튼 **/
.nbs-flexisel-nav-left, 
.nbs-flexisel-nav-right {width:55px; height:55px; position:absolute; cursor: pointer; z-index:99; background:rgba(218, 98, 9,.7);}
.nbs-flexisel-nav-left:hover, 
.nbs-flexisel-nav-right:hover {background-color:rgba(218, 98, 9,.8); }
.nbs-flexisel-nav-left {left:0px; background-image:url("./img/btn_prev.png"); background-repeat:no-repeat; background-position:center center;} 
.nbs-flexisel-nav-right {right:0px; background-image:url("./img/btn_next.png"); background-repeat:no-repeat; background-position:center center;} 
.thumb-hover:hover {filter:alpha(opacity=60); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;}

@media screen and (max-width:768px) {
  .nbs-flexisel-nav-left, .nbs-flexisel-nav-right {width:45px; height:45px; margin-top:-15px;}
  .it_detale span a{font-size:15px;}
}

	
			