@charset "UTF-8";
.pc_only {
  display: none;
}

#election2025-main {
  min-height: calc(var(--vh) - var(--headerH) - var(--footerH));
}

.inner {
  position: relative;
  padding: 0 20px;
}
.inner .wide {
  margin-left: -20px;
  margin-right: -20px;
}

.col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mt16 {
  margin-top: 16px;
}

.mt24 {
  margin-top: 24px;
}

.mt30 {
  margin-top: 30px;
}

.pt0 {
  padding-top: 0;
}

.pt16 {
  padding-top: 16px;
}

.pad-0 {
  padding: 0;
}

.pad-24 {
  padding: 24px;
}

.section + .section,
.section + script + .section,
.tab-wrapper + .section,
.section + .tab-wrapper,
.tab-wrapper .tab-content {
  margin-top: 30px;
}

.section.mt0 {
  margin-top: 0;
}
.section.bg-gray {
  background: #F3F3F3;
  padding: 30px 0;
}
.section.devide::before {
  content: "";
  display: block;
  width: 100%;
  height: 8px;
  border-width: 1px 0;
  border-style: solid;
  border-color: #ddd;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px;
}

.scroll-x {
  width: 100%;
  overflow-x: auto;
}

.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title-wrapper + .box-contents-wrapper, .title-wrapper + .tab-btns, .title-wrapper + .tab-btns + .box-contents-wrapper, .title-wrapper ~ .box-contents-wrapper {
  margin-top: 20px;
}
.title-wrapper.border-b {
  padding-bottom: 8px;
  border-bottom: 1px solid #222;
}
.title-wrapper .title-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.title-wrapper .title-area:has(> .ico) .title {
  text-indent: 36px;
}
.title-wrapper .title-area.vertical-type {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.title-wrapper .title-area.vertical-type .desc {
  width: 100%;
  padding: 0;
}
.title-wrapper .title-area .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.title-wrapper .title-area .title {
  font-size: 24px;
  font-weight: 700;
}
.title-wrapper .title-area .title-s {
  font-size: 20px;
  font-weight: 700;
}
.title-wrapper .title-area .title:has(.small), .title-wrapper .title-area .title-s:has(.small) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.title-wrapper .title-area .title .small, .title-wrapper .title-area .title-s .small {
  font-size: 14px;
  font-weight: 400;
}
.title-wrapper .title-area .election-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}
.title-wrapper .title-area .election-title .img {
  width: auto;
  height: 35px;
}
.title-wrapper .title-area .desc {
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
}
.title-wrapper .title-area > .ico {
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 26px;
  height: 26px;
}

.tooltip-wrapper {
  position: relative;
  width: 20px;
  height: 20px;
  z-index: 2;
}
.tooltip-wrapper .tooltip-btn {
  width: 20px;
  height: 20px;
  background: url("/special/election2025/resource/image/mobile/ico/tooltip.svg") center/contain no-repeat;
}
.tooltip-wrapper .tooltip {
  position: absolute;
  left: 50%;
  bottom: 31px;
  width: 248px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 5px;
  border: 1px solid #C6CBD0;
  background: #fff;
  display: none;
}
.tooltip-wrapper .tooltip.on {
  display: block;
}
.tooltip-wrapper .tooltip .triangle {
  position: absolute;
  left: 50%;
  bottom: -6px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 12px;
  height: 7px;
  background: url("/special/election2025/resource/image/mobile/ico/tooltip-triangle.svg") center/contain no-repeat;
}
.tooltip-wrapper .tooltip .tooltip-txt {
  font-size: 14px;
  color: #484848;
  padding: 12px;
  word-break: break-word;
}

.btn {
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  color: #666;
}
.btn.round {
  border-radius: 10px;
}
.btn.border {
  border: 1px solid #ccc;
}
.btn.btn-refresh {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 32px;
  padding: 0 4px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.btn-refresh .ico.ico-refresh {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff url("/special/election2025/resource/image/mobile/ico/ico-refresh.svg") center/contain no-repeat;
}
.btn.btn-refresh:hover, .btn.btn-refresh:focus {
  border-color: var(--primary-2);
}
.btn.btn-refresh-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  height: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 32px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 16px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.btn.btn-refresh-text .ico.ico-refresh {
  display: block;
  width: 20px;
  height: 20px;
  background: #fff url("/special/election2025/resource/image/mobile/ico/ico-refresh.svg") center/contain no-repeat;
}
.btn.btn-refresh-text:hover, .btn.btn-refresh-text:focus {
  border-color: var(--primary-2);
}

.pagination-wrapper {
  max-width: 360px;
  margin: 30px auto 0;
}
.pagination-wrapper .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pagination-wrapper .pagination #pagination {
  margin: 0 10px;
}
.pagination-wrapper .pagination .double-previous-button,
.pagination-wrapper .pagination .double-next-button,
.pagination-wrapper .pagination .previous-button,
.pagination-wrapper .pagination .next-button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  height: 30px;
  border-radius: 2px;
}
.pagination-wrapper .pagination .double-previous-button::after,
.pagination-wrapper .pagination .double-next-button::after,
.pagination-wrapper .pagination .previous-button::after,
.pagination-wrapper .pagination .next-button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: 16px auto;
  background-repeat: no-repeat;
}
.pagination-wrapper .pagination .double-previous-button:disabled::after,
.pagination-wrapper .pagination .double-next-button:disabled::after,
.pagination-wrapper .pagination .previous-button:disabled::after,
.pagination-wrapper .pagination .next-button:disabled::after {
  -webkit-filter: contrast(0);
          filter: contrast(0);
  opacity: 0.5;
  cursor: default;
}
.pagination-wrapper .pagination .double-previous-button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("/special/election2025/resource/image/mobile/ico/page-arrow-double.svg");
}
.pagination-wrapper .pagination .previous-button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("/special/election2025/resource/image/mobile/ico/page-arrow.svg");
}
.pagination-wrapper .pagination .double-next-button::after {
  background-image: url("/special/election2025/resource/image/mobile/ico/page-arrow-double.svg");
}
.pagination-wrapper .pagination .next-button::after {
  background-image: url("/special/election2025/resource/image/mobile/ico/page-arrow.svg");
}
.pagination-wrapper .pagination .number-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
}
.pagination-wrapper .pagination .number-buttons .number-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 30px;
  height: 27px;
  color: #999;
  font-size: 16px;
  padding-bottom: 2px;
}
.pagination-wrapper .pagination .number-buttons .number-button.on {
  color: var(--fc-primary);
  font-weight: 700;
}

.lnb-wrapper {
  margin-top: 20px;
}
.lnb-wrapper + #contents, .lnb-wrapper ~ #contents {
  margin-top: 20px;
}
.lnb-wrapper .lnb-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  gap: 8px;
}
.lnb-wrapper .lnb-btns li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 4px);
          flex: 1 1 calc(50% - 4px);
}
.lnb-wrapper .lnb-btns li:nth-child(1n+3):nth-child(2n+1) {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.lnb-wrapper .lnb-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 44px;
  font-size: 16px;
  color: #666;
  border-radius: 10px;
  background: #f3f3f3;
}
.lnb-wrapper .lnb-btn.on {
  color: #fff;
  font-weight: 700;
  background: var(--primary);
}
.lnb-wrapper .lnb-btns li:nth-child(2n) .lnb-btn {
  border-left: 0;
}
.lnb-wrapper .lnb-btns li:nth-child(1n+3) .lnb-btn {
  border-top: 0;
}

.tab-wrapper .tab-content {
  margin-top: 30px;
}

.tab-btns.border-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tab-btns.border-type li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.tab-btns.border-type .tab-item {
  width: 100%;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #666;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.tab-btns.border-type .tab-item.on {
  border: 1px solid var(--primary);
  color: var(--fc-primary);
  font-weight: 700;
}
.tab-btns.line-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DDD;
}
.tab-btns.line-type li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}
.tab-btns.line-type .tab-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 17px;
  font-weight: 500;
}
.tab-btns.line-type .tab-item::after {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #533EBD;
  display: none;
}
.tab-btns.line-type .tab-item.on {
  color: #533EBD;
  font-weight: 700;
}
.tab-btns.line-type .tab-item.on::after {
  display: block;
}
.tab-btns.round-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.tab-btns.round-type li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  text-align: center;
}
.tab-btns.round-type .tab-item {
  width: 100%;
  height: 36px;
  color: #666;
  border-radius: 90px;
  background-color: #F3F3F3;
  font-size: 14px;
  line-height: 1.5;
}
.tab-btns.round-type .tab-item.on {
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
}

.box {
  position: relative;
  background-color: #fff;
  border-radius: 10px;
}
.box.box-border {
  border: 1px solid #e8eaec;
}
.box.pad-24:first-child:has(.title-wrapper) .title-wrapper {
  margin-top: -8px;
}

.iframe-box iframe {
  display: block;
  width: 100%;
  border: 0 none;
  overflow: hidden;
}
.iframe-box iframe.voting-status {
  height: 1460px;
}
.iframe-box iframe.counting-status {
  height: 1865px;
}

.box-contents-wrapper .box-contents .box-content {
  display: none;
}
.box-contents-wrapper .box-contents .box-content.on {
  display: block;
}
.box-contents-wrapper .box-contents .thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  container-name: thumbnail;
  container-type: inline-size;
}
.box-contents-wrapper .box-contents .play-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 22px;
  height: 22px;
  background: url("/special/election2025/resource/image/mobile/ico/play.svg") center/contain no-repeat;
  z-index: 2;
}
.box-contents-wrapper .box-contents .img {
  width: 100%;
  height: 100%;
}
.box-contents-wrapper .box-contents .txt-wrapper {
  margin-top: 8px;
}
.box-contents-wrapper .box-contents .title {
  height: 44px;
  font-size: 14px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.box-contents-wrapper .box-contents .date-writer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #666;
  margin-top: 4px;
}
.box-contents-wrapper .box-contents.common-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px 8px;
  width: 100%;
}
.box-contents-wrapper .box-contents.common-news-list .box-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 4px);
          flex: 0 1 calc(50% - 4px);
}
.box-contents-wrapper .box-contents.common-news-list .date-writer {
  display: none;
}
.box-contents-wrapper .box-contents.pick-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.box-contents-wrapper .box-contents.pick-news-list .box-content {
  display: block;
  width: 100%;
}
.box-contents-wrapper .box-contents.pick-news-list .thumbnail {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box-contents-wrapper .box-contents.pick-news-list .txt-wrapper {
  height: 106px;
  margin-top: 0;
  padding: 16px 20px 0;
  border-radius: 0 0 10px 10px;
  background: var(--primary-2);
}
.box-contents-wrapper .box-contents.pick-news-list .title {
  height: 44px;
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
}
.box-contents-wrapper .box-contents.pick-news-list .date-writer {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.7);
}
.box-contents-wrapper .box-contents.row-type {
  gap: 0;
}
.box-contents-wrapper .box-contents.row-type .box-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}
.box-contents-wrapper .box-contents.row-type .box-content:first-child {
  padding-top: 0;
}
.box-contents-wrapper .box-contents.row-type .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 145px;
          flex: 0 0 145px;
}
.box-contents-wrapper .box-contents.row-type .txt-wrapper {
  margin: 0;
}
.box-contents-wrapper .box-contents.row-type .title {
  font-weight: 500;
}
.box-contents-wrapper .box-contents.head-line {
  gap: 20px;
}
.box-contents-wrapper .box-contents.head-line .main-news-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.box-contents-wrapper .box-contents.head-line .main-news-wrapper .box-content {
  display: block;
}
.box-contents-wrapper .box-contents.head-line .main-news-wrapper .thumbnail {
  border-radius: 10px 10px 0 0;
}
.box-contents-wrapper .box-contents.head-line .main-news-wrapper .txt-wrapper {
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #ddd;
  border-radius: 0 0 10px 10px;
  padding: 16px;
  margin: 0;
}
.box-contents-wrapper .box-contents.head-line .main-news-wrapper .title {
  height: 50px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.box-contents-wrapper .box-contents.head-line .main-news-wrapper .news-text {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 4px;
}
.box-contents-wrapper .box-contents.head-line .box-contents.common-news-list {
  margin-top: 20px;
}

@container thumbnail (min-width: 240px) {
  .box-contents .box-content .thumbnail .play-icon {
    width: 22px;
    height: 22px;
  }
}
@container thumbnail (min-width: 280px) {
  .box-contents .box-content .thumbnail .play-icon {
    width: 28px;
    height: 28px;
  }
}
.nodata-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 360px;
  padding: 40px;
  text-align: center;
  border-radius: 10px;
}
.nodata-wrapper.border {
  border: 1px solid #ddd;
}
.nodata-wrapper .text {
  margin-top: 16px;
}
.nodata-wrapper .text h4 {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.nodata-wrapper .text h4 + p {
  margin-top: 4px;
}
.nodata-wrapper .text p {
  font-size: 14px;
}
.nodata-wrapper .text .keyword {
  font-weight: 700;
  word-break: break-all;
}
.nodata-wrapper .text .keyword::before {
  content: "‘";
}
.nodata-wrapper .text .keyword::after {
  content: "’";
}
.nodata-wrapper .ico {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #F3F3F3;
}
.nodata-wrapper .ico.ico-caution {
  background-image: url("/special/election2025/resource/image/mobile/ico/ico-nodata-caution.png");
}
.nodata-wrapper .ico.ico-search {
  background-image: url("/special/election2025/resource/image/mobile/ico/ico-nodata-search.png");
}

.section.bg-gray .ico-caution,
.section.bg-gray .ico-search {
  background-color: #fff;
}

.append-clone-object {
  display: none;
}

.exitpoll_seat-wrap {
  background-color: #fff;
  padding: 0 24px;
}
.exitpoll_seat-wrap .box-title {
  padding-bottom: 14px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--primary);
}
.exitpoll_seat-wrap .title-wrapper .title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
}

.exit-seat-list-wrap .exit-seat-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.exit-seat-list-wrap .list-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(33.33333% - 5.333px);
          flex: 0 1 calc(33.33333% - 5.333px);
}
.exit-seat-list-wrap .list-box:nth-child(-n+2) {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 4.5px);
          flex: 1 1 calc(50% - 4.5px);
}
.exit-seat-list-wrap .list-box:nth-child(-n+2) .number {
  font-size: 16px;
}
.exit-seat-list-wrap .title {
  min-height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 5px 0;
}
.exit-seat-list-wrap .number {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid #eee;
}

.flex {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.election2025-youtubelive {
  background-color: var(--primary-4);
  overflow: hidden;
  display: none;
}
.election2025-youtubelive.on {
  display: block;
}
.election2025-youtubelive .youtubelive-wrapper {
  position: relative;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 60px;
  background: url("/special/election2025/resource/image/mobile/common/live-bg.png") no-repeat center/cover;
}
.election2025-youtubelive .youtubelive-logo {
  display: block;
  width: 86px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.election2025-youtubelive .youtubelive-desc {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.election2025-youtubelive .youtubelive-title {
  display: none;
  color: #fff;
}
.election2025-youtubelive .slide-item {
  width: 100%;
  color: #fff;
  border: none;
}
.election2025-youtubelive .slide-link {
  display: block;
  height: 22px;
}
.election2025-youtubelive .slide-link .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.election2025-youtubelive .arrows {
  position: absolute;
  right: 20px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.election2025-youtubelive .slick-arrow {
  color: #fff;
}

@-webkit-keyframes liveActionTop {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}

@keyframes liveActionTop {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInSlideUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 340px) {
  .pagination-wrapper .pagination .double-previous-button,
  .pagination-wrapper .pagination .double-next-button,
  .pagination-wrapper .pagination .previous-button,
  .pagination-wrapper .pagination .next-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26px;
            flex: 0 0 26px;
  }
  .pagination-wrapper .pagination .number-buttons .number-button {
    min-width: 26px;
  }
}
@media screen and (max-width: 480px) {
  .election2025-youtubelive .youtubelive-wrapper {
    padding: 8px 20px;
  }
  .election2025-youtubelive .slide-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 44px;
  }
  .election2025-youtubelive .slide-link .title {
    -webkit-line-clamp: 2;
  }
}