@charset "utf-8";

/* 새글 스킨 (latest) */
.notice-swiper {width: 1100px;height: 350px !important;border-top: 1px solid #ccc;overflow: hidden;position: relative;}
.notice-swiper .swiper-slide {width: 1100px !important;height: 60px !important;display: flex;justify-content: space-between;align-items: center;font-size: 24px;border-bottom: 1px solid #ccc;padding: 0 30px;}
.notice-swiper .swiper-slide a, .notice-swiper .swiper-slide.empty_.swiper-slide, .lt_date {display:block;color:#666;line-height: 60px;}
.lt_date {color: #999 !important;}
.notice-swiper .swiper-slide .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-swiper .swiper-slide .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-swiper .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-swiper .swiper-slide.empty_li {border-bottom:0;line-height:120px}

.notice-swiper-pagination {position: absolute;bottom: 0;z-index: 50;text-align: center;}
.notice-swiper-pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  background: #fff !important;
  border-radius: 50%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  opacity: 1 !important;
  margin: 0 5px !important;
  transition: background 0.3s ease;
}

.notice-swiper-pagination .swiper-pagination-bullet-active {
  background: #214791 !important;
}