@charset "utf-8";

/* 새글 스킨 (latest) */
.notice {position:relative;}
.notice .latest-title {margin-bottom:20px;}
.notice .latest-title a,
.notice .latest-title span {
    position: relative;
    font-size: 1rem;
    font-weight: 400;
    display: block;
    overflow: hidden;
    color: #bb2023;
}
.notice .latest-title a .more {
    position: absolute;
    display: inline-block;
    /* border: 1px solid #1e2656; */
    color: #ccc;
    line-height: 20px;
    width: 25px;
    height: 25px;
    /* text-align: center; */
    font-weight: 100;
    font-size: 0.9em;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}
.notice li {text-overflow:ellipsis;overflow:hidden;white-space:nowrap;border-bottom:1px solid rgba(180,180,180,0.5); font-size: 1.1em;}
.notice li a, .notice li.empty_li {
    color: #7b7a7a;
    padding: 16px 0 22px;
    display: inline-block;
    position: relative;
}
.notice li a{
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.notice li a .circle {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 4px solid #FFF;
    background-color: #666;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
}
.notice li a,
.notice .datetime {
    vertical-align: top;
}
.notice .datetime {
    display: inline-block;
    font-size: 27pt;
    font-weight: 800;
    text-align: left;
    color: #bb2023;
    padding: 14px 15px 0 0;
}
.notice .datetime small {
    display: block;
    font-size: 9pt;
    margin-top: -5px;
}
.notice li a,
.notice li.empty_li {
    padding: 23px 0 !important;
}
.notice li .subject {
    font-size: 13pt;
    margin-bottom: 5px;
    color: #000;
    font-weight: 500;
    margin-top: 6px;
}
.notice li .bo_subject {
    display: inline-block;
    font-size: 9pt;
    height: 23px;
    line-height: 21px;
    border: 1px solid #bb2023;
    border-radius: 23px;
    padding: 0 8px;
    color: #000;
    margin-right: 4px;
    letter-spacing: -1px;
}
.notice li .subject,
.notice li .cont {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.notice li:hover .subject {
    text-decoration: underline;
}
.notice li .lock_icon {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size: 12px;border:1px solid #a2c6ce;vertical-align:baseline}
.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}


span.title-text {
  display: inline-block !important;
  padding: .2rem 1rem;
  border: 1px solid #bb2023;
  border-radius: 20px;
}
span.title-text:hover {
background-color: #bb2023;
  color :#fff;
}
#container_wr .latest-title {
  margin-bottom: 10px !important;
  text-align: left !important;
}
#container_wr .latest-title a {
  font-size: 1rem;
}
.notice ul {
  min-height: 327px;
  padding: 0 10px;
}
.listbtn  {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #bb2023;
  width: 100%;
  line-height: 70px !important;
  border-radius: 40px;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: rgba(255,255,255,0.3);
  letter-spacing: -1px;
  color: #333;
}
.listbtn i {
  color: #bb2023;
  margin-right: 10px;
  font-size: 1.5rem;
}
.listbtn:hover {
  background-color: #bb2023;
  border: 1px solid #bb2023;
  color: #fff;
}
.listbtn:hover i {
  color: #fff;
}
