@charset "UTF-8";
/* ============================================================
   2026 지방선거 이슈 커스텀 - PC
============================================================ */
.w_snb {
  display: none;
}

.w_vote2026 {
  margin: 0 -200% 0;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/bg-top.png") no-repeat center top;
}
.w_vote2026 .vote_inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
}
.w_vote2026 .v_top_wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}
.w_vote2026 .v_main_news {
  flex: 0 0 656px;
}
.w_vote2026 .v_featured {
  position: relative;
  overflow: hidden;
  background: #eee;
}
.w_vote2026 .v_featured .link {
  display: block;
  position: relative;
}
.w_vote2026 .v_featured .link::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 120px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 43%, rgba(0, 0, 0, 0) 100%);
  content: "";
  z-index: 1;
}
.w_vote2026 .v_featured .link:hover .sub {
  text-decoration: underline;
  text-underline-position: under;
}
.w_vote2026 .v_featured .thumb {
  display: block;
  height: 368px;
  overflow: hidden;
  background: #eee;
}
.w_vote2026 .v_featured .thumb img {
  display: block;
  width: 100%;
}
.w_vote2026 .v_featured .i_news_video::before {
  display: none;
}
.w_vote2026 .v_featured .i_news_video::after {
  display: block;
  position: absolute;
  bottom: 18px;
  right: 24px;
  width: 44px;
  height: 44px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-play.svg") no-repeat center center;
  background-size: contain;
  z-index: 3;
  content: "";
}
.w_vote2026 .v_featured .desc {
  position: absolute;
  bottom: 18px;
  left: 24px;
  right: 84px;
  z-index: 2;
}
.w_vote2026 .v_featured .desc .sub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #fff;
}
.w_vote2026 .v_sub_list {
  background: #fff;
  padding-bottom: 48px;
  margin-top: 8px;
}
.w_vote2026 .v_sub_list .item {
  border-bottom: 1px solid #E6E6E6;
}
.w_vote2026 .v_sub_list .item:last-child {
  border-bottom: none;
}
.w_vote2026 .v_sub_list .link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 12px 0;
}
.w_vote2026 .v_sub_list .link:hover .desc {
  text-decoration: underline;
  text-underline-position: under;
}
.w_vote2026 .v_sub_list .thumb {
  flex: 0 0 180px;
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
}
.w_vote2026 .v_sub_list .thumb .thumb_img {
  display: block;
  width: 100%;
}
.w_vote2026 .v_sub_list .thumb.i_news_video::before {
  display: none;
}
.w_vote2026 .v_sub_list .thumb.i_news_video::after {
  display: block;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-play.svg") no-repeat center center;
  background-size: contain;
  z-index: 3;
  content: "";
}
.w_vote2026 .v_sub_list .desc {
  flex: 1;
}
.w_vote2026 .v_sub_list .desc .sub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #1E1E1E;
}
.w_vote2026 .v_sidebar {
  width: 444px;
  flex: 0 0 444px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.w_vote2026 .v_bnr_wrap {
  position: relative;
}
.w_vote2026 .v_bnr {
  display: block;
  width: 100%;
  height: 72px;
  background: #eee;
  overflow: hidden;
}
.w_vote2026 .v_bnr .swiper-wrapper {
  height: 100%;
}
.w_vote2026 .v_bnr .swiper-slide {
  height: 100%;
  overflow: hidden;
}
.w_vote2026 .v_bnr .link {
  display: block;
  width: 100%;
}
.w_vote2026 .v_bnr img {
  display: block;
  width: 100%;
}
.w_vote2026 .v_bnr_pagination {
  position: absolute;
  bottom: 10px;
  right: 8px;
  left: auto;
  width: auto !important;
  display: flex;
  z-index: 2;
  justify-content: end;
}
.w_vote2026 .v_bnr_pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 2px !important;
  background: #fff;
  opacity: 0.3;
  border-radius: 3px;
}
.w_vote2026 .v_bnr_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 16px;
}
.w_vote2026 .v_bnr_prev,
.w_vote2026 .v_bnr_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: transparent;
  cursor: pointer;
}
.w_vote2026 .v_bnr_prev::after,
.w_vote2026 .v_bnr_next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 8px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-layer-arrow.svg") no-repeat center center;
  background-size: contain;
  transform: translate(-50%, -50%) rotate(180deg);
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.w_vote2026 .v_bnr_prev {
  left: -12px;
}
.w_vote2026 .v_bnr_next {
  right: -12px;
}
.w_vote2026 .v_bnr_next::after {
  transform: translate(-50%, -50%);
}
.w_vote2026 .v_hotissue {
  background: #fff;
  padding: 30px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  min-height: 500px;
}
.w_vote2026 .v_hotissue .tit {
  font-size: 24px;
  font-weight: 800;
  line-height: 24px;
  color: #1E1E1E;
  margin-bottom: 20px;
}
.w_vote2026 .v_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}
.w_vote2026 .v_tags .tag {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 16px;
  border-radius: 99999px;
  font-size: 14px;
  font-weight: 700;
  background: #EFF4FF;
  color: #366DE8;
  transition: background 0.15s;
}
.w_vote2026 .v_tags .tag.active, .w_vote2026 .v_tags .tag:hover {
  background: #366DE8;
  color: #fff;
}
.w_vote2026 .v_issue_list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.w_vote2026 .v_issue_list .item {
  border-bottom: 1px solid #E6E6E6;
  padding: 12px 0;
}
.w_vote2026 .v_issue_list .link {
  display: flex;
  gap: 12px;
  align-items: center;
}
.w_vote2026 .v_issue_list .link:hover .desc {
  text-decoration: underline;
  text-underline-position: under;
}
.w_vote2026 .v_issue_list .thumb {
  flex: 0 0 135px;
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #ddd;
}
.w_vote2026 .v_issue_list .thumb .thumb_img {
  display: block;
  width: 100%;
}
.w_vote2026 .v_issue_list .thumb.i_news_video::after {
  display: block;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-play.svg") no-repeat center center;
  background-size: contain;
  z-index: 3;
  content: "";
}
.w_vote2026 .v_issue_list .desc {
  flex: 1;
  padding-top: 2px;
}
.w_vote2026 .v_issue_list .desc .sub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1E1E1E;
}
.w_vote2026 .v_more_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  height: 40px;
  padding: 0 16px;
  border: 1px solid #E6E6E6;
  border-radius: 99999px;
  background: #fff;
  font-size: 14px;
  color: #1E1E1E;
  transition: background 0.15s, border-color 0.15s;
  box-sizing: border-box;
}
.w_vote2026 .v_more_btn .ic {
  display: block;
  width: 16px;
  height: 16px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-refresh.svg") no-repeat;
  content: "";
  text-indent: -999999em;
  overflow: hidden;
  line-height: 0;
}
.w_vote2026 .v_title_bar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 44px 0 20px;
  height: 107px;
  box-sizing: border-box;
}
.w_vote2026 .v_title_bar .tit {
  font-size: 36px;
  font-weight: 700;
  color: #1E1E1E;
}
.w_vote2026 .v_title_bar .date {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
.w_vote2026 .v_replay {
  background: #223B60;
  padding: 60px 0;
}
.w_vote2026 .v_replay .vote_inner {
  padding-top: 0;
}
.w_vote2026 .v_replay_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 20px;
}
.w_vote2026 .v_replay_head .tit {
  line-height: 0;
}
.w_vote2026 .v_replay_head .tit img {
  display: block;
  height: 24px;
  width: auto;
}
.w_vote2026 .v_replay_head .link_more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
  line-height: 24px;
}
.w_vote2026 .v_replay_head .link_more::after {
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-layer-arrow.svg") no-repeat center center;
  background-size: 10px 16px;
  content: "";
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 0.65;
}
.w_vote2026 .v_replay_head .link_more:hover {
  color: #fff;
  opacity: 1;
}
.w_vote2026 .v_replay_head .link_more:hover::after {
  opacity: 1;
}
.w_vote2026 .v_replay_wrap {
  position: relative;
}
.w_vote2026 .v_replay_list {
  position: relative;
  overflow: hidden;
}
.w_vote2026 .v_replay_list .swiper-wrapper {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  box-sizing: content-box;
}
.w_vote2026 .v_replay_list .swiper-slide {
  flex-shrink: 0;
  height: auto;
  box-sizing: border-box;
}
.w_vote2026 .v_replay_list .link {
  display: block;
}
.w_vote2026 .v_replay_list .link:hover .desc .sub {
  text-decoration: underline;
  text-underline-position: under;
}
.w_vote2026 .v_replay_list .thumb {
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #111;
}
.w_vote2026 .v_replay_list .thumb .thumb_img {
  display: block;
  width: 100%;
}
.w_vote2026 .v_replay_list .thumb.i_news_video::before {
  display: none;
}
.w_vote2026 .v_replay_list .thumb.i_news_video::after {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 44px;
  height: 44px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-play.svg") no-repeat center center;
  background-size: contain;
  z-index: 3;
  content: "";
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.w_vote2026 .v_replay_list .desc {
  padding-top: 8px;
}
.w_vote2026 .v_replay_list .desc .sub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  color: #fff;
}
.w_vote2026 .v_replay_arrows {
  position: absolute;
  top: 64px;
  left: -20px;
  right: -20px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  z-index: 3;
}
.w_vote2026 .v_replay_arrows .arrow_prev,
.w_vote2026 .v_replay_arrows .arrow_next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100px;
  pointer-events: auto;
  text-indent: -999999em;
  overflow: hidden;
  line-height: 0;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.25);
  transition: background 0.15s;
}
.w_vote2026 .v_replay_arrows .arrow_prev:after,
.w_vote2026 .v_replay_arrows .arrow_next:after {
  display: block;
  width: 10px;
  height: 18px;
  content: "";
  margin-left: -2px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-arrow.svg") no-repeat;
}
.w_vote2026 .v_replay_arrows .arrow_prev:hover,
.w_vote2026 .v_replay_arrows .arrow_next:hover {
  background: #E6E6E6;
}
.w_vote2026 .v_replay_arrows .arrow_next:after {
  transform: rotate(180deg);
  margin-left: 2px;
}
.w_vote2026 .v_mid_wrap {
  display: flex;
  gap: 40px;
  align-items: flex-start;
  margin-top: 60px;
}
.w_vote2026 .v_region {
  flex: 0 0 453px;
  background: #fff;
  padding: 30px 30px;
  box-sizing: border-box;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}
.w_vote2026 .v_region .tit {
  line-height: 0;
  margin-bottom: 20px;
}
.w_vote2026 .v_region .tit img {
  display: block;
  height: 24px;
  width: auto;
}
.w_vote2026 .v_region_tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.w_vote2026 .v_region_tabs .tab {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #CCC;
  border-radius: 99999px;
  font-size: 14px;
  font-weight: 700;
  color: #1E1E1E;
  transition: background 0.15s, border-color 0.15s;
  box-sizing: border-box;
}
.w_vote2026 .v_region_tabs .tab:hover {
  background: #E6E6E6;
  border-color: #AAA;
}
.w_vote2026 .v_region_tabs .tab.is_active {
  background: #1E1E1E;
  border-color: #1E1E1E;
  color: #fff;
}
.w_vote2026 .v_hotspot {
  flex: 1;
  margin-top: 18px;
}
.w_vote2026 .v_hotspot_head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}
.w_vote2026 .v_hotspot_head .tit {
  line-height: 0;
}
.w_vote2026 .v_hotspot_head .tit img {
  display: block;
  height: 24px;
  width: auto;
}
.w_vote2026 .v_hotspot_head .link_more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 14px;
  color: #666;
  line-height: 24px;
}
.w_vote2026 .v_hotspot_head .link_more::after {
  display: block;
  width: 24px;
  height: 24px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-layer-arrow.svg") no-repeat center center;
  background-size: 10px 16px;
  content: "";
}
.w_vote2026 .v_hotspot_head .link_more:hover {
  color: #1E1E1E;
  opacity: 1;
}
.w_vote2026 .v_hotspot_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px 20px;
}
.w_vote2026 .v_hotspot_list .link {
  display: flex;
  gap: 12px;
  align-items: center;
}
.w_vote2026 .v_hotspot_list .link:hover .sub {
  text-decoration: underline;
  text-underline-position: under;
}
.w_vote2026 .v_hotspot_list .thumb {
  flex: 0 0 135px;
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
}
.w_vote2026 .v_hotspot_list .thumb .thumb_img {
  display: block;
  width: 100%;
}
.w_vote2026 .v_hotspot_list .thumb.i_news_video::after {
  display: block;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-play.svg") no-repeat center center;
  background-size: contain;
  z-index: 3;
  content: "";
}
.w_vote2026 .v_hotspot_list .desc .sub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1E1E1E;
  margin-bottom: 8px;
}
.w_vote2026 .v_hotspot_list .desc .tags {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.w_vote2026 .v_bnr_row {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin-top: 40px;
}
.w_vote2026 .v_bnr_row .item {
  flex: 0 0 368px;
  display: block;
  overflow: hidden;
}
.w_vote2026 .v_bnr_row .item img {
  width: 100%;
  height: auto;
  display: block;
}
.w_vote2026 .v_poll {
  margin-top: 50px;
}
.w_vote2026 .v_poll .tit {
  line-height: 0;
  margin-bottom: 20px;
}
.w_vote2026 .v_poll .tit img {
  display: block;
  height: 24px;
  width: auto;
}
.w_vote2026 .v_poll .v_poll_chart {
  width: 100%;
}
.w_vote2026 .v_poll .v_poll_chart iframe {
  display: block;
  width: 100%;
  border: 0;
}
.w_vote2026 .v_data {
  margin-top: 60px;
}
.w_vote2026 .v_data .tit {
  line-height: 0;
  margin-bottom: 20px;
}
.w_vote2026 .v_data .tit img {
  display: block;
  height: 24px;
  width: auto;
}
.w_vote2026 .v_data_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px 20px;
}
.w_vote2026 .v_data_list .link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.w_vote2026 .v_data_list .link:hover .sub {
  text-decoration: underline;
  text-underline-position: under;
}
.w_vote2026 .v_data_list .thumb {
  flex: 0 0 135px;
  display: block;
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #eee;
}
.w_vote2026 .v_data_list .thumb .thumb_img {
  display: block;
  width: 100%;
}
.w_vote2026 .v_data_list .thumb.i_news_video::after {
  display: block;
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-play.svg") no-repeat center center;
  background-size: contain;
  z-index: 3;
  content: "";
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
.w_vote2026 .v_data_list .desc {
  flex: 1;
}
.w_vote2026 .v_data_list .desc .sub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1E1E1E;
}
.w_vote2026 .v_data_list .desc .tags {
  font-size: 14px;
  font-weight: 400;
  color: #666;
}
.w_vote2026 .v_recent {
  margin-top: 60px;
  margin-bottom: -30px;
}
.w_vote2026 .v_recent .tit {
  line-height: 0;
}
.w_vote2026 .v_recent .tit img {
  display: block;
  height: 24px;
  width: auto;
}
.w_vote2026 .v_recent_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 18px;
}
.w_vote2026 .v_recent_list .item {
  border: 1px solid #EDEDED;
  background: #fff;
}
.w_vote2026 .v_recent_list .news {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 20px;
}
.w_vote2026 .v_recent_list .thumb {
  flex: 0 0 240px;
  height: 135px;
  overflow: hidden;
  background: #ddd;
}
.w_vote2026 .v_recent_list .thumb .thumb_img {
  display: block;
  width: 100%;
}
.w_vote2026 .v_recent_list .desc {
  flex: 1;
  min-width: 0;
}
.w_vote2026 .v_recent_list .sub {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}
.w_vote2026 .v_recent_list .read {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 12px;
}
.w_vote2026 .v_recent_list .meta {
  display: flex;
  gap: 12px;
  font-size: 14px;
  line-height: 14px;
}
.w_vote2026 .v_recent_list .meta .name {
  color: #0073A5;
  font-style: normal;
}
.w_vote2026 .v_recent_list .meta .date {
  color: #666;
}
.w_vote2026 .v_floating {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.w_vote2026 .v_floating .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 99999px;
  background: #222;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  overflow: hidden;
  animation: v_floating_expand 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards;
}
.w_vote2026 .v_floating .btn .color {
  color: #FFE354;
  flex-shrink: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  animation: v_floating_text 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards;
}
.w_vote2026 .v_floating .btn .txt {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  animation: v_floating_text 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards;
  margin-top: 1px;
}
.w_vote2026 .v_floating .btn .txt .v_floating_swiper {
  display: block;
  height: 24px;
  overflow: hidden;
}
.w_vote2026 .v_floating .btn .txt .v_floating_swiper .swiper-wrapper {
  flex-direction: column;
}
.w_vote2026 .v_floating .btn .txt .v_floating_swiper .swiper-slide {
  display: flex;
  align-items: center;
  height: 24px;
  line-height: 24px;
}
.w_vote2026 .v_floating_link {
  position: fixed;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
}
.w_vote2026 .v_floating_link .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  min-width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 99999px;
  background: #222;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  overflow: hidden;
  animation: v_floating_expand 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards;
}
.w_vote2026 .v_floating_link .btn .color {
  color: #FFE354;
  flex-shrink: 0;
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  animation: v_floating_text 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards;
}
.w_vote2026 .v_floating_link .btn .txt {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  animation: v_floating_text 1.2s cubic-bezier(0.2, 0.8, 0.2, 1) 0.2s forwards;
}
@keyframes v_floating_expand {
  to {
    padding: 0 20px;
    gap: 8px;
  }
}
@keyframes v_floating_text {
  to {
    max-width: 500px;
    opacity: 1;
  }
}
.w_vote2026 .v_layer_chat {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  z-index: 999999;
  visibility: hidden;
  pointer-events: none;
  transition: visibility 0s linear 0.4s;
}
.w_vote2026 .v_layer_chat .v_layer_panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  background: #fff;
  box-shadow: -4px 0 32px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.w_vote2026 .v_layer_chat.is_open {
  visibility: visible;
  pointer-events: auto;
  transition: visibility 0s linear 0s;
}
.w_vote2026 .v_layer_chat.is_open .v_layer_panel {
  transform: translateX(0);
}
.w_vote2026 .v_layer_head {
  flex-shrink: 0;
  padding: 40px 20px 0;
}
.w_vote2026 .v_layer_head .v_layer_close {
  display: block;
  margin-left: auto;
  width: 32px;
  height: 32px;
  border: 0;
  background: transparent;
  cursor: pointer;
  position: relative;
}
.w_vote2026 .v_layer_body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 24px 20px 80px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  touch-action: pan-y;
}
.w_vote2026 .v_layer_body::-webkit-scrollbar {
  width: 6px;
}
.w_vote2026 .v_layer_body::-webkit-scrollbar-thumb {
  background: #D9D9D9;
  border-radius: 3px;
}
.w_vote2026 .v_chat {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.w_vote2026 .v_chat .v_chat_item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.w_vote2026 .v_chat .v_chat_item.is_user {
  align-items: flex-end;
}
.w_vote2026 .v_chat .v_chat_item.is_user .v_chat_bubble {
  max-width: 320px;
  padding: 16px 20px;
  background: #EDEDED;
  border-radius: 16px 2px 16px 16px;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  word-break: keep-all;
  word-wrap: break-word;
  box-sizing: border-box;
}
.w_vote2026 .v_chat .v_chat_item.is_ai {
  align-items: flex-start;
}
.w_vote2026 .v_chat .v_chat_item.is_ai .v_chat_bubble {
  width: 100%;
  max-width: 320px;
  padding: 16px 20px;
  background: #EFF4FF;
  border-radius: 2px 16px 16px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.w_vote2026 .v_chat .v_chat_badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
  height: 28px;
  padding: 0 14px 0 10px;
  border-radius: 100px;
  background: #366DE8;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.w_vote2026 .v_chat .v_chat_badge .ic {
  flex-shrink: 0;
}
.w_vote2026 .v_chat .v_chat_text {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
  word-break: keep-all;
}
.w_vote2026 .v_chat .v_chat_title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #1E1E1E;
}
.w_vote2026 .v_chat .v_chat_topic {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  padding: 8px 12px;
  background: #fff;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #1E1E1E;
}
.w_vote2026 .v_chat .v_chat_topic .v_chat_txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.w_vote2026 .v_chat .v_chat_more {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 700;
  color: #333;
}
.w_vote2026 .v_chat .v_chat_more:hover {
  text-decoration: underline;
  text-underline-position: under;
}
.w_vote2026 .v_chat .v_chat_more .ic {
  flex-shrink: 0;
}
.w_vote2026 .v_layer_tags {
  margin: 0 -20px;
}
.w_vote2026 .v_layer_tags .v_layer_tags_scroll {
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}
.w_vote2026 .v_layer_tags .v_layer_tags_scroll .swiper-wrapper {
  display: flex;
}
.w_vote2026 .v_layer_tags .v_layer_tags_scroll .swiper-slide {
  width: auto;
  flex-shrink: 0;
  height: auto;
  box-sizing: border-box;
}
.w_vote2026 .v_layer_tags .tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 8px 16px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #1E1E1E;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background 0.15s, border-color 0.15s;
}
.w_vote2026 .v_layer_tags .tag:hover {
  background: #E6E6E6;
  border-color: #AAA;
}
.w_vote2026 .v_layer_tags .tag .ic {
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}
.w_vote2026 .v_layer_tags .tag .txt {
  display: flex;
  align-items: center;
}
.w_vote2026 .v_layer_tags .tag .txt:after {
  content: "";
  width: 6px;
  height: 10px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-layer-arrow.svg") no-repeat;
  margin-left: 13px;
}
.w_vote2026 .v_layer_scroll_down {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  border: 1px solid rgba(54, 109, 232, 0.1);
  border-radius: 100px;
  background: rgba(54, 109, 232, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.w_vote2026 .v_layer_scroll_down.is_visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.w_vote2026 .v_layer_scroll_down .ic_down {
  text-indent: -999999em;
  overflow: hidden;
  line-height: 0;
  width: 12px;
  height: 12px;
  background: url("https://img.sbs.co.kr/news/event/vote2026/pc/ic-layer-down.svg") no-repeat;
}/*# sourceMappingURL=vote2026_style.css.map */