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

#election2025-main {
  min-height: calc(var(--vh) - 186px);
}

.has-youtubelive #election2025-main {
  min-height: calc(var(--vh) - 180px - 164px);
}

.inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

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

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

.gap30 {
  gap: 30px;
}

.mt12 {
  margin-top: 12px;
}

.mt16 {
  margin-top: 16px;
}

.mt20 {
  margin-top: 20px;
}

.mt24 {
  margin-top: 24px;
}

.mt30 {
  margin-top: 30px;
}

.mt32 {
  margin-top: 32px;
}

.mt36 {
  margin-top: 36px;
}

.mb12 {
  margin-bottom: 12px;
}

.pad-24 {
  padding: 24px;
}

.pad-16-0 {
  padding: 16px 0;
}

.pad-24-0 {
  padding: 24px 0;
}

.pad-32-0 {
  padding: 32px 0;
}

.pad-0-24 {
  padding: 0 24px;
}

.section + .section,
.section + script + .section,
.tab-wrapper + .section,
.section + .tab-wrapper,
.tab-wrapper .tab-content {
  margin: 60px 0;
}

.section:last-child {
  margin-bottom: 0;
}
.section.mt0 {
  margin-top: 0;
}
.section.bg-gray {
  background: #F3F3F3;
  padding: 60px 0;
}

.fc-70b {
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
}

.fc-40b {
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}

.fc-24b {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
}

.fc-20b {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.fc-18b {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}

.fc-18r {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.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;
  min-height: 38px;
}
.title-wrapper + .common-news-list, .title-wrapper + .pick-news-list {
  margin-top: 24px;
}
.title-wrapper + .char-area {
  margin-top: 20px;
}
.title-wrapper.border-b {
  padding-bottom: 11px;
  border-bottom: 1px solid #666;
}
.title-wrapper .title-area {
  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.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: 30px;
  font-weight: 700;
}
.title-wrapper .title-area .title-m {
  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-m: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-m .small, .title-wrapper .title-area .title-s .small {
  font-size: 16px;
  font-weight: 400;
}
.title-wrapper .title-area .election-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 4px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
.title-wrapper .title-area .election-title .img {
  width: auto;
  height: 40px;
}
.title-wrapper .title-area .desc {
  font-size: 14px;
  font-weight: 400;
  padding-left: 8px;
}

.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/pc/ico/tooltip.svg") center/contain no-repeat;
}
.tooltip-wrapper .tooltip {
  position: absolute;
  left: 31px;
  top: 50%;
  width: 245px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-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: -6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 7px;
  height: 12px;
  background: url("/special/election2025/resource/image/pc/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/pc/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/pc/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: 1280px;
  margin: 32px auto 0;
  overflow: hidden;
}
.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;
  gap: 8px;
  height: 72px;
}
.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 40px;
          flex: 0 0 40px;
  height: 40px;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.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.6;
  cursor: default;
}
.pagination-wrapper .pagination .double-previous-button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("/special/election2025/resource/image/pc/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/pc/ico/page-arrow.svg");
}
.pagination-wrapper .pagination .double-next-button::after {
  background-image: url("/special/election2025/resource/image/pc/ico/page-arrow-double.svg");
}
.pagination-wrapper .pagination .next-button::after {
  background-image: url("/special/election2025/resource/image/pc/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;
  justify-tracks: center;
  gap: 8px;
  margin: 0 12px;
}
.pagination-wrapper .pagination .number-buttons .number-button {
  min-width: 40px;
  height: 40px;
  font-size: 16px;
  padding: 0 4px;
  border-radius: 2px;
  border: 1px solid #ddd;
}
.pagination-wrapper .pagination .number-buttons .number-button:hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
}
.pagination-wrapper .pagination .number-buttons .number-button.on {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  font-weight: 700;
}

.lnb-wrapper {
  margin: 60px auto 0;
}
.lnb-wrapper + #contents, .lnb-wrapper ~ #contents {
  margin-top: 40px;
}
.lnb-wrapper .lnb-btns {
  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: 8px;
}
.lnb-wrapper .lnb-btns li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 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: 60px;
  font-size: 16px;
  color: #666;
  border-radius: 10px;
  background: #f3f3f3;
}
.lnb-wrapper .lnb-btn.on {
  color: #fff;
  font-weight: 700;
  background: var(--primary);
}

.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 .tab-item {
  min-width: 130px;
  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;
  padding: 0 20px;
  border-radius: 6px;
  border: 1px solid #ccc;
  background: #fff;
}
.tab-btns.border-type .tab-item:hover {
  border: 1px solid var(--primary);
  color: var(--fc-primary);
  font-weight: 700;
}
.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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
  border-bottom: 1px solid #DDD;
}
.tab-btns.line-type .tab-item {
  position: relative;
  height: 54px;
  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: 20px;
  font-weight: 500;
}
.tab-btns.line-type .tab-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  right: 0;
  height: 0;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}
.tab-btns.line-type .tab-item.on {
  color: #533EBD;
  font-weight: 700;
}
.tab-btns.line-type .tab-item.on::after {
  height: 3px;
  background-color: #533EBD;
}
.tab-btns.round-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.tab-btns.round-type .tab-item {
  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: 40px;
  color: #666;
  white-space: nowrap;
  padding: 0 18px;
  border-radius: 24px;
  background-color: #f3f3f3;
}
.tab-btns.round-type .tab-item.on {
  color: #fff;
  font-weight: 700;
  border-color: var(--primary);
  background: var(--primary);
}
.tab-btns.round-type#tab-major {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab-btns.round-type#tab-major li {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60px;
          flex: 0 1 60px;
}
.tab-btns.round-type#tab-major .tab-item {
  padding: 0 26px;
}

.box {
  position: relative;
  border-radius: 10px;
}
.box.box-border {
  border: 1px solid #ddd;
}
.box.radius4 {
  border-radius: 4px;
  overflow: hidden;
}
.box.pad-24 {
  padding: 24px;
}
.box.pad-30 {
  padding: 30px;
}
.box.pad-30 {
  padding: 30px;
}
.box.pad-30:first-child:has(.title-wrapper) .title-wrapper {
  margin-top: -8px;
}
.box.pad-32 {
  padding: 32px;
}
.box.pad-60 {
  padding: 60px;
}
.box.box-border-ani {
  position: relative;
  background: transparent;
}
.box.box-border-ani::after {
  content: "";
  position: absolute;
  inset: 0;
  outline: 1px solid #e8eaec;
  border: 4px solid #fff;
  border-radius: 10px;
  background-origin: border-box;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, color-stop(33%, #fed2ea), color-stop(66%, #cbebff), to(#7ef1ff));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #fed2ea 33%, #cbebff 66%, #7ef1ff 100%);
  background-clip: content-box, border-box;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.box.box-border-ani:hover::after {
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
  -webkit-animation: boxBorderAni 0.3s 1 forwards ease;
          animation: boxBorderAni 0.3s 1 forwards ease;
}

.iframe-box {
  width: 100%;
  margin: 0 auto;
}
.iframe-box iframe {
  display: block;
  width: 100%;
  margin: 0 auto;
  border: 0 none;
  overflow: hidden;
}
.iframe-box iframe.voting-status {
  height: 1760px;
}
.iframe-box iframe.counting-status {
  height: 1420px;
}

.box-contents .box-content {
  display: none;
}
.box-contents .box-content.on {
  display: block;
}
.box-contents .box-content .thumbnail {
  position: relative;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
  container-name: thumbnail;
  container-type: inline-size;
}
.box-contents .box-content .thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.box-contents .box-content .thumbnail .play-icon {
  position: absolute;
  right: 8px;
  bottom: 8px;
  display: block;
  width: 28px;
  height: 28px;
  background: url("/special/election2025/resource/image/pc/ico/play.svg") center/contain no-repeat;
}
.box-contents .box-content:hover .thumbnail img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.box-contents .box-content:hover .txt-wrapper .title {
  text-decoration: underline;
}
.box-contents .box-content .txt-wrapper {
  margin-top: 12px;
}
.box-contents .box-content .txt-wrapper .title {
  height: 44px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box-contents .box-content .txt-wrapper .date-writer {
  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;
  gap: 4px;
  font-size: 14px;
  color: #999;
  line-height: 1.5;
  margin-top: 12px;
}
.box-contents.common-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
}
.box-contents.common-news-list .box-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
}
.box-contents.pick-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 20px;
}
.box-contents.pick-news-list .box-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 15px);
          flex: 0 0 calc(25% - 15px);
}
.box-contents.pick-news-list .box-content .thumbnail {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.box-contents.pick-news-list .box-content .txt-wrapper {
  height: 145px;
  margin-top: 0;
  padding: 24px 24px 0;
  border-radius: 0 0 10px 10px;
  background: var(--primary-2);
}
.box-contents.pick-news-list .box-content .txt-wrapper .title {
  height: 50px;
  color: #fff;
  font-size: 18px;
}
.box-contents.pick-news-list .box-content .txt-wrapper .date-writer {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.box-contents.head-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
.box-contents.head-line .main-news-wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 664px;
          flex: 0 0 664px;
}
.box-contents.head-line .main-news-wrapper .box-content .thumbnail {
  border-radius: 10px;
}
.box-contents.head-line .main-news-wrapper .box-content .txt-wrapper {
  margin-top: 26px;
}
.box-contents.head-line .main-news-wrapper .box-content .txt-wrapper .title {
  height: 56px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
}
.box-contents.head-line .main-news-wrapper .box-content .txt-wrapper .news-text {
  height: 44px;
  color: #666;
  line-height: 1.4;
  margin-top: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box-contents.head-line .sub-news-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.box-contents.head-line .sub-news-wrapper .box-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 calc(50% - 10px);
          flex: 1 1 calc(50% - 10px);
}
.box-contents.head-line .sub-news-wrapper .box-content .txt-wrapper .title {
  height: 25px;
  font-size: 18px;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.box-contents.head-line .sub-news-wrapper .box-content .txt-wrapper .news-text {
  height: 42px;
  color: #666;
  font-size: 14px;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.box-contents.head-line .sub-news-wrapper.row-type {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.box-contents.head-line .sub-news-wrapper.row-type .box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  gap: 16px;
}
.box-contents.head-line .sub-news-wrapper.row-type .box-content .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
.box-contents.head-line .sub-news-wrapper.row-type .box-content .txt-wrapper .title {
  font-size: 20px;
  font-weight: 500;
}

@container thumbnail (min-width: 280px) {
  .box-contents .box-content .thumbnail .play-icon {
    width: 28px;
    height: 28px;
  }
}
@container thumbnail (min-width: 590px) {
  .box-contents .box-content .thumbnail .play-icon {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }
}
.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: 12px;
}
.nodata-wrapper .text h4 {
  font-size: 30px;
  font-weight: 700;
  color: #222;
  line-height: 1;
}
.nodata-wrapper .text h4 + p {
  margin-top: 12px;
}
.nodata-wrapper .text p {
  font-size: 18px;
}
.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 90px;
          flex: 0 0 90px;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  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/pc/ico/ico-nodata-caution.png");
}
.nodata-wrapper .ico.ico-search {
  background-image: url("/special/election2025/resource/image/pc/ico/ico-nodata-search.png");
}

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

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

.election2025-youtubelive {
  background: url("/special/election2025/resource/image/pc/common/live-bg.png") no-repeat, url("/special/election2025/resource/image/pc/common/live-color-bg.png") repeat;
  background-position-x: calc(50% - 260px), left;
  background-size: 1280px 100%, cover;
  display: none;
}
.election2025-youtubelive.on {
  display: block;
}
.election2025-youtubelive .youtubelive-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1280px;
  height: 164px;
  margin: 0 auto;
  padding: 20px 0;
}
.election2025-youtubelive .youtubelive-title-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.election2025-youtubelive .youtubelive-title-wrap img {
  width: 168px;
}
.election2025-youtubelive .youtubelive-title-wrap p {
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: -0.4px;
  font-weight: 400;
  margin-top: -5px;
}
.election2025-youtubelive .youtubelive-title-wrap .youtubelive-title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  padding-right: 10px;
  display: none;
}
.election2025-youtubelive .youtubelive-slides {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.election2025-youtubelive .slide-item {
  color: #fff;
}
.election2025-youtubelive .slide-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-right: 60px;
}
.election2025-youtubelive .thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  aspect-ratio: 16/9;
  border-radius: 10px;
  overflow: hidden;
}
.election2025-youtubelive .thumbnail img {
  width: 100%;
  height: 100%;
}
.election2025-youtubelive .title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 550px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.4px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
}
.election2025-youtubelive .arrows {
  width: 30px;
  height: 100%;
  position: absolute;
  right: 0;
}
.election2025-youtubelive .slick-arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  background: url("/special/election2025/resource/image/pc/ico/ico-arrow-w.svg") no-repeat center;
}
.election2025-youtubelive .slick-prev {
  top: 20px;
}
.election2025-youtubelive .slick-next {
  bottom: 20px;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

@-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 boxBorderAni {
  0% {
    border-top: 4px solid transparent;
  }
  33% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  66% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  100% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}
@keyframes boxBorderAni {
  0% {
    border-top: 4px solid transparent;
  }
  33% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
  }
  66% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
  }
  100% {
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid transparent;
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20%);
            transform: translateX(-20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes markerMotion {
  to {
    top: -38px;
  }
}
@keyframes markerMotion {
  to {
    top: -38px;
  }
}
@-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);
  }
}
@-webkit-keyframes fadeInScaleOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeInScaleOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media only screen and (max-width: 1330px) {
  html, body, #wrap, #header {
    width: 100%;
    min-width: 1024px;
  }
  .inner,
  .election2025-youtubelive .youtubelive-wrapper {
    width: calc(100% - 48px);
    min-width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
  }
  .box-contents.head-line .main-news-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}