#election2025-main .hubo-page .hubo-news-wrapper {
  min-height: calc(var(--vh) - 186px - 501px);
}

.has-youtubelive #election2025-main .hubo-page .hubo-news-wrapper {
  min-height: calc(var(--vh) - 186px - 164px - 501px);
}

#election2025-main .hubo-page #hubo-hero {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(93.05deg, var(--primary) 12.81%, var(--primary-4) 99.53%);
}
#election2025-main .hubo-page #hubo-hero .inner {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
  padding: 80px 500px 0 0;
}
#election2025-main .hubo-page #hubo-hero .inner::after {
  position: absolute;
  left: 40%;
  bottom: -133px;
  content: "";
  display: block;
  width: 180px;
  height: 360px;
  -webkit-mask: url("/special/election2025/resource/image/pc/hubo/single-quotation.svg") center/contain no-repeat;
          mask: url("/special/election2025/resource/image/pc/hubo/single-quotation.svg") center/contain no-repeat;
  z-index: 2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: none;
}
#election2025-main .hubo-page #hubo-hero[data-dang="100"] .inner::after {
  background-color: var(--jdcolor-100);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--jdcolor-100-bg)), to(var(--jdcolor-100)));
  background: linear-gradient(180deg, var(--jdcolor-100-bg) 0%, var(--jdcolor-100) 100%);
}
#election2025-main .hubo-page #hubo-hero[data-dang="200"] .inner::after {
  background-color: var(--jdcolor-200);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--jdcolor-200-bg)), to(var(--jdcolor-200)));
  background: linear-gradient(180deg, var(--jdcolor-200-bg) 0%, var(--jdcolor-200) 100%);
}
#election2025-main .hubo-page #hubo-hero[data-dang="5070"] .inner::after {
  background-color: var(--jdcolor-5070);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--jdcolor-5070-bg)), to(var(--jdcolor-5070)));
  background: linear-gradient(180deg, var(--jdcolor-5070-bg) 0%, var(--jdcolor-5070) 100%);
}
#election2025-main .hubo-page #hubo-hero[data-dang="730"] .inner::after {
  background-color: var(--jdcolor-730);
  background: -webkit-gradient(linear, left top, left bottom, from(var(--jdcolor-730-bg)), to(var(--jdcolor-730)));
  background: linear-gradient(180deg, var(--jdcolor-730-bg) 0%, var(--jdcolor-730) 100%);
}
#election2025-main .hubo-page #hubo-hero .huboja-photo {
  position: absolute;
  right: 0;
  top: 0;
  width: 500px;
  height: 500px;
}
#election2025-main .hubo-page #hubo-hero .huboja-photo img {
  width: 100%;
  height: 100%;
}
#election2025-main .hubo-page #hubo-hero .huboja-info {
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
#election2025-main .hubo-page #hubo-hero .huboja-info .dang {
  font-size: 24px;
}
#election2025-main .hubo-page #hubo-hero .huboja-info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 14px;
}
#election2025-main .hubo-page #hubo-hero .huboja-info .info .name {
  font-size: 80px;
}
#election2025-main .hubo-page #hubo-hero .huboja-info .info .ch {
  font-size: 40px;
  padding-bottom: 4px;
}
#election2025-main .hubo-page #hubo-hero .huboja-info .info .ch::before {
  content: "(";
}
#election2025-main .hubo-page #hubo-hero .huboja-info .info .ch::after {
  content: ")";
}
#election2025-main .hubo-page #hubo-hero .tab-area {
  position: relative;
  z-index: 2;
  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;
  min-width: 720px;
}
#election2025-main .hubo-page #hubo-hero .tab-btns.hubo-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
#election2025-main .hubo-page #hubo-hero .tab-btns.hubo-type .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  white-space: nowrap;
}
#election2025-main .hubo-page #hubo-hero .tab-btns.hubo-type .tab-btn .photo {
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#election2025-main .hubo-page #hubo-hero .tab-btns.hubo-type .tab-btn.on {
  font-weight: 700;
}
#election2025-main .hubo-page #hubo-hero .btn.all-hubo {
  width: 120px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  border-radius: 44px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  white-space: nowrap;
}
#election2025-main .hubo-page #hubo-hero .btn.all-hubo::after {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/special/election2025/resource/image/pc/ico/ico-arrow.svg") center/contain no-repeat;
}
#election2025-main .hubo-page .hubo-news-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFF), to(#E3E0EA));
  background: linear-gradient(180deg, #FAFAFF 0%, #E3E0EA 100%);
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}
#election2025-main .hubo-page .hubo-news-wrapper .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 80px;
}
#election2025-main .hubo-page .timeline-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#election2025-main .hubo-page .timeline-area .timeline-wrap {
  position: relative;
}
#election2025-main .hubo-page .timeline-area .timeline-wrap::after {
  position: absolute;
  left: 30px;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--primary-1);
}
#election2025-main .hubo-page .timeline-area .timeline-wrap .dday {
  position: relative;
  z-index: 2;
  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: 61px;
  height: 61px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 61px;
  background: var(--primary);
}
#election2025-main .hubo-page .timeline-area .timeline-item .timeline-link {
  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: 20px;
  padding: 28px 0 28px 73px;
}
#election2025-main .hubo-page .timeline-area .timeline-item .timeline-link:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#election2025-main .hubo-page .timeline-area .timeline-item .timeline-link:hover .txt-wrapper .title {
  text-decoration: underline;
}
#election2025-main .hubo-page .timeline-area .timeline-item .time {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
#election2025-main .hubo-page .timeline-area .timeline-item .time::before {
  position: absolute;
  left: -48px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 11px;
  background: var(--primary);
}
#election2025-main .hubo-page .timeline-area .timeline-item .txt-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#election2025-main .hubo-page .timeline-area .timeline-item .txt-wrapper .title {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
#election2025-main .hubo-page .timeline-area .timeline-item .txt-wrapper .news-text {
  font-size: 16px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  margin-top: 8px;
}
#election2025-main .hubo-page .timeline-area .timeline-item .thumbnail {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
  aspect-ratio: 16/9;
  border-radius: 5px;
  overflow: hidden;
  margin-left: 4px;
}
#election2025-main .hubo-page .timeline-area .timeline-item .thumbnail::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.05);
}
#election2025-main .hubo-page .timeline-area .timeline-item .thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
#election2025-main .hubo-page .timeline-area .timeline-item .thumbnail .play-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 22px;
  height: 22px;
  background: url("/special/election2025/resource/image/pc/ico/play.svg") center/contain no-repeat;
}
#election2025-main .hubo-page .timeline-area .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
#election2025-main .hubo-page .timeline-area .btn-wrapper .btn-more-newslist {
  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: 4px;
  width: 106px;
  height: 44px;
  font-weight: 700;
  border-radius: 44px;
  border: 1px solid #222;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
#election2025-main .hubo-page .timeline-area .btn-wrapper .btn-more-newslist::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/special/election2025/resource/image/pc/ico/more-news-20.svg") center/contain no-repeat;
}
#election2025-main .hubo-page .timeline-area .btn-wrapper .btn-more-newslist:disabled {
  opacity: 0.2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#election2025-main .hubo-page [data-show=noData] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 88px;
}
#election2025-main .hubo-page .nodata-wrapper {
  min-height: 480px;
}
#election2025-main .hubo-page .nodata-wrapper .ico {
  background-color: #fff;
}
#election2025-main .hubo-page .profile-area {
  position: sticky;
  top: 20px;
  padding-top: 88px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}
#election2025-main .hubo-page .profile-area .source {
  font-size: 14px;
  color: #666;
  text-align: right;
  padding-top: 12px;
}
#election2025-main .hubo-page .profile-area dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px;
  font-size: 18px;
  padding: 16px 0;
}
#election2025-main .hubo-page .profile-area dl + dl {
  border-top: 1px solid #ddd;
}
#election2025-main .hubo-page .profile-area dl:last-of-type {
  border-bottom: 1px solid #ddd;
}
#election2025-main .hubo-page .profile-area dl dt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 98px;
          flex: 0 0 98px;
  font-weight: 700;
}
#election2025-main .hubo-page .profile-area dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#election2025-main .hubo-page .profile-area dl dd p + p {
  margin-top: 8px;
}
#election2025-main .hubo-page .profile-area dl .sm {
  display: block;
  font-size: 14px;
  font-weight: 400;
}
#election2025-main .hubo-page .profile-area .sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-homepage {
  background-image: url("/special/election2025/resource/image/pc/ico/sns-homepage.svg");
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-blog {
  background-image: url("/special/election2025/resource/image/pc/ico/sns-blog.svg");
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-youtube {
  background-image: url("/special/election2025/resource/image/pc/ico/sns-youtube.svg");
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-x {
  background-image: url("/special/election2025/resource/image/pc/ico/sns-x.svg");
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-facebook {
  background-image: url("/special/election2025/resource/image/pc/ico/sns-facebook.svg");
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-instagram {
  background-image: url("/special/election2025/resource/image/pc/ico/sns-instagram.svg");
}
#election2025-main .hubo-page .huboja-photo,
#election2025-main .hubo-page .huboja-info,
#election2025-main .hubo-page .profile-area,
#election2025-main .hubo-page .timeline-area .btn-wrapper {
  opacity: 0;
}
#election2025-main .hubo-page.changed-end .huboja-photo, #election2025-main .hubo-page.changed-end .huboja-info, #election2025-main .hubo-page.changed-end .profile-area, #election2025-main .hubo-page.changed-end .timeline-area .btn-wrapper {
  -webkit-animation: fadeIn 0.5s forwards;
          animation: fadeIn 0.5s forwards;
}
#election2025-main .hubo-page.changed-end .timeline-area .timeline-item {
  -webkit-animation: slideUp 0.5s forwards;
          animation: slideUp 0.5s forwards;
}