@charset "utf-8";

/* 새글 스킨 (latest) */
.notice {
  position: relative;
}

.notice .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #111;
}

.notice .title h2 {
  font-size: 28px;
  font-weight: 700;
  color: #111;
}

.notice .title a.link {
  font-size: 18px;
  font-weight: 500;
  color: #767676;
}

.notice li {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5EC;
}

.notice li.empty_li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  color: #505050;
}

.notice li a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  color: #111;
  cursor: default;
}

.notice li .cnts {
  font-size: 14px;
  line-height: 1.5;
  color: #505050;
  margin-top: 8px;
}

.notice li .new_icon {
  display: inline-block;
  line-height: 16px;
  width: 16px;
  font-size: 0.833em;
  color: #ffff00;
  background: #6db142;
  text-align: center;
  margin-right: 3px;
  border-radius: 2px;
  vertical-align: baseline
}

.notice .cnt_cm {
  background: #5c85c1;
  color: #fff;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px
}

.notice li.empty_li {
  border-bottom: 0;
  line-height: 120px
}