#election2025-main .exitpoll-page {
  display: none;
  border-top: 1px solid #2E265B;
}
#election2025-main .exitpoll-page .hero-candidate-section {
  position: relative;
  background: #09003E;
  overflow: hidden;
  --left-gradient-100: linear-gradient(-321.21deg, #ffffff00 46.8%, var(--jdcolor-100) 114.66%);
  --left-gradient-200: linear-gradient(-321.21deg, #ffffff00 32.71%, var(--jdcolor-200) 154.86%);
  --left-gradient-5070: linear-gradient(-321.21deg, #ffffff00 32.71%, var(--jdcolor-5070) 154.86%);
  --right-gradient-100: linear-gradient(321.21deg, #ffffff00 46.8%, var(--jdcolor-100) 114.66%);
  --right-gradient-200: linear-gradient(321.21deg, #ffffff00 32.71%, var(--jdcolor-200) 154.86%);
  --right-gradient-5070: linear-gradient(321.21deg, #ffffff00 32.71%, var(--jdcolor-5070) 154.86%);
  --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(234.14deg, #ffffff00 20%, var(--jdcolor-100) 80%);
  --left-pyramid-200: linear-gradient(234.14deg, #ffffff00 23%, var(--jdcolor-200) 90%);
  --left-pyramid-5070: linear-gradient(234.14deg, #ffffff00 23%, var(--jdcolor-5070) 90%);
  --right-pyramid-100: linear-gradient(-234.42deg, #ffffff00 20%, var(--jdcolor-100) 70%);
  --right-pyramid-200: linear-gradient(-234.42deg, #ffffff00 23%, var(--jdcolor-200) 90%);
  --right-pyramid-5070: linear-gradient(-234.42deg, #ffffff00 23%, var(--jdcolor-5070) 90%);
  --left-pyramid: linear-gradient(234.14deg, #ffffff00 20%, var(--jdcolor-9999) 70%);
  --right-pyramid: linear-gradient(-234.14deg, #ffffff00 20%, var(--jdcolor-9999) 70%);
}
#election2025-main .exitpoll-page .hero-candidate-section .inner {
  padding: 60px 0 0;
  z-index: 2;
}
#election2025-main .exitpoll-page .hero-candidate-section::after {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#09003E));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #09003E 100%);
}
#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: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: var(--left-gradient);
}
#election2025-main .exitpoll-page .right-gradient-bg {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: var(--right-gradient);
}
#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: 272px;
  height: 118px;
  background: url("/special/election2025/resource/image/pc/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-top: 20px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 400px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item .pyramid-bg {
  position: absolute;
  z-index: 2;
  bottom: 0;
  width: 336px;
  height: 400px;
  opacity: 0.8;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.left-item .pyramid-bg {
  right: 0;
  background: var(--left-pyramid);
  -webkit-mask: linear-gradient(130deg, rgba(255, 255, 255, 0) 49.6%, #fff 50%);
          mask: linear-gradient(130deg, rgba(255, 255, 255, 0) 49.6%, #fff 50%);
}
#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 {
  right: 0;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-item.right-item .pyramid-bg {
  left: 0;
  background: var(--right-pyramid);
  -webkit-mask: linear-gradient(-130deg, rgba(255, 255, 255, 0) 49.6%, #fff 50%);
          mask: linear-gradient(-130deg, rgba(255, 255, 255, 0) 49.6%, #fff 50%);
}
#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 {
  left: 0;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-photo {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 400px;
  height: 400px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .candidate-photo img {
  width: 100%;
  height: 100%;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper {
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 460px;
  height: 100%;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #fff;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.02rem;
  padding-bottom: 42px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .jdname {
  margin-top: 4px;
  font-size: 20px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .name {
  font-size: 54px;
  line-height: 1;
  margin-top: 10px;
}
#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: 17px;
}
#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: 106px;
  line-height: 106px;
  letter-spacing: -0.3rem;
  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-digit {
  margin: 0 -1px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .txt-wrapper .per {
  font-size: 44px;
  line-height: 1.7;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .verse {
  position: absolute;
  left: 50%;
  bottom: 176px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 62px;
  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: 76px;
  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: 140px;
  height: 58px;
  font-size: 30px;
  font-weight: 700;
  color: #222;
  text-shadow: 0 2px 2px rgba(255, 255, 255, 0.5);
  border-radius: 58px;
  background: linear-gradient(141.01deg, #FFFFFF 7.33%, #FEFE4E 17.68%);
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .badge-lead {
  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: 56px;
  height: 56px;
  border-radius: 56px;
  font-weight: 700;
  line-height: 1.1;
  color: #270075;
  background: url("/special/election2025/resource/image/pc/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: 14px;
}
#election2025-main .exitpoll-page .hero-candidate-wrapper .badge-lead strong {
  font-size: 18px;
}
#election2025-main .exitpoll-page .hero-candidate-section .left-gradient-bg,
#election2025-main .exitpoll-page .hero-candidate-section .right-gradient-bg {
  opacity: 0;
}
#election2025-main .exitpoll-page .hero-candidate-section .hero-candidate-wrapper .candidate-item,
#election2025-main .exitpoll-page .hero-candidate-section .hero-candidate-wrapper .candidate-item .candidate-photo,
#election2025-main .exitpoll-page .hero-candidate-section .hero-candidate-wrapper .candidate-item .txt-wrapper,
#election2025-main .exitpoll-page .hero-candidate-section .hero-candidate-wrapper .verse,
#election2025-main .exitpoll-page .hero-candidate-section .hero-candidate-wrapper .badge-kyunghap,
#election2025-main .exitpoll-page .hero-candidate-section .hero-candidate-wrapper .badge-lead {
  opacity: 0;
}
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .left-gradient-bg,
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .right-gradient-bg {
  -webkit-animation: fadeIn 1s forwards;
          animation: fadeIn 1s forwards;
}
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .hero-candidate-wrapper .candidate-item {
  -webkit-animation: fadeIn 0.3s forwards;
          animation: fadeIn 0.3s forwards;
}
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .hero-candidate-wrapper .candidate-item.left-item .candidate-photo {
  -webkit-animation: fadeInLeft 1s forwards;
          animation: fadeInLeft 1s forwards;
}
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .hero-candidate-wrapper .candidate-item.left-item .txt-wrapper {
  -webkit-animation: fadeIn 1s forwards 0.5s;
          animation: fadeIn 1s forwards 0.5s;
}
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .hero-candidate-wrapper .candidate-item.right-item .candidate-photo {
  -webkit-animation: fadeInRight 1s forwards;
          animation: fadeInRight 1s forwards;
}
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .hero-candidate-wrapper .candidate-item.right-item .txt-wrapper {
  -webkit-animation: fadeIn 1s forwards 0.5s;
          animation: fadeIn 1s forwards 0.5s;
}
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .hero-candidate-wrapper .verse {
  -webkit-animation: fadeIn 1s forwards 0.6s;
          animation: fadeIn 1s forwards 0.6s;
}
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .hero-candidate-wrapper .badge-kyunghap {
  -webkit-animation: fadeIn 1s forwards 1s;
          animation: fadeIn 1s forwards 1s;
}
#election2025-main .exitpoll-page .hero-candidate-section.is-complete .hero-candidate-wrapper .badge-lead {
  -webkit-animation: fadeIn 1s forwards 1s;
          animation: fadeIn 1s forwards 1s;
}

#election2025-main .exitpoll-page .hubolist-section {
  background: #09003E;
  margin: 0;
  padding: 60px 0 80px;
}
#election2025-main .exitpoll-page .hubolist-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 120px;
}
#election2025-main .exitpoll-page .hubolist-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
#election2025-main .exitpoll-page .hubolist-item .hubolist-thumb {
  width: 110px;
  height: 110px;
  border-radius: 110px;
  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: 14px;
}
#election2025-main .exitpoll-page .hubolist-item .name {
  font-size: 20px;
  font-weight: 700;
  margin-top: 2px;
}
#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;
  text-align: center;
  letter-spacing: -0.02rem;
  margin-top: 8px;
}
#election2025-main .exitpoll-page .hubolist-item .rate {
  font-size: 30px;
  font-weight: 700;
}
#election2025-main .exitpoll-page .hubolist-item .per {
  font-size: 16px;
  line-height: 1.7;
}

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

#election2025-main .exitpoll-page .overview-wrapper {
  padding: 60px;
  background: #F8F8F8;
}
#election2025-main .exitpoll-page .overview-wrapper .overview {
  margin-top: 30px;
}
#election2025-main .exitpoll-page .overview-wrapper .overview-item + .overview-item {
  margin-top: 6px;
}
#election2025-main .exitpoll-page .overview-wrapper .overview-item {
  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;
  line-height: 1.4;
}
#election2025-main .exitpoll-page .overview-wrapper .overview-item dt, #election2025-main .exitpoll-page .overview-wrapper .overview-item dd {
  padding: 9px 0;
}
#election2025-main .exitpoll-page .overview-wrapper .overview-item dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  font-weight: 700;
}
#election2025-main .exitpoll-page .overview-wrapper .overview-item dd {
  color: #666;
  line-height: 24px;
}
#election2025-main .exitpoll-page .overview-wrapper .overview-item dd * {
  color: inherit;
  font-size: inherit;
}
#election2025-main .exitpoll-page .overview-wrapper .notice {
  color: #666;
  padding: 14px 0 0;
  margin: 24px 0 0;
  border-top: 1px solid #eee;
}

@media (max-width: 1200px) {
  #election2025-main .exitpoll-page .hero-candidate-section::after {
    bottom: 58px;
  }
  #election2025-main .exitpoll-page .hero-candidate-section .inner {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  #election2025-main .exitpoll-page .hero-candidate-section .right-gradient-bg,
  #election2025-main .exitpoll-page .hero-candidate-section .left-gradient-bg {
    height: 528px;
  }
  #election2025-main .exitpoll-page .hero-candidate-section .hero-candidate-wrapper .candidate-item.left-item .candidate-photo {
    left: -120px;
  }
  #election2025-main .exitpoll-page .hero-candidate-section .hero-candidate-wrapper .candidate-item.right-item .candidate-photo {
    right: -120px;
  }
}