@charset "UTF-8";
.type-container .tab-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 16px;
  margin-bottom: 8px;
}
.type-container .tab-container .tab-item {
  padding: 12px 12px;
  min-width: 90px;
  font-size: 14px;
  flex: 1;
  font-family: "mbcnew-medium";
  border-bottom: 2px solid rgba(82, 22, 250, 0.8);
  text-align: center;
  cursor: pointer;
  transition: 0.2s all ease-in;
}
.type-container .tab-container .tab-item.active {
  background-color: rgba(82, 22, 250, 0.8);
  color: white;
}
.type-container .tab-container .tab-item.deactive {
  display: none;
}
.type-container .option-container {
  padding: 24px;
  border-radius: 8px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  font-family: "mbcnew-medium";
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.type-container .option-container .option-item {
  display: flex;
  gap: 12px;
}
.type-container .option-container .option-item .label {
  flex: 60px 0 0;
  font-family: "mbcnew-bold";
}
.type-container .option-container .option-item .tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.type-container .option-container .option-item .tag-container .tag-item {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 2px;
  border: 1px solid #999;
  background-color: transparent;
  font-family: "mbcnew-medium";
  color: #333;
  font-size: 14px;
  padding: 6px 14px;
  background-color: white;
  transition: all 0.3s ease-in;
  cursor: pointer;
}
.type-container .option-container .option-item .tag-container .tag-item.active {
  background-color: rgba(82, 22, 250, 0.8);
  color: white;
}

.presi-table-container {
  padding: 8px;
}

.poll-table.char th.mobile-th {
  width: 90px;
  min-width: inherit;
}

.poll-table {
  width: 100%;
}
.poll-table td {
  font-size: 14px;
  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: 16px;
  padding-bottom: 10px;
  font-family: "mbcnew-medium";
  border-bottom: 1px solid #cecece;
}

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

.approve-container {
  width: 100%;
  height: 14px;
  margin-top: 4px;
  margin-bottom: 4px;
  position: relative;
  border: 1px solid #ddd;
}

.center-bar {
  position: absolute;
  left: 50%;
  height: 140%;
  top: -20%;
  width: 1px;
  background-color: #333;
  z-index: 2;
}

.positive-bar {
  position: absolute;
  left: 50%;
  height: 100%;
  right: 20%;
  background-color: #3247e2;
  z-index: 1;
}

.negative-bar {
  position: absolute;
  left: 20%;
  height: 100%;
  right: 50%;
  background-color: #e23d3d;
  z-index: 1;
}

.research-container .more {
  font-family: "mbcnew-bold";
  font-size: 12px;
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.research-container .label {
  font-family: "mbcnew-bold";
  font-size: 14px;
  padding: 16px 8px;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  border-bottom: 1px solid #bbb;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.research-container .label.다자 {
  opacity: 0.8;
}
.research-container .label div {
  font-family: "mbcnew-bold";
}
.research-container {
  margin-top: 20px;
}
.research-container .title-space {
  display: flex;
  justify-content: space-between;
}
.research-container .research-title {
  font-family: "mbcnew-bold";
  padding-left: 24px;
  margin-top: 8px;
}
.research-container .research-title a {
  font-family: "mbcnew-bold";
  color: #333;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.research-container .research-title .info {
  font-size: 12px;
  letter-spacing: -0.05em;
  margin-top: 6px;
  color: #666;
}
.research-container .research-table {
  display: flex;
  border: 1px solid #bbb;
  border-radius: 6px;
  margin: 24px;
  margin-top: 12px;
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;
}
.research-container .research-table .flex {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 4px 16px;
}
.research-container .research-table .flex:last-child {
  border-bottom: 0px solid #fff;
}
.research-container .research-table .flex.min {
  display: none;
}
.research-container .research-table .table-person-container {
  display: flex;
  flex: 30% 0 0;
  align-items: center;
  font-family: "mbcnew-medium";
  font-size: 14px;
  gap: 8px;
}
.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;
}
.research-container .research-table .table-person-container .table-person-item .party {
  font-size: 12px;
  margin-left: 12px;
}
.research-container .research-table .table-person-container .table-person-item:last-child {
  border-bottom: 0;
}
.research-container .research-table .table-data-container {
  display: flex;
  flex: 1 0 0;
  flex-direction: column;
}
.research-container .research-table .table-data-container .table-data-item {
  display: flex;
  align-items: center;
  height: 32px;
  border-bottom: 1px solid #ddd;
  padding: 0px 24px;
  padding-right: 0;
}
.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";
  font-size: 14px;
}
.research-container .research-table .table-data-container .table-data-item:last-child {
  border-bottom: 0;
}
.research-container .research-table .table-data-container .table-data-item .bar-container {
  width: 100%;
  height: 10px;
  background-color: #eee;
  border-radius: 2px;
  position: relative;
  overflow-x: hidden;
}
.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;
}
.research-container .research-table .table-data-container .table-data-item .bar-container .point {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #666;
}

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

.poll-radio {
  display: flex;
  letter-spacing: -0.05em;
  line-height: 1.6em;
}
.poll-radio .radio-container {
  border: 1px solid #666;
  flex: 1;
  border-radius: 6px;
  margin: 10px;
  padding: 10px 20px;
}
.poll-radio .poll-checkbox-container {
  display: flex;
  margin-top: 4px;
}
.poll-radio .poll-checkbox-container .poll-checkbox {
  flex: 1;
}
.poll-radio .poll-checkbox-container .poll-checkbox input {
  margin-right: 10px;
}
.poll-radio .tr {
  text-align: right;
}
.poll-radio .footer {
  text-align: center;
  font-size: 10px;
  color: #666;
  line-height: 1.4em;
  margin: 20px auto;
  padding-bottom: 40px;
}
.poll-radio .show-more {
  text-align: center;
  width: 200px;
  margin: 20px auto;
  cursor: pointer;
  font-weight: bold;
}

.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(255, 202, 5, 0.3333333333) !important;
}
.table-data-item.정의당 .point {
  background-color: #ffca05 !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(153, 153, 153, 0.3333333333) !important;
}
.table-data-item.무소속 .point {
  background-color: #999999 !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(226, 74, 73, 0.3333333333) !important;
}
.table-data-item.자유통일당 .point {
  background-color: #e24a49 !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(250, 214, 0, 0.3333333333) !important;
}
.table-data-item.민주노동당 .point {
  background-color: #fad600 !important;
}
.table-data-item.무소속2 .range {
  background-color: rgba(93, 74, 74, 0.3333333333) !important;
}
.table-data-item.무소속2 .point {
  background-color: #5d4a4a !important;
}
.table-data-item.조국혁신당 .range {
  background-color: rgba(0, 64, 153, 0.3333333333) !important;
}
.table-data-item.조국혁신당 .point {
  background-color: #004099 !important;
}/*# sourceMappingURL=option.css.map */