@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  background: white;
  background-attachment: fixed;
}

.content-box {
  width: 1080px;
  margin: 40px auto;
  letter-spacing: -0.1em;
}

.region-title {
  font-weight: 600;
  font-family: "mbcnew-bold";
  font-size: 24px;
  text-align: center;
}

.title {
  padding-left: 18px;
  font-size: 18px;
  margin-bottom: 12px;
  margin-top: 24px;
  font-weight: 600;
  font-family: "mbcnew-bold";
}
.title small {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  margin-left: 6px;
}

.info-container {
  font-size: 18px;
  margin: 40px;
}

.plot-container {
  background-color: white;
  padding: 20px 40px;
  margin: 40px 0;
  border: 1px solid #ddd;
  border-radius: 20px;
  display: none;
  position: relative;
}
.plot-container .person-container {
  display: flex;
  flex-wrap: wrap;
  padding: 18px;
  border: 1px solid #bbb;
  padding-bottom: 0;
  border-radius: 18px;
}
.plot-container .person-container .person-item {
  display: flex;
  flex: 25% 0 0;
  align-items: center;
  margin-bottom: 18px;
  cursor: pointer;
}
.plot-container .person-container .person-item.사퇴, .plot-container .person-container .person-item.사망, .plot-container .person-container .person-item.무효, .plot-container .person-container .person-item.단일화, .plot-container .person-container .person-item.등록무효 {
  filter: grayscale(100);
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}
.plot-container .person-container .person-item .person-img {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  border: 1px solid #999;
  background-color: #ddd;
  margin-right: 18px;
  overflow: hidden;
  background-size: cover;
}
.plot-container .person-container .person-item .person-img img {
  width: 100%;
}
.plot-container .person-container .person-item .person-item {
  display: flex;
}
.plot-container .person-container .person-item .person-name {
  font-size: 16px;
  font-family: "mbcnew-bold";
}
.plot-container .person-container .person-item .person-party {
  font-size: 14px;
  margin-top: 8px;
}
.plot-container .research-container {
  margin-top: 20px;
}
.plot-container .research-container .research-title {
  font-family: "mbcnew-bold";
  padding-left: 24px;
  margin-top: 8px;
}
.plot-container .research-container .research-title .info {
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
  margin-top: 6px;
  color: #666;
}
.plot-container .research-container .research-table {
  display: flex;
  border: 1px solid #bbb;
  border-radius: 6px;
  margin: 24px;
  margin-top: 12px;
}
.plot-container .research-container .research-table .table-person-container {
  display: flex;
  flex: 30% 0 0;
  flex-direction: column;
}
.plot-container .research-container .research-table .table-person-container .table-person-item {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #ddd;
  padding-left: 16px;
}
.plot-container .research-container .research-table .table-person-container .table-person-item .party {
  font-size: 12px;
  margin-left: 12px;
}
.plot-container .research-container .research-table .table-person-container .table-person-item:last-child {
  border-bottom: 0;
}
.plot-container .research-container .research-table .table-data-container {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
}
.plot-container .research-container .research-table .table-data-container .table-data-item {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #ddd;
  padding: 0px 24px;
}
.plot-container .research-container .research-table .table-data-container .table-data-item .percent {
  flex: 60px 0 0;
  text-align: right;
  margin-right: 12px;
  font-family: "mbcnew-medium";
}
.plot-container .research-container .research-table .table-data-container .table-data-item:last-child {
  border-bottom: 0;
}
.plot-container .research-container .research-table .table-data-container .table-data-item .bar-container {
  width: 100%;
  height: 10px;
  background-color: #eee;
  border-radius: 8px;
  position: relative;
}
.plot-container .research-container .research-table .table-data-container .table-data-item .bar-container .range {
  position: absolute;
  background-color: #aaa;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0px;
}
.plot-container .research-container .research-table .table-data-container .table-data-item .bar-container .point {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #666;
}

.table-data-item.더불어민주당 .range {
  background-color: rgba(21, 36, 132, 0.3333333333) !important;
}
.table-data-item.더불어민주당 .point {
  background-color: #152484 !important;
}
.table-data-item.국민의힘 .range {
  background-color: rgba(230, 30, 43, 0.3333333333) !important;
}
.table-data-item.국민의힘 .point {
  background-color: #e61e2b !important;
}
.table-data-item.새로운미래 .range {
  background-color: rgba(70, 187, 189, 0.3333333333) !important;
}
.table-data-item.새로운미래 .point {
  background-color: #46bbbd !important;
}
.table-data-item.녹색정의당 .range {
  background-color: rgba(0, 124, 54, 0.3333333333) !important;
}
.table-data-item.녹색정의당 .point {
  background-color: #007c36 !important;
}
.table-data-item.진보당 .range {
  background-color: rgba(214, 0, 28, 0.3333333333) !important;
}
.table-data-item.진보당 .point {
  background-color: #d6001c !important;
}
.table-data-item.개혁신당 .range {
  background-color: rgba(255, 121, 32, 0.3333333333) !important;
}
.table-data-item.개혁신당 .point {
  background-color: #ff7920 !important;
}
.table-data-item.자유통일당 .range {
  background-color: rgba(226, 74, 73, 0.3333333333) !important;
}
.table-data-item.자유통일당 .point {
  background-color: #e24a49 !important;
}
.table-data-item.우리공화당 .range {
  background-color: rgba(0, 153, 68, 0.3333333333) !important;
}
.table-data-item.우리공화당 .point {
  background-color: #009944 !important;
}
.table-data-item.무소속 .range {
  background-color: rgba(139, 139, 139, 0.3333333333) !important;
}
.table-data-item.무소속 .point {
  background-color: #8b8b8b !important;
}
.table-data-item.한국국민당 .range {
  background-color: rgba(1, 53, 136, 0.3333333333) !important;
}
.table-data-item.한국국민당 .point {
  background-color: #013588 !important;
}
.table-data-item.새진보연합 .range {
  background-color: rgba(0, 210, 195, 0.3333333333) !important;
}
.table-data-item.새진보연합 .point {
  background-color: #00d2c3 !important;
}
.table-data-item.소나무당 .range {
  background-color: rgba(26, 36, 107, 0.3333333333) !important;
}
.table-data-item.소나무당 .point {
  background-color: #1a246b !important;
}
.table-data-item.자유통일당 .range {
  background-color: rgba(9, 88, 167, 0.3333333333) !important;
}
.table-data-item.자유통일당 .point {
  background-color: #0958a7 !important;
}
.table-data-item.내일로미래로 .range {
  background-color: rgba(173, 70, 159, 0.3333333333) !important;
}
.table-data-item.내일로미래로 .point {
  background-color: #ad469f !important;
}
.table-data-item.가락특권폐지당 .range {
  background-color: rgba(255, 140, 0, 0.3333333333) !important;
}
.table-data-item.가락특권폐지당 .point {
  background-color: #ff8c00 !important;
}
.table-data-item.대한국민당 .range {
  background-color: rgba(0, 136, 85, 0.3333333333) !important;
}
.table-data-item.대한국민당 .point {
  background-color: #008855 !important;
}
.table-data-item.민중민주당 .range {
  background-color: rgba(141, 38, 80, 0.3333333333) !important;
}
.table-data-item.민중민주당 .point {
  background-color: #8d2650 !important;
}
.table-data-item.기후민생당 .range {
  background-color: rgba(0, 168, 95, 0.3333333333) !important;
}
.table-data-item.기후민생당 .point {
  background-color: #00a85f !important;
}
.table-data-item.새미래민주당 .range {
  background-color: rgba(81, 189, 197, 0.3333333333) !important;
}
.table-data-item.새미래민주당 .point {
  background-color: #51bdc5 !important;
}
.table-data-item.조국혁신당 .range {
  background-color: rgba(0, 64, 153, 0.3333333333) !important;
}
.table-data-item.조국혁신당 .point {
  background-color: #004099 !important;
}
.table-data-item.자유와혁신 .range {
  background-color: rgba(165, 0, 52, 0.3333333333) !important;
}
.table-data-item.자유와혁신 .point {
  background-color: #a50034 !important;
}

polygon {
  transition: all 0.2s ease-in;
  cursor: pointer;
}

polygon.st0:hover {
  stroke-width: 1;
  fill: #a55bfa;
}

polygon.has-data {
  fill: #dcc3f4;
}
svg {
  width: 100%;
  margin: 0 auto;
}

.svg-container {
  width: 100%;
  position: relative;
}

.main-container {
  display: flex;
  width: 1200px;
  margin: 0px auto 20px;
}
.main-container .flex-container {
  flex: 1;
}
.main-container .flex-container .logo-container img {
  width: 200px;
}
.main-container .flex-container .text-container {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.7em;
}

.ui-autocomplete {
  max-height: 100px;
  overflow-y: auto;
  /* prevent horizontal scrollbar */
  overflow-x: hidden;
}

.auto-ui {
  display: flex;
  margin-top: 20px;
}
.auto-ui #tags {
  flex: 2;
  padding: 8px 12px;
  border: 1px solid #aaa;
  border-radius: 8px;
  margin-right: 12px;
}
.auto-ui .submit-button {
  flex: 0.5;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid #a55bfa;
  background-color: #a55bfa;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-widget {
  padding: 8px;
  background-color: white;
  width: -moz-fit-content !important;
  width: fit-content !important;
  transform: translate(8px, 8px);
  border-radius: 8px;
  width: 307px;
}
.ui-widget .ui-menu-item {
  font-size: 14px;
  padding-left: 12px;
  font-weight: 400;
  width: 280px;
  padding: 8px;
  transition: all 0.2s ease-in;
}
.ui-widget .ui-menu-item:hover {
  background-color: rgba(165, 91, 250, 0.2);
  border-radius: 8px;
  cursor: pointer;
}

.ui-autocomplete {
  max-height: 300px;
}

.ui-helper-hidden-accessible {
  display: none;
}

.map-tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 8px 12px;
  color: white;
  font-weight: 400;
  border-radius: 8px;
  font-size: 14px;
  display: none;
}

.header {
  background-color: white;
  text-align: center;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #ddd;
  font-family: "mbcnew-medium";
  padding-top: 20px;
  font-size: 17px;
  color: rgb(35, 7, 66);
}
.header .logo-container img {
  width: 240px;
  padding: 30px 0;
  padding-top: 0;
  padding-top: 10px;
}

select {
  width: 150px;
  padding: 0.4em 0.6em;
  font-family: inherit;
  border: 1px solid #999;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background-color: white;
  border-radius: 8px;
  padding-left: 20px;
  padding: 10px;
}

select {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image: linear-gradient(45deg, green 50%, transparent 50%), linear-gradient(135deg, transparent 50%, green 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

.auto-ui {
  display: flex;
  justify-content: space-between;
}
.auto-ui select {
  flex: 1;
  margin-right: 12px;
}

.no-box .text {
  margin: 60px auto;
  text-align: center;
  font-size: 16px;
}

polyline.st5 {
  fill: none !important;
  stroke-width: 1px;
  stroke: #333;
}

.st3 {
  font-size: 16px !important;
}

.text-group .st3 {
  font-size: 7px !important;
  font-weight: 400;
}

.last-update {
  font-size: 14px;
  color: #999;
}

.bar_nums {
  font-size: 14px;
  color: #999;
}

.check-box-container {
  display: flex;
}
.check-box-container input {
  margin-right: 8px;
}

.legend-container {
  display: flex;
  align-items: center;
  margin-top: 18px;
}
.legend-container img {
  width: 20px;
  margin-right: 8px;
}

.footer {
  width: 100%;
  max-width: 1200px;
  padding: 30px;
  font-size: 12px;
  margin: 30px auto;
  line-height: 1.8em;
  border-top: 1px solid #aaa;
  color: #666;
}

svg text {
  pointer-events: none;
}
#prop-graph {
  width: 1080px;
  margin: 30px auto;
  max-width: 100%;
}

.tooltip-container-char,
.tooltip-container-rp {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.tooltip-container-char .ht,
.tooltip-container-rp .ht {
  margin: 4px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
}
.tooltip-container-char .hth,
.tooltip-container-rp .hth {
  transform: none;
  padding: 0;
  color: rgba(82, 22, 250, 0.8);
  background-color: transparent;
  margin-right: 8px;
}

.ht {
  text-align: right;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid red;
  font-size: 14px;
  padding: 4px 8px;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  text-align: center;
}

.prop-box {
  width: 1200px;
  max-width: 100%;
  margin: 40px auto;
  text-align: center;
}

polygon.has-data.더불어민주당 {
  fill: #559bff;
}

polygon.has-data.국민의힘 {
  fill: #ff796d;
}

polygon.has-data.새로운미래 {
  fill: #46bbbd;
}

polygon.has-data.경합 {
  fill: rgb(147, 113, 240);
}

polygon.has-data.무소속 {
  fill: #bdbdbd;
}

.hth {
  text-align: center;
  padding: 4px 8px;
  font-weight: bold;
  color: white;
  background: rgba(82, 22, 250, 0.8);
  border-radius: 4px;
  transform: translate(0px, 4px);
}

.date-box {
  background-color: white;
  padding: 20px 40px;
  margin: 40px 0;
  border: 1px solid #ddd;
  border-radius: 20px;
}
.date-box .person-container {
  display: flex;
  flex-wrap: wrap;
  padding: 18px;
  border: 1px solid #bbb;
  padding-bottom: 0;
  border-radius: 18px;
}
.date-box .person-container .person-item {
  display: flex;
  flex: 25% 0 0;
  align-items: center;
  margin-bottom: 18px;
}
.date-box .person-container .person-item .person-img {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  border: 1px solid #999;
  background-color: #ddd;
  margin-right: 18px;
  overflow: hidden;
  background-size: cover;
}
.date-box .research-title {
  font-family: "mbcnew-bold";
  padding-left: 24px;
  margin-top: 8px;
}
.date-box .research-title .info {
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
  margin-top: 6px;
  color: #666;
}
.date-box .research-table {
  display: flex;
  border: 1px solid #bbb;
  border-radius: 6px;
  margin: 24px;
  margin-top: 12px;
}
.date-box .research-table .table-person-container {
  display: flex;
  flex: 30% 0 0;
  flex-direction: column;
}
.date-box .research-table .table-person-item {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #ddd;
  padding-left: 16px;
}
.date-box .research-table .table-person-item .party {
  font-size: 12px;
  margin-left: 12px;
}
.date-box .research-table .table-data-container {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
}
.date-box .research-table .table-data-item {
  display: flex;
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #ddd;
  padding: 0px 24px;
}
.date-box .research-table .table-data-item .percent {
  flex: 60px 0 0;
  text-align: right;
  margin-right: 12px;
  font-family: "mbcnew-medium";
}
.date-box .research-table .table-data-item .bar-container {
  width: 100%;
  height: 10px;
  background-color: #eee;
  border-radius: 8px;
  position: relative;
}
.date-box .research-table .table-data-item .bar-container .range {
  position: absolute;
  background-color: #aaa;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0px;
}
.date-box .research-table .table-data-item .bar-container .point {
  position: absolute;
  width: 10px;
  height: 10px;
}

.daily-content-box {
  width: 1080px;
  margin: 40px auto;
  letter-spacing: -0.1em;
}

.daily-plot-container .person-container .person-item .person-name {
  font-size: 16px;
  font-family: "mbcnew-bold";
}

.daily-plot-container .person-container .person-item .person-party {
  font-size: 14px;
  margin-top: 8px;
}

.daily-content-box hr {
  margin: 20px auto;
  border-color: #eee;
  margin-top: 20px;
}

.daily-content-box .primary-color {
  color: rgb(120, 78, 236);
}

.button-item {
  background-color: rgba(120, 78, 236, 0.8);
  color: white;
  display: flex;
  align-items: center;
  padding: 8px;
  padding-left: 16px;
  border-radius: 8px;
  margin: 4px 0;
  width: 180px;
  border: 1px solid rgb(120, 78, 236);
  cursor: pointer;
}
.button-item span {
  flex: 40px 0 0;
  height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
}
.button-item span.icon {
  font-family: "mbcnew-bold";
}
.button-item {
  transition: 0.2s ease-in;
}
.button-item:hover {
  background-color: rgb(120, 78, 236);
}

.button-container {
  display: flex;
  margin-top: 12px;
}
.button-container .button-item {
  flex: 1;
  margin-right: 12px;
}
.button-container .button-item:last-child {
  margin-right: 0;
}

.daily-plot-container {
  display: none;
}

.prop-container {
  display: none;
}

.quote {
  font-size: 12px;
  line-height: 1.8em;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  word-break: keep-all;
  letter-spacing: -0.1em;
  max-width: 400px;
}

.poll-table {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
}

.poll-table td {
  font-size: 11px;
  vertical-align: middle;
  font-weight: 400;
}

.poll-table .approval {
  width: 30px;
  text-align: center;
}

.poll-table .t-candi {
  width: 50px;
}

.poll-table th {
  padding: 5px;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
}

.poll-table td {
  color: #444;
  padding: 5px;
}

.table-tag {
  display: inline-block;
  padding: 2px 4px;
  border-radius: 2px;
  border: 1px solid #333;
  line-height: 1em;
  margin-right: 4px;
  font-size: 11px;
}

.link-img {
  width: 14px;
  height: 14px;
  cursor: pointer;
}

.bar-graph-container {
  height: 30px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.bar-graph-container .bar-party {
  width: 8px;
  background-color: #999;
  margin-right: 2px;
}

.more_load {
  text-align: center;
  margin: 12px auto;
  border-top: 1px solid #666;
  padding: 12px;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.tooltip-ui {
  background-color: white;
  margin-top: 20px;
  border-radius: 12px;
  padding: 20px;
  border: 1px solid #bbb;
}
.tooltip-ui .tooltip-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  font-family: "mbcnew-bold";
}
.tooltip-ui .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 14px;
}
.tooltip-ui .info {
  display: flex;
}
.tooltip-ui .info .name {
  font-family: "mbcnew-bold";
}
.tooltip-ui .info .party {
  margin-left: 12px;
  font-size: 14px;
}
.tooltip-ui .val {
  font-family: "mbcnew-bold";
}

.plot-item {
  display: none;
}

.three-item {
  display: none;
  text-align: center;
  font-size: 14px;
  line-height: 1.8em;
  padding-top: 18px;
  padding-bottom: 6px;
}

.no-item {
  text-align: center;
  font-size: 14px;
  line-height: 1.8em;
  padding-top: 18px;
  padding-bottom: 6px;
  display: none;
}

.guide {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1.8em;
  text-align: center;
  justify-content: center;
}

.hrr {
  display: none;
}

.scroll-up {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(120, 78, 236);
  color: white;
  padding: 8px 14px;
  padding-right: 20px;
  border-radius: 12px;
  font-size: 14px;
  box-shadow: 0px 1px 4px rgba(135, 85, 124, 0.4);
  display: flex;
  z-index: 10000;
  align-items: center;
}
.scroll-up span {
  margin-right: 8px;
}

.new-c {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid white;
  background-color: rgb(120, 78, 236);
  border-radius: 50%;
  top: 0;
}

.auto-list {
  display: flex;
}

#tags {
  width: 150px;
  padding: 0.4em 0.6em;
  font-family: inherit;
  border: 1px solid #999;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  background-color: white;
  border-radius: 8px;
  padding-left: 20px;
  padding: 10px;
}

.person-search-container {
  display: flex;
  margin-top: 8px;
}
.person-search-container #tags {
  flex: 1;
  margin-right: 8px;
}
.person-search-container .submit-button {
  flex: 0.5;
  text-align: center;
  padding: 8px 12px;
  border: 1px solid #a55bfa;
  background-color: #a55bfa;
  color: white;
  border-radius: 8px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ui-menu {
  font-size: 12px;
}
.ui-menu .auto-list {
  align-items: center;
}
.ui-menu .name {
  font-size: 16px;
  font-weight: bold;
  margin-right: 16px;
}
.ui-menu .info {
  font-size: 12px;
}
.ui-menu .info .party {
  margin-bottom: 4px;
}

.region-candi-container {
  margin-bottom: 20px;
}

.modal table tr:last-child td {
  border-width: 0;
}

.modal table td {
  border-bottom: 1px solid #999;
  padding: 8px;
  font-size: 14px;
}
.modal table td.label {
  font-family: "mbcnew-bold";
}

.modal {
  max-width: inherit;
  width: -moz-fit-content;
  width: fit-content;
}
.modal .title {
  text-align: center;
}

.warn-mes {
  font-size: 12px;
  color: #999;
  margin-bottom: 18px;
}

.ex-label {
  position: absolute;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: white;
}

.hex:before {
  content: " ";
  width: 0;
  height: 0;
  border-bottom: 30px solid #6c6;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
  position: absolute;
  top: -30px;
}

.hex {
  margin-top: 30px;
  width: 104px;
  height: 60px;
  background-color: #6c6;
}

.hex:after {
  content: "";
  width: 0;
  position: absolute;
  bottom: -30px;
  border-top: 30px solid #6c6;
  border-left: 52px solid transparent;
  border-right: 52px solid transparent;
}

.hex-svg {
  width: 60px;
}

.ex-label {
  position: relative;
}
.ex-label .ex-label-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

.ex-con {
  width: 70px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 100px;
}
.ex-con .tc {
  margin-bottom: 4px;
  padding-right: 9px;
}
.ex-con .state {
  color: #333;
  font-size: 12px;
  margin-top: 4px;
  padding-right: 5px;
}

.rs-con {
  width: 70px;
  text-align: center;
  position: absolute;
  top: 30px;
  right: 30px;
}
.rs-con .tc {
  margin-bottom: 4px;
  padding-right: 9px;
}
.rs-con .state {
  color: #333;
  font-size: 12px;
  margin-top: 4px;
  padding-right: 5px;
}

.show-current .current-국민의힘 {
  fill: rgba(255, 121, 109, 0.6) !important;
  fill-opacity: 0.4;
}
.show-current .current-더불어민주당 {
  fill: rgba(85, 155, 255, 0.6) !important;
  fill-opacity: 0.4;
}
.show-current .current-경합 {
  fill: rgba(120, 78, 236, 0.6) !important;
}
.show-current .current-진보당 {
  fill: #d9071f !important;
  fill-opacity: 0.4;
}

.show-result .result-국민의힘 {
  fill: #ff796d !important;
  fill-opacity: 0.2;
}
.show-result .result-더불어민주당 {
  fill: #559bff !important;
  fill-opacity: 0.3;
}
.show-result .result-경합 {
  fill: rgba(120, 78, 236, 0.6) !important;
}
.show-result .result-무소속 {
  fill: #ddd !important;
}
.show-result .result-진보당 {
  fill: #d9071f !important;
  fill-opacity: 0.3;
}
.show-result .result-새로운미래 {
  fill: #46bbbd !important;
  fill-opacity: 0.3;
}
.show-result .result-개혁신당 {
  fill: #f49251 !important;
  fill-opacity: 0.3;
}

.target-2026 {
  stroke-width: 2px !important;
  stroke: black !important;
  stroke-dasharray: 3, 0.5;
}

.toggleCheckbox {
  display: none;
}

.toggleContainer {
  position: relative;
  display: grid;
  border: 3px solid rgba(120, 78, 236, 0.8);
  border-radius: 20px;
  background: rgba(120, 78, 236, 0.8);
  font-weight: bold;
  color: #343434;
  cursor: pointer;
  margin: 0 auto;
  top: -60px;
  font-size: 14px;
}

.toggleContainer::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100%;
  left: 0%;
  border-radius: 20px;
  background: white;
  transition: all 0.3s;
}

.toggleContainer div {
  padding: 6px 12px;
  text-align: center;
  z-index: 1;
}

.toggleCheckbox.read + .toggleContainer::before {
  left: 50%;
}

.toggleCheckbox.read + .toggleContainer div:first-child {
  color: white;
  transition: color 0.3s;
}

.toggleCheckbox.read + .toggleContainer div:last-child {
  color: #343434;
  transition: color 0.3s;
}

.toggleCheckbox + .toggleContainer div:first-child {
  color: #343434;
  transition: color 0.3s;
}

.toggleCheckbox + .toggleContainer div:last-child {
  color: white;
  transition: color 0.3s;
}

.toggle-container,
.toggle-container-2 {
  text-align: center;
}

.toggle-container,
.toggle-container-2 {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  pointer-events: none;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #808080;
  transition: 0.4s;
  pointer-events: none;
}

.toggle-container,
.toggle-container-2 {
  position: relative;
  width: 200px;
  height: 40px;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: inline-block;
  top: -60px;
  cursor: pointer;
}

.toggle-container input,
.toggle-container-2 input {
  opacity: 0;
  width: 100%;
  height: 100%;
  pointer-events: all;
}

.toggle-container .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  transition: 0.4s;
  pointer-events: none;
}
.toggle-container .slider::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 8px;
  bottom: 8px;
  background-color: #fff;
  transition: 0.2s;
  pointer-events: none;
}
.toggle-container .slider::after {
  position: absolute;
  content: "여론조사 판세";
  height: 24px;
  width: 120px;
  right: 10px;
  bottom: 6px;
  transition: 0.2s;
  color: #fff;
  pointer-events: none;
}
.toggle-container input:checked + .slider {
  background-color: rgba(120, 78, 236, 0.8);
}
.toggle-container input:checked + .slider:before {
  transform: translateX(116px);
}
.toggle-container input:checked + .slider:after {
  content: "여론조사 판세";
  left: 8px;
}
.toggle-container .slider.round {
  border-radius: 34px;
}
.toggle-container .slider.round:before {
  border-radius: 50%;
}

.toggle-container-2 .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #808080;
  transition: 0.4s;
  pointer-events: none;
}
.toggle-container-2 .slider::before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 8px;
  bottom: 8px;
  background-color: #fff;
  transition: 0.2s;
  pointer-events: none;
}
.toggle-container-2 .slider::after {
  position: absolute;
  content: "제 22대 총선 선거 결과";
  height: 24px;
  width: 140px;
  right: 15px;
  bottom: 4px;
  transition: 0.2s;
  color: #fff;
  pointer-events: none;
}
.toggle-container-2 input:checked + .slider {
  background-color: rgba(120, 78, 236, 0.8);
}
.toggle-container-2 input:checked + .slider:before {
  transform: translateX(156px);
}
.toggle-container-2 input:checked + .slider:after {
  content: "제 22대 총선 선거 결과";
  left: 15px;
}
.toggle-container-2 .slider.round {
  border-radius: 34px;
}
.toggle-container-2 .slider.round:before {
  border-radius: 50%;
}

.st0.repoll {
  fill: red;
}

.icon-container {
  padding-top: 80px;
  font-size: 18px;
  font-family: "mbcnew-bold";
}
.icon-container .logo-container {
  margin-top: 16px;
}

.sc-title {
  font-size: 14px;
  font-family: "mbcnew-bold";
  margin-bottom: 8px;
}

.sc-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  font-family: "mbcnew-medium";
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
  border-style: dashed;
}
.sc-wrapper .sc-btn {
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 2px;
  background-color: rgb(147, 113, 240);
  color: white;
}/*# sourceMappingURL=assembly_style.css.map */