@charset "utf-8";

/* 새글 스킨 (latest) */
#s_vis_back {position:relative;width:100%;height:550px;overflow:hidden;}
#s_vis_back .cbp-bislideshow {position:absolute;left:0;top:0;width:100%;height:100%;list-style:none;margin:0;padding:0;z-index:-1;}
.cbp-bislideshow li {position:absolute;left:-0.5%;top:-0.5%;width:101%;height:101%;opacity:0;-webkit-transition:opacity 1s;-moz-transition:opacity 1s;transition:opacity 1s;}
/* If background-size supported we'll add the images to the background of the li */
.backgroundsize .cbp-bislideshow li {-webkit-background-size:cover;-moz-background-size:cover;background-size:cover;background-position:center center;}
/* ...and hide the images */.backgroundsize .cbp-bislideshow li img {display:none;}
.cbp-bislideshow li img {display:block;width:100%;}
