#election2025-main .hubo-page .tab-area {
  position: sticky;
  top: 88px;
  z-index: 3;
  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;
  height: 113px;
  padding: 20px;
  background: linear-gradient(93.05deg, #260073 12.81%, #12004f 99.53%);
  -webkit-box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid transparent;
}
#election2025-main .hubo-page .tab-area.fixed {
  border-color: rgba(255, 255, 255, 0.15);
}
#election2025-main .hubo-page .tab-area .tab-btns.hubo-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#election2025-main .hubo-page .tab-area .tab-btns.hubo-type .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 200;
}
#election2025-main .hubo-page .tab-area .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 .tab-area .tab-btns.hubo-type .tab-btn.on {
  font-weight: 700;
}
#election2025-main .hubo-page .tab-area .all-hubo {
  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: 83px;
  height: 29px;
  border-radius: 29px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
#election2025-main .hubo-page .tab-area .all-hubo::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin: 1px -2px 0;
  background: url("/special/election2025/resource/image/mobile/ico/btn-more.svg") center/contain no-repeat;
}
#election2025-main .hubo-page #hubo-hero {
  position: relative;
  z-index: 2;
  margin-top: -113px;
  padding-top: 113px;
  background: linear-gradient(108.85deg, #270075 0%, #09003E 113.84%);
}
#election2025-main .hubo-page #hubo-hero .inner {
  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;
  height: 287px;
}
#election2025-main .hubo-page #hubo-hero .inner::after {
  position: absolute;
  z-index: 2;
  left: 80px;
  bottom: -59px;
  content: "";
  display: block;
  width: 80px;
  height: 160px;
  -webkit-mask: url("/special/election2025/resource/image/mobile/hubo/single-quotation.svg") center/contain no-repeat;
          mask: url("/special/election2025/resource/image/mobile/hubo/single-quotation.svg") center/contain no-repeat;
  -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;
  bottom: 0;
  width: 260px;
  height: 260px;
}
#election2025-main .hubo-page #hubo-hero .huboja-photo img {
  width: 100%;
  height: 100%;
}
#election2025-main .hubo-page #hubo-hero .huboja-info {
  position: absolute;
  bottom: 160px;
  color: #fff;
  font-weight: 700;
}
#election2025-main .hubo-page #hubo-hero .huboja-info .dang {
  font-size: 12px;
}
#election2025-main .hubo-page #hubo-hero .huboja-info .name {
  margin-top: 8px;
  font-size: 40px;
  line-height: 1;
}
#election2025-main .hubo-page #hubo-hero .huboja-info .ch {
  margin-top: 4px;
  font-size: 20px;
}
#election2025-main .hubo-page #hubo-hero .huboja-info .ch::before {
  content: "(";
}
#election2025-main .hubo-page #hubo-hero .huboja-info .ch::after {
  content: ")";
}
#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: 70px;
  padding-bottom: 30px;
}
#election2025-main .hubo-page .profile-area .source {
  font-size: 12px;
  color: #666;
  text-align: right;
  padding-top: 8px;
}
#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: 32px;
  padding: 12px 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 90px;
          flex: 0 0 90px;
  font-weight: 700;
}
#election2025-main .hubo-page .profile-area dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-weight: 400;
}
#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: 12px 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/mobile/ico/sns-homepage.svg");
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-blog {
  background-image: url("/special/election2025/resource/image/mobile/ico/sns-blog.svg");
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-youtube {
  background-image: url("/special/election2025/resource/image/mobile/ico/sns-youtube.svg");
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-x {
  background-image: url("/special/election2025/resource/image/mobile/ico/sns-x.svg");
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-facebook {
  background-image: url("/special/election2025/resource/image/mobile/ico/sns-facebook.svg");
}
#election2025-main .hubo-page .profile-area .sns-wrap .ico.ico-sns-instagram {
  background-image: url("/special/election2025/resource/image/mobile/ico/sns-instagram.svg");
}
#election2025-main .hubo-page .timeline-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-top: 40px;
}
#election2025-main .hubo-page .timeline-area .timeline-wrap {
  position: relative;
}
#election2025-main .hubo-page .timeline-area .timeline-wrap::after {
  position: absolute;
  left: 22px;
  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: 46px;
  height: 46px;
  font-weight: 400;
  color: #fff;
  border-radius: 46px;
  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;
  gap: 12px;
  padding: 12px 0 12px 50px;
}
#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 .time {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
}
#election2025-main .hubo-page .timeline-area .timeline-item .time::before {
  position: absolute;
  left: -33px;
  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;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#election2025-main .hubo-page .timeline-area .timeline-item .txt-wrapper .title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 8px;
  font-weight: 700;
  text-overflow: ellipsis;
  word-break: break-all;
}
#election2025-main .hubo-page .timeline-area .timeline-item .txt-wrapper .news-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 4px;
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-overflow: ellipsis;
  word-break: break-all;
}
#election2025-main .hubo-page .timeline-area .timeline-item .thumbnail {
  position: relative;
  width: 110px;
  aspect-ratio: 16/9;
  border-radius: 5px;
  overflow: hidden;
}
#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/mobile/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: 12px;
}
#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: 40px;
  font-weight: 700;
  border-radius: 40px;
  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/mobile/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] {
  margin-top: 40px;
}
#election2025-main .hubo-page .nodata-wrapper {
  min-height: 250px;
}
#election2025-main .hubo-page .nodata-wrapper .ico {
  background-color: #fff;
}
#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;
}

@media only screen and (min-width: 480px) {
  #election2025-main .hubo-page #hubo-hero .inner::after {
    left: initial;
    right: 280px;
  }
}