@charset "utf-8";
/* 새글 스킨 (latest) */

.lat_more a {display:block;position:relative;width:180px;height:50px;line-height:50px;margin:50px auto 0;border:1px solid #fff;overflow:hidden;border-radius:25px;-webkit-border-radius:25px;-moz-border-radius:25px;color:#fff;text-align:center;font-size:16px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.lat_more a:after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    background: #ffffff;
}
.lat_more a:hover {
    color: #333;
}
.lat_more a:hover:after {
    width: 100%;
    z-index: -1;
}