@charset "utf-8";
/* CSS Document */

/** {margin:0 auto; padding:0; list-style:none; font-family:"맑은 고딕"; }
a {color:inherit; text-decoration:none; }*/

/*body, html {min-width:960px; background-color:#555; }*/
/*.all {width:100%; }*/
.wrap {width:1010px; }

#imgslide {/*margin-top:150px;*/  height:279px; position:relative; overflow:hidden;}

.imgs {width:1010px; height:279px; position:relative; }
.imgs>img {position:absolute; opacity:0; transition: opacity 1.5s; }
.imgs>img.add {opacity:1; }



