@charset "utf-8";
.neat_slider_ws{width:100%}
.neat_slider_ws .sliderTitle{margin-bottom:12px}
.neat_slider_ws .sliderTitle h4{float:left; margin:0 18px 0 0; padding:10px 0 0 0; line-height:1.2; font-family:'Nanum Gothic','Malgun Gothic',돋움,sans-serif; font-size:16px; color:#ea5859}
.neat_slider_ws .sliderArrow{float:right}
.neat_slider_ws .sliderArrow span{display:inline-block; margin-left:1px}
.neat_slider_ws .sliderArrow a{display:block; width:29px; height:29px; background-color:#ea5859; background-image:url(slider_arrow.png); background-repeat:no-repeat}
.neat_slider_ws .sliderArrow .bx-prev{background-position:9px 6px}
.neat_slider_ws .sliderArrow .bx-next{background-position:-19px 6px}
.neat_slider_ws .sliderArrow a:hover{filter:alpha(opacity=80); opacity:.8}

@media screen and (max-width:767px){
	.neat_slider_ws .sliderArrow{display:none}
}