#election2025-main .exitpoll-page {
  display: none;
}
#election2025-main .exitpoll-page .hero-candidate-section {
  position: relative;
  background: #09003E;
  overflow: hidden;
  --left-gradient-100: linear-gradient(-297.35deg, #ffffff00 26.42%, var(--jdcolor-100) 112.53%);
  --left-gradient-200: linear-gradient(-297.35deg, #ffffff00 18.38%, var(--jdcolor-200) 142.16%);
  --left-gradient-5070: linear-gradient(-297.35deg, #ffffff00 18.38%, var(--jdcolor-5070) 142.16%);
  --right-gradient-100: linear-gradient(297.35deg, #ffffff00 26.42%, var(--jdcolor-100) 112.53%);
  --right-gradient-200: linear-gradient(297.35deg, #ffffff00 18.38%, var(--jdcolor-200) 142.16%);
  --right-gradient-5070: linear-gradient(297.35deg, #ffffff00 18.38%, var(--jdcolor-5070) 142.16%);
  --left-gradient: linear-gradient(30deg, #ffffff00 47%, var(--jdcolor-9999) 114%);
  --right-gradient: linear-gradient(-30deg, #ffffff00 47%, var(--jdcolor-9999) 114%);
  --left-pyramid-100: linear-gradient(220deg, #ffffff00 20%, var(--jdcolor-100) 64%);
  --left-pyramid-200: linear-gradient(220deg, #ffffff00 20%, var(--jdcolor-200) 64%);
  --left-pyramid-5070: linear-gradient(220deg, #ffffff00 20%, var(--jdcolor-5070) 64%);
  --right-pyramid-100: linear-gradient(-220deg, #ffffff00 20%, var(--jdcolor-100) 64%);
  --right-pyramid-200: linear-gradient(-220deg, #ffffff00 20%, var(--jdcolor-200) 64%);
  --right-pyramid-5070: linear-gradient(-220deg, #ffffff00 20%, var(--jdcolor-5070) 64%);
  --left-pyramid: linear-gradient(220deg, #ffffff00 20%, var(--jdcolor-9999) 64%);
  --right-pyramid: linear-gradient(-220deg, #ffffff00 20%, var(--jdcolor-9999) 64%);
}
#election2025-main .exitpoll-page .hero-candidate-section .inner {
  padding: 30px 0 40px;
  z-index: 2;
}
#election2025-main .exitpoll-page .hero-candidate-section.left-jd-100 {
  --left-gradient: var(--left-gradient-100);
  --left-pyramid: var(--left-pyramid-100);
}
#election2025-main .exitpoll-page .hero-candidate-section.left-jd-200 {
  --left-gradient: var(--left-gradient-200);
  --left-pyramid: var(--left-pyramid-200);
}
#election2025-main .exitpoll-page .hero-candidate-section.left-jd-5070 {
  --left-gradient: var(--left-gradient-5070);
  --left-pyramid: var(--left-pyramid-5070);
}
#election2025-main .exitpoll-page .hero-candidate-section.right-jd-100 {
  --right-gradient: var(--right-gradient-100);
  --right-pyramid: var(--right-pyramid-100);
}
#election2025-main .exitpoll-page .hero-candidate-section.right-jd-200 {
  --right-gradient: var(--right-gradient-200);
  --right-pyramid: var(--right-pyramid-200) ;
}
#election2025-main .exitpoll-page .hero-candidate-section.right-jd-5070 {
  --right-gradient: var(--right-gradient-5070);
  --right-pyramid: var(--right-pyramid-5070);
}
#election2025-main .exitpoll-page .left-gradient-bg {
  position: absolute;
  z-index: 1;
  right: 50%;
  top: 0;
  width: 50%;
  height: 259px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: var(--left-gradient);
}
#election2025-main .exitpoll-page .left-gradient-bg::after {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#09003E));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #09003E 100%);
}
#election2025-main .exitpoll-page .right-gradient-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 50%;
  height: 259px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: var(--right-gradient);
}
#election2025-main .exitpoll-page .right-gradient-bg::after {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#09003E));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #09003E 100%);
}
#election2025-main .exitpoll-page .hero-title-wrapper {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
}
#election2025-main .exitpoll-page .hero-title-wrapper .hero-logo {
  width: 136px;
  height: 59px;
  background: url("/special/election2025/resource/image/mobile/sub/exitpoll-title.png") center/contain no-repeat;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8px auto 0;
  max-width: 600px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item .pyramid-bg {
  position: absolute;
  z-index: 2;
  top: 10px;
  width: 109px;
  height: 161px;
  opacity: 0.7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item .pyramid-bg::after {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  display: block;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#09003E));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #09003E 100%);
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.left-item .pyramid-bg {
  right: 0;
  background: var(--left-pyramid);
  -webkit-mask: linear-gradient(124deg, rgba(255, 255, 255, 0) 51.6%, #fff 52%);
          mask: linear-gradient(124deg, rgba(255, 255, 255, 0) 51.6%, #fff 52%);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.left-item .candidate-photo {
  left: 0;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.left-item .txt-wrapper {
  padding-right: 33px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.left-item .rate-area * {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(var(--left-jd-color)));
  background: linear-gradient(180deg, #fff 0%, var(--left-jd-color) 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.left-item .badge-lead {
  left: 12px;
  top: 0;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.right-item .pyramid-bg {
  left: 0;
  background: var(--right-pyramid);
  -webkit-mask: linear-gradient(-124deg, rgba(255, 255, 255, 0) 51.6%, #fff 52%);
          mask: linear-gradient(-124deg, rgba(255, 255, 255, 0) 51.6%, #fff 52%);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.right-item .candidate-photo {
  right: 0;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.right-item .txt-wrapper {
  padding-left: 33px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.right-item .rate-area * {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(var(--right-jd-color)));
  background: linear-gradient(-180deg, #fff 0%, var(--right-jd-color) 100%);
  -webkit-background-clip: text;
          background-clip: text;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.right-item .badge-lead {
  right: 12px;
  top: 0;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-photo {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 170px;
  height: 170px;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgb(0, 0, 0)), color-stop(96%, transparent));
  -webkit-mask-image: linear-gradient(rgb(0, 0, 0) 70%, transparent 96%);
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgb(0, 0, 0)), color-stop(96%, transparent));
          mask-image: linear-gradient(rgb(0, 0, 0) 70%, transparent 96%);
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-photo img {
  width: 100%;
  height: 100%;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper {
  position: relative;
  z-index: 3;
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding-top: 142px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .jdname {
  font-size: 14px;
  line-height: 1.5;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .name {
  font-size: 24px;
  line-height: 1;
  margin-top: 4px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .rate-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  font-family: "pretendard";
  color: #fff;
  font-weight: 600;
  word-break: keep-all;
  margin-top: 10px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .rate,
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .rate .odometer-value,
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .rate .odometer-formatting-mark {
  font-family: "pretendard";
  font-size: 44px;
  line-height: 44px;
  letter-spacing: -1px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .rate .odometer-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .rate .odometer-inside {
  height: 44px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .per {
  font-size: 20px;
  line-height: 1.2;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .verse {
  position: absolute;
  left: 50%;
  bottom: 144px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 36px;
  font-weight: 200;
  line-height: 1;
  color: rgba(255, 255, 255, 0.6);
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .badge-kyunghap {
  position: absolute;
  left: 50%;
  bottom: 6px;
  z-index: 4;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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: 70px;
  height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #222;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  background: linear-gradient(141.01deg, #FFFFFF 7.33%, #FEFE4E 17.68%);
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .badge-lead {
  position: absolute;
  z-index: 4;
  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;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-weight: 700;
  line-height: 1.1;
  color: #270075;
  background: url("/special/election2025/resource/image/mobile/ico/badge-lead.svg") center/contain no-repeat;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.5);
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .badge-lead span {
  font-size: 13px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .badge-lead strong {
  font-size: 16px;
  font-weight: 700;
}
#election2025-main .exitpoll-page .hero-candidate-section .hero-candidate-wrapper,
#election2025-main .exitpoll-page .hero-candidate-section .left-gradient-bg,
#election2025-main .exitpoll-page .hero-candidate-section .right-gradient-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .hero-candidate-wrapper,
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .left-gradient-bg,
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .right-gradient-bg {
  opacity: 1;
}

#election2025-main .exitpoll-page .hubolist-section {
  background: #09003E;
  margin: 0;
  margin-top: -10px;
  padding-top: 10px;
}
#election2025-main .exitpoll-page .hubolist-section .inner {
  padding-top: 10px;
  padding-bottom: 30px;
}
#election2025-main .exitpoll-page .hubolist-wrapper {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px calc((100% - 198px) / 3);
  max-width: 600px;
  margin: 0 auto;
}
#election2025-main .exitpoll-page .hubolist-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
}
#election2025-main .exitpoll-page .hubolist-item .hubolist-thumb {
  width: 66px;
  height: 66px;
  border-radius: 66px;
  overflow: hidden;
  margin: 0 auto;
}
#election2025-main .exitpoll-page .hubolist-item .txt-wrapper {
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
#election2025-main .exitpoll-page .hubolist-item .jdname {
  font-size: 12px;
}
#election2025-main .exitpoll-page .hubolist-item .name {
  font-size: 14px;
  font-weight: 700;
}
#election2025-main .exitpoll-page .hubolist-item .rate-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  margin-top: 4px;
  text-align: center;
  letter-spacing: -0.02rem;
}
#election2025-main .exitpoll-page .hubolist-item .rate {
  font-size: 24px;
  font-weight: 700;
}
#election2025-main .exitpoll-page .hubolist-item .per {
  font-size: 14px;
  line-height: 1.8;
}

#election2025-main .exitpoll-page .exitpoll-contents {
  margin: 30px 0;
}
#election2025-main .exitpoll-page .exitpoll-contents .section + .section,
#election2025-main .exitpoll-page .exitpoll-contents .section ~ .section {
  margin: 30px 0;
}

#election2025-main .overview-wrapper .overview {
  margin-top: 20px;
}
#election2025-main .overview-wrapper .overview-item + .overview-item {
  margin-top: 20px;
}
#election2025-main .overview-wrapper .overview-item {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
  font-size: 16px;
  line-height: 1.4;
}
#election2025-main .overview-wrapper .overview-item dt {
  font-weight: 700;
}
#election2025-main .overview-wrapper .overview-item dd {
  color: #666;
  word-break: keep-all;
}
#election2025-main .overview-wrapper .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2px;
  font-size: 14px;
  color: #666;
  margin: 24px 0 0;
  padding: 14px 0 0;
  border-top: 1px solid #eee;
}
#election2025-main .overview-wrapper .notice::before {
  content: "*";
  display: block;
  margin-right: 2px;
}

@media (max-width: 320px) {
  #election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item .pyramid-bg {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}