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

.notice-latest{
  width: 100%;
  height: auto;
  position: relative;
}
.notice-latest h2{
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.notice-latest ul li{
  margin-bottom: 6px;
}
.lt_more{
  position: absolute;
  top: 2px;
  right: 0;
  transition: all 0.3s ease-in;
}
.notice-latest-box a{
  transition: all 0.3s ease-in;
}
.notice-latest-box a:hover, .lt_more:hover{
  color: #412b15;
}