@charset "utf-8";
/* 사이드 공지(고객센터) — 타이틀 높이 고정 (모바일 height:100% 늘어남 방지) */
.lat_notice_listcode {
  position: relative;
  margin-bottom: 15px;
  background: none;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: hidden;
}
.lat_notice_listcode .lat_notice_listcode_title {
  display: block;
  position: relative;
  box-sizing: border-box;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  line-height: 40px !important;
  font-size: 1.1em;
  color: #fff;
  background: #dc3545;
  padding: 0 40px 0 12px;
  margin: 0;
  font-family: 'S-CoreDream-4Regular', sans-serif !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  overflow: hidden;
  flex: none !important;
}
.lat_notice_listcode .lat_notice_listcode_title a {
  position: relative;
  color: #ffffff;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 40px;
  vertical-align: top;
}

.sv_wrap { display: inline-block; position: relative; }
.sv {
  position: absolute;
  top: calc(100% + 0px);
  left: 0;
  width: auto !important;
  padding: 0 !important;
  background: #fff !important;
  border: 1px solid #ddd;
  color: #dc3545;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 99999;
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}
.sv a { white-space: nowrap; overflow: hidden; }
.sv_wrap:hover .sv { display: block; }
.sv_nojs { display: none; }

.lat_notice_listcode ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #fff;
  border: 2px solid #dc3545;
  border-top: 0;
  border-radius: 0 0 6px 6px;
  font-size: 12px;
  height: auto !important;
  max-height: none !important;
}
.basic_li_notice_list {
  display: flex;
  align-items: center;
  padding: 10px 12px;
  padding-right: 60px;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  white-space: normal;
  position: relative;
  min-height: 40px;
  box-sizing: border-box;
}
.basic_li_notice_list .category_name {
  font-size: 12px;
  color: #999;
  margin-right: 5px;
  vertical-align: middle;
  background-color: #f0f0f0;
  padding: 2px 5px;
  border-radius: 3px;
}
.basic_li_notice_list:last-child { border-bottom: none; }
.basic_li_notice_list a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.basic_li_notice_list .lt_date {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 12px;
  color: #666;
}
.empty_li { padding: 10px; color: #999; }

.lat_notice_listcode li { position: relative; line-height: 1.4; margin-bottom: 0; }
.lat_notice_listcode li a:hover { color: #3a8afd; }
.lat_notice_listcode li .fa-heart { color: #ff0000; }
.lat_notice_listcode li .fa-lock {
  display: inline-block;
  line-height: 14px;
  width: 16px;
  font-size: 0.833em;
  color: #4f818c;
  background: #cbe3e8;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #cbe3e8;
  vertical-align: middle;
}
.lat_notice_listcode li .new_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #23db79;
  background: #b9ffda;
  text-align: center;
  border-radius: 2px;
  margin-left: 2px;
  font-weight: bold;
  vertical-align: middle;
}
.lat_notice_listcode li .hot_icon {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #ff0000;
  background: #ffb9b9;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
}
.lat_notice_listcode li .fa-caret-right { color: #bbb; }
.lat_notice_listcode li .fa-download {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #daae37;
  background: #ffefb9;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
}
.lat_notice_listcode li .fa-link {
  display: inline-block;
  width: 16px;
  line-height: 16px;
  font-size: 0.833em;
  color: #b451fd;
  background: #edd3fd;
  text-align: center;
  border-radius: 2px;
  vertical-align: middle;
}

.lat_notice_listcode .profile_img img { border-radius: 50%; }

.lat_notice_listcode .empty_li {
  line-height: normal;
  color: #666;
  text-align: center;
  padding: 20px 10px;
}
.lat_notice_listcode .empty_li:before { background: none; padding: 0; }

.lat_notice_listcode .lt_cmt {
  background: #e9eff5;
  color: #3a8afd;
  font-size: 11px;
  height: 16px;
  line-height: 16px;
  padding: 0 5px;
  border-radius: 3px;
  vertical-align: middle;
  margin-left: 4px;
}
.lat_notice_listcode .lt_more {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  z-index: 2;
}
.lat_notice_listcode .lt_more:hover { color: #ffe0e0; }

@media (max-width: 1024px) {
  .lat_notice_listcode {
    margin: 10px 0 15px;
    height: auto !important;
    min-height: 0 !important;
  }
  .lat_notice_listcode .lat_notice_listcode_title {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    line-height: 40px !important;
    padding: 0 40px 0 12px !important;
  }
  .basic_li_notice_list a { font-size: 13px; }
}
