.section-box {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  position: relative;
  min-width: 1350px;
}

.section-box .consti_box {
  margin-bottom: 90px;
}

.section-box .consti_box:last-child {
  margin-bottom: 20px;
}

.box_section-title {
  padding: 20px 30px;
  background: #fbfbfb;
  border: 1px solid #efefef;
  border-radius: 20px 20px 0 0;
}

.section-box .section-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 24px;
}

.summary-section .section-title {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  background: url(../images/contents/bull_03.png) no-repeat 5px 4px;
  padding-left: 18px;
}

.tbg01 {
  background: url(../images/contents/bg_title01.png) no-repeat 0px 3px;
  padding-left: 45px;
}

.tbg02 {
  background: url(../images/contents/bg_title02.png) no-repeat 0px 3px;
  padding-left: 45px;
}

.tbg03 {
  background: url(../images/contents/bg_title03.png) no-repeat 0px 3px;
  padding-left: 45px;
}

/* 읍면동 드롭다운 UI 스타일 */
.emd-dropdown-container {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.emd-dropdown-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  font-weight: 500;
}

.emd-dropdown-title {
  color: #333;
  font-size: 14px;
}

.emd-dropdown-close {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  color: #666;
  padding: 4px;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.emd-dropdown-close:hover {
  background: #f0f0f0;
  color: #333;
}

.emd-dropdown-content {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  max-height: 200px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  margin-top: 8px;
}

.emd-dropdown-content .emd-item {
  padding: 10px 16px;
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  transition: background-color 0.2s ease;
}

.emd-dropdown-content .emd-item:last-child {
  border-bottom: none;
}

.emd-dropdown-content .emd-item:hover {
  background: #f8f9fa;
}

.emd-dropdown-content .emd-item.active {
  background: #e3f2fd;
  color: white;
  font-weight: 500;
}

.tbg04 {
  background: url(../images/contents/bg_title04.png) no-repeat 0px 3px;
  padding-left: 40px;
}

.tbg05 {
  background: url(../images/contents/bg_title05.png) no-repeat 0px 3px;
  padding-left: 40px;
}

.tbg06 {
  background: url(../images/contents/bg_title06.png) no-repeat 0px 3px;
  padding-left: 40px;
}

.tbg07 {
  background: url(../images/contents/bg_title07.png) no-repeat 0px 3px;
  padding-left: 45px;
}

.tbg08 {
  background: url(../images/contents/bg_title08.png) no-repeat 0px 3px;
  padding-left: 45px;
}


/* 사이드바 조사표본 테이블 */
.table01 {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  border-top: 1px solid #eeeeee;
}

.table01 th,
.table01 td {
  padding: 8px 5px;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}

.table01 th {
  background-color: #f9f9f9;
  font-weight: 600;
  padding-right: 20px;
}

.table01 th:nth-child(1) {
  width: 75px;
}

/* th */
.table01 th:nth-child(2) {
  width: auto;
}

/* td */

.date_s {
  font-size: 15px;
  font-weight: normal;
  padding-left: 7px;
}

.section-box.last-section {
  margin-bottom: 10px;
}

.date .total_num {
  font-size: 11px;
  padding: 3px 5px;
  background-color: #8f8a9e;
  color: #fff;
  font-weight: normal;
  margin-left: 5px;
  border-radius: 3px;
}

.chart-box {
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  padding: 20px 30px;
  margin-bottom: 40px;
  position: relative;
}

.chart-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0;
}

.chart-title {
  font-size: 20px;
  margin-right: 20px;
}

.legend-box {
  display: flex;
  gap: 20px;
  font-size: 12px;
}

.legend {
  display: flex;
  align-items: center;
}

.legend .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}

.legend.blue .dot {
  background-color: #56b5ff;
}

.legend.red .dot {
  background-color: #f14935;
}

.legend.gray .dot {
  background-color: #cccdce;
}



.issue-week-slider {
  display: flex;
  gap: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 10px 0;
}

.issue-week {
  flex: 0 0 360px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #f4eeee;
}

.issue-week {
  visibility: hidden;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.issue-week.visible {
  visibility: visible;
  transform: translateY(0);
}

.issue-week.visible:hover {
  transition: all 0.3s ease;
  transform: translateY(-5px);
}

.timeline-line {
  opacity: 1 !important;
  /* 무조건 보이게 */
  transition: none !important;
}

.issue-week-date {
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 600;
  background: #f9f9fb;
  padding: 15px 20px;
}

.week-date {
  font-size: 13px;
  color: #888;
  font-weight: normal;
}

.day-list {
  position: relative;
  margin: 0;
  list-style: none;
  max-height: 290px;
  overflow-y: auto;
  padding: 30px 20px 20px 20px;
  border-top: 1px solid #f4eeee;
}

.timeline-line {
  position: absolute;
  left: 28px;
  width: 6px;
  background: #eff4f7;
  z-index: 0;
  border-radius: 10px;
  height: 100%;
}



.day-list::-webkit-scrollbar {
  width: 6px;
}

.day-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.day-list::-webkit-scrollbar-track {
  background: transparent;
}

.day-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
  padding-left: 35px;
}

.day-list li:last-child {
  margin-bottom: 5px;
  /* 마지막 li만 예외 처리 */
}

.day-list .dot {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 12px;
  height: 12px;
  background: #9c7fe9;
  border-radius: 50%;
}

.day-list .day {
  font-weight: 600;
  font-size: 14px;
  margin-right: 6px;
  flex-shrink: 0;
}

.day-list .text {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

.bullet {
  position: relative;
  padding-left: 12px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #333;
}

.bullet::before {
  content: '-';
  position: absolute;
  left: 0;
  top: -2px;
  font-size: 16px;
  color: #999;
  line-height: 1.4;
}

.chart_rating {
  height: 200px !important;
  max-height: 200px;
}

.tab-group {
  margin: 10px 0 15px;
}

.group-tab {
  padding: 6px 16px;
  margin-right: 8px;
  font-size: 14px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
}

.group-tab.on {
  background: #7e62f7;
  border-color: #7e62f7;
  color: #fff;
}

canvas.chart-party {
  height: 250px !important;
  max-height: 250px;
}

.issue-week.current {
  border: 1px solid #9c7fe9;
}

.issue-week.current .issue-week-date {
  background: #f5f5ff
}

.issue-week.current .day-list .dot {
  background: #9c7fe9;
}

.issue-week:not(.current) .day-list .dot {
  background: #e7e7e7;
}

canvas.chart-party-trend_all {
  height: 430px !important;
  max-height: 430px;
}

canvas.chart-party-trend {
  height: 300px !important;
  max-height: 300px;
}

canvas.chart-gov-trend {
  height: 420px !important;
  max-height: 420px;
}

#v-line_pt {
  width: 1px;
  pointer-events: none;
  z-index: 10;
}

.lank_conbox {
  text-align: center;
  padding: 20px 20px;
}

.ranktable_box {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.ranktable_box table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.ranktable_box table th {
  background-color: #f9f9f9;
  font-weight: 500;
  padding: 10px;
}

.ranktable_box table th:nth-child(1),
.ranktable_box table th {
  background-color: #f9f9f9;
  font-weight: 500;
  padding: 10px;
}

.ranktable_box table td:nth-child(1) {
  width: 15%;
}

.ranktable_box table th:nth-child(2),
.ranktable_box table th {
  background-color: #f9f9f9;
  font-weight: 500;
  padding: 10px;
}

.ranktable_box table td:nth-child(2) {
  width: 5%;
  text-align: center;
}

.ranktable_box table th:nth-child(3),
.ranktable_box table th {
  background-color: #f9f9f9;
  font-weight: 500;
  padding: 10px;
}

.ranktable_box table td:nth-child(3) {
  width: 45%;
}

.ranktable_box table th:nth-child(4),
.ranktable_box table th {
  background-color: #f9f9f9;
  font-weight: 500;
  padding: 10px;
}

.ranktable_box table td:nth-child(4) {
  width: 35%;
  background: url(../images/common/arrow_right.png) no-repeat 95px 16px;
}

.ranktable_box table td {
  line-height: 17px;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.ranktable_box table td a {
  color: #333;
}

.ranktable_box .r_change {
  font-size: 10px;
  margin-left: 1px;
}

.ranktable_box .rank_per {
  text-align: center;
}

.ranktable_box .up {
  color: #ed6363;
}

/* 상승 색상 */
.ranktable_box .down {
  color: #417feb;
}

/* 하락 색상 */
.ranktable_box .same {
  color: #565656;
}

/* 유지 색상 */
.ranktable_box .new {
  color: #a63ee9;
  font-size: 14px;
  font-weight: 500;
}

.ranktable_box .rank_num {
  text-align: center;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffffe8;
  border: 1px solid #efeeee;
}

.prev-btn {
  left: -10px;
  /* issue-week-slider 좌측에 뜨게 조절 */
}

.next-btn {
  right: -10px;
  /* issue-week-slider 우측에 뜨게 조절 */
}

.ranktable_box tr:hover td {
  background-color: #fafcfd;
  cursor: pointer;
}

.reinfo_tip {
  font-size: 12px;
  margin-top: 20px;
  padding: 12px 15px;
  background-color: #f7f9fb;
  border-radius: 10px;
  text-align: left;
}

.reinfo_tip2 {
  font-size: 12px;
  margin-top: 20px;
  padding: 12px 10px;
  background-color: #f7f7f7;
  text-align: left;
  border: 1px solid #ededed;
}

.lank-slider {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.lank-month {
  flex: 0 0 420px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #f4eeee;
}

.lank-date {
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-weight: 600;
  background: #f9f9fb;
  padding: 15px 20px;
  border-bottom: 1px solid #f4eeee;
}

.lank-month.current {
  border: 1px solid #d7c8ff;
}

.tab_menu {
  position: relative;
}

.tab_menu ul {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #f7f7f7;
}

.tab_menu li {
  text-align: center;
  display: inline-block;
  padding: 12px 20px;
  font-size: 15px;
  color: #92959a;
  font-weight: 500;
  margin: 0 10px;
}

.tab_menu .on {
  border-bottom: 2px solid #333;
  color: #333;
}

.p_profile {
  padding: 10px 0;
}

.txt_info {
  flex: 1 1 30%;
  min-width: 190px;
}

.txt_table {
  flex: 1 1 70%;
  margin-left: 5px;
  margin-top: 20px;
}

.p_profile {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.p_profile .box {
  background: #fff;
  border-radius: 10px;
  padding: 10px 15px;
  border: 1px solid #eff0f1;
}

.p_profile .dgraph2 {
  display: flex;
  align-items: flex-start;
  padding: 20px 5px;
  justify-content: space-between;
}

.person_info {
  display: flex;
  align-items: flex-start;
  padding: 0 5px;
  justify-content: space-between;
  font-size: 13px;
  margin: 10px 0;
}

.person_info .strong {
  color: #ff6777;
  font-weight: 600;
}

.person_info .strong2 {
  color: #33c4b3;
  font-weight: 600;
}

.person_info .strong3 {
  color: #f08320;
  font-weight: 600;
}

.person_info>ul>li {
  padding-left: 8px;
}

.person_info>ul>li::before {
  content: "- ";
  margin-right: 4px;
}

.person_info2 {
  display: flex;
  align-items: flex-start;
  padding: 20px 5px;
  justify-content: space-between;
  font-size: 13px;
}

.person_info2 .txt_table {
  width: 100%;
  margin: 0 15px;
}

.p_profile .f1 {
  flex: 1;
}

.p_profile .f2 {
  flex: 2;
}

.p_profile .f3 {
  flex: 3;
}

.profile-card {
  width: 160px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  box-sizing: unset;
}

.p_profile .r_cate {
  font-size: 17px;
  font-weight: 500;
  padding: 0px 10px;
}

.box .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f1f6fe;
  padding: 5px 0 10px 0;
}

.r_cate2 {
  padding-left: 18px;
  font-size: 17px;
  font-weight: 500;
  padding: 0px 10px;
}

.profile-info strong {
  padding: 5px 15px;
  margin-bottom: 5px;
  font-weight: 500;
}

.txt_info {
  width: 190px;
}

.r_cate span {
  color: #7b7b7b;
  font-weight: normal;
  font-size: 13px;
}

/* 프로필 이미지 컨테이너 */
.profile-img-container {
  width: 140px;
  height: 170px;
  overflow: hidden;
  border: 1px solid #f3f3f3;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

/* 프로필 이미지 */
.profile-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* 사진이 꽉 차게 */
  object-position: center top;
  /* 사진 위치 조정 (예: 위로 이동) */
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
}

.p_name {
  font-size: 18px;
  font-weight: 500;
  padding: 3px 0;
  border: 1px solid #f3f3f3;
  border-top: 0;
  width: 140px;
  margin: 0 auto;
}

.icon_sns {
  padding-top: 10px;
}

.profile-info {
  margin-top: 15px;
  font-size: 25px;
  display: flex;
  justify-content: center;
}

.person_info.scroll-box {
  height: 190px;
  overflow-y: auto;
}

canvas.chart_person_yrank {
  height: 280px !important;
  max-height: 280px;
}

.dgraph {
  position: relative;
  margin-top: 50px;
  padding: 0 20px;
}

.line_box {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
}

/* 정당 및 정치인 프로필 테이블 */
.table02 {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}

.table02 th,
.table02 td {
  line-height: 17px;
  padding: 10px 10px;
  border-bottom: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  text-align: left;
}

.table02 th {
  background-color: #f9f9f9;
  color: #4b4b4b;
  font-weight: 600;
  padding-right: 20px;
}

.arrow-icon {
  font-size: 30px;
  color: #bab1d0;
  margin-left: 4px;
  vertical-align: middle;
  font-weight: bold;
}

.arrow-icon_ml0 {
  margin-left: 0px;

}

.arrow-icon:hover {
  color: #8d70dc;
}

.arrow-icon2 {
  font-size: 30px;
  color: #dadde5;
  margin-left: 4px;
  vertical-align: middle;
  font-weight: bold;
}

.phis_tab {
  font-size: 13px;
  margin-top: 10px;
}

.phis_tab ul {
  border-bottom: 1px solid #f3f4f5;
  padding-bottom: 7px;
  display: flex;
  list-style: none;
}

.phis_tab li {
  padding: 4px 10px;
  background: #f9f9f9;
  cursor: pointer;
  border-radius: 50px;
  color: #8a8a8a;
  width: 40%;
  text-align: center;
  margin: 0 auto;
}

.phis_tab .on {
  background: #ebf3fe;
  color: #5491f7;
}

#btn_open_ai_modal {
  cursor: pointer;
}

.ai-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.ai-modal-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.ai-modal-content {
  position: relative;
  width: 500px;
  margin: 150px auto;
  background: white;
  padding: 20px 30px 30px 30px;
  border-radius: 8px !important;
  z-index: 10000;
}

.ai-modal-content h2 {
  color: #4b83dd;
  font-size: 25px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(214, 214, 214);
}

.ai-modal-content>ol {
  font-size: 20px;
  font-size: 15px;
  margin: 20px 10px;
}

.ai-modal-content>ol>li {
  padding: 5px 0;
  font-size: 15px;
}

.ai-modal-close {
  border: 0;
  background: #6397ed;
  color: #fff;
  width: 100%;
  padding: 15px 0;
  margin-top: 20px;
  border-radius: 8px
}

.c_rader {
  position: relative;
  height: 250px;
}

canvas.chart_person_rader {
  height: 220px !important;
  max-height: 220px;
  margin-top: 15px;
}

.side-plist-box {
  background-color: #fff;
  padding: 0 15px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.plist-header {
  padding: 12px 10px;
  font-size: 15px;
  font-weight: 500;
  background-color: #fafafa;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.side-plist-box>ul>li {
  display: flex;
  align-items: center;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  font-size: 16px;
}

.side-plist-box>ul>li:hover {
  transform: translateX(2px);
  background-color: #fbfaff;
}

.side-plist-box>ul>li img {
  width: 44px;
  height: 44px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 12px;
  border: 1px solid #eee;
}

.side-plist-box>ul>li .img_educi {
  border: 0;
  width: 24px;
  height: 24px;
}

.side-plist-box>ul>li .img_lankmark {
  border: 0;
  width: 20px;
  height: 17px;
  margin-right: 0px;
}

.li_lank {
  width: 28px;
  text-align: center;
  font-size: 12px;
  color: #585858;
}

.side-plist-box>ul>li .info {
  flex: 1;
  margin-left: 10px;
}

.side-plist-box>ul>li .sub {
  font-size: 12px;
  color: #888;
}

.side-plist-box>ul>li .sub img {
  width: 20px;
  height: 20px;
  margin-right: 2px;
  border: 0 !important;



}

.side-plist-box>ul>li i {
  font-size: 18px;
  color: #bbb;
}

.box_list_region {
  padding: 0 15px;
  margin-top: 20px;
}

.tab-container {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}

.tab {
  padding: 10px 20px;
  border: 1px solid #efefef;
  cursor: pointer;
  background: #f5f5f5;
  font-weight: bold;
  flex: 1;
  text-align: center;
  position: relative;
  font-size: 12px;
  font-weight: 440;
}

.tab.active {
  background: #8c9bb8;
  color: white;
  border-color: #8c9bb8;
}

.tab.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #8c9bb8;
}

.region-content {
  display: none;
}

.region-content.active {
  display: block;
}

.region-content2 {
  display: block;
  padding: 0 25px;
  margin-top: 30px;
}

.region-container {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.region-btn {
  padding: 8px 14px;
  border-radius: 20px;
  border: 1px solid #edeff2;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  width: 32%;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: 20px center;
  background-size: 20px auto;
  line-height: 24px;
}

.region-btn.ci00 {
  background-image: url('../images/contents/img_srcharea.png');
}

.region-btn.ci01 {
  background-image: url('../images/contents/location_ci01.png');
}

.region-btn.ci02 {
  background-image: url('../images/contents/location_ci02.png');
}

.region-btn.ci03 {
  background-image: url('../images/contents/location_ci03.png');
}

.region-btn.ci04 {
  background-image: url('../images/contents/location_ci04.png');
}

.region-btn.ci05 {
  background-image: url('../images/contents/location_ci05.png');
}

.region-btn.ci06 {
  background-image: url('../images/contents/location_ci06.png');
}

.region-btn.ci07 {
  background-image: url('../images/contents/location_ci07.png');
}

.region-btn.ci08 {
  background-image: url('../images/contents/location_ci08.png');
}

.region-btn.ci09 {
  background-image: url('../images/contents/location_ci09.png');
}

.region-btn.ci10 {
  background-image: url('../images/contents/location_ci10.png');
}

.region-btn.ci11 {
  background-image: url('../images/contents/location_ci11.png');
}

.region-btn.ci12 {
  background-image: url('../images/contents/location_ci12.png');
}

.region-btn.ci13 {
  background-image: url('../images/contents/location_ci13.png');
}

.region-btn.ci14 {
  background-image: url('../images/contents/location_ci14.png');
}

.region-btn.ci15 {
  background-image: url('../images/contents/location_ci15.png');
}

.region-btn.ci16 {
  background-image: url('../images/contents/location_ci16.png');
}

.region-btn.ci17 {
  background-image: url('../images/contents/location_ci17.png');
}

.region-btn:hover {
  border-color: #d0ad7a;
  color: #b58b4c;
}

.region-btn.active {
  border-color: #d0ad7a;
  color: #b58b4c;
}

.region {
  stroke: #fff;
  stroke-width: 1;
}

.toolt2 {
  position: absolute;
  padding: 4px 8px;
  background: #4c7df3;
  border: 2px solid #fff;
  color: #fff;
  font-size: 12px;
  border-radius: 6px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}

.toolt2::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #4c7df3;
}

/* 지방선거 */
.box_bbs_region {
  padding: 0 15px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-top: 30px;
}

.table04 {
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  border-top: 1px solid #91989d;
}

.table04 th,
.table04 td {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 5px;
  word-break: break-word;
}

.table04 th:nth-child(1) {
  width: 10%;
}

/* 순번 */
.table04 th:nth-child(2) {
  width: 10%;
}

/* 지역 */
.table04 th:nth-child(3) {
  width: 56%;
}

/* 제목 */
.table04 th:nth-child(4) {
  width: 24%;
}

/* 등록일 */
.table04 th {
  background-color: #f7f7f7;
  font-weight: 600;
}

.table04 td:nth-child(3) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1ps solid red;
}

.table04 .new {
  display: inline-block;
  padding: 0px 3px;
  margin-right: 5px;
  background: #69c3b4;
  color: white;
  font-size: 9px;
  border-radius: 4px;
}

.table04 tr:hover {
  background-color: #fafcfd;
  cursor: pointer;
}


ul.bv_paging {
  margin-top: 50px;
  border-top: 1px solid #e0e0e0;
  font-size: 13px;
}

ul.bv_paging li {
  overflow: hidden;
  padding: 12px 20px 10px 20px;
  border-bottom: 1px solid #dadada;
}

ul.bv_paging li span {
  float: left;
  padding-right: 32px;
  font-weight: bold;
  color: #5c6569;
}

ul.bv_paging li span.bv_prev {
  background: url(../images/board_list_bull.png) no-repeat 80% 7px;
}

ul.bv_paging li span.bv_next {
  background: url(../images/board_list_bull.png) no-repeat 80% -7px;
}

ul.bv_paging li a {
  float: left;
  padding-left: 10px;
}

ul.bv_paging li a:hover {
  color: #333;
  text-decoration: underline;
}

ul.bv_paging li span.bv_date {
  float: right;
  padding: 0;
  font-weight: normal;
  text-align: right;
  color: #a2a8aa;
  font-size: 11px;
}

/* 페이지네이션 */
.bt_page {
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.bt_page .paging {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}

.bt_page .paging a {
  padding: 6px 8px;
  margin: 0 1px;
  font-size: 12px;
  color: #333;
}

.bt_page .paging .bg_box {
  border: 1px solid #f0f0f0;
  margin-right: 3px;
}

.t_bbs {
  height: 30px;
  position: relative;
}

.bbs-sum {
  float: left;
  padding-top: 4px;
  font-size: 13px;
  letter-spacing: -1px;
}


.bbs-srch {
  float: right;
  font-size: 12px;
}

.bbs-srch input[type="text"] {
  width: 160px;
  padding: 4px 5px;
  color: #666;
  line-height: 20px;
  border: 1px solid #e6e6e6;
  outline: none;
  font-size: 13px;
}

.btn_search {
  height: 30px;
  padding: 0 10px;
  background-color: #6F787F;
  color: #fff;
  font-size: 12px;
  border: none;
  cursor: pointer;
  white-space: nowrap;
}

input::placeholder {
  color: #aaa;
}

.table05 {
  font-size: 12px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  border-top: 1px solid #91989d;
}

.table05 th,
.table05 td {
  border-bottom: 1px solid #f3f3f3;
  padding: 10px 5px;
  word-break: break-word;
}

.table05 th:nth-child(1) {
  width: 10%;
}

.table05 th:nth-child(2) {
  width: 70%;
}

.table05 th:nth-child(3) {
  width: 30%;
}

.table05 th:nth-child(4) {
  width: 20%;
}

.table05 th {
  background-color: #f7f7f7;
  font-weight: 600;
}

.table05 td:nth-child(2) {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.table05 .new {
  display: inline-block;
  padding: 0px 3px;
  margin-right: 5px;
  background: #69c3b4;
  color: white;
  font-size: 8px;
  border-radius: 4px;
}

.table05 tr:hover {
  background-color: #fafcfd;
  cursor: pointer;
}

.gender-chart-wrap {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 20px;
  height: 300px;
}

.gender-chart2 {
  position: relative;
  width: 50%;
  height: 200px;
}

.gender-chart {
  position: relative;
  width: 50%;
  height: 180px;
}

.gender-chart canvas {
  display: block;
}

.gov_info {
  width: 300px;
  margin: auto;
}

.president-photo {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.president-caption {
  width: 270px;
  background: url(../images/contents/bg_21p.png) no-repeat 0px 0;
  font-size: 14px;
  text-align: center;
  margin: auto;
  color: #fff;
  font-family: 'Nanum Myeongjo', serif;
  padding: 10px 0;

}

.president-caption .pmark {
  padding-left: 40px;
}

.president-caption .p21name {
  font-weight: 500;
  font-size: 24px;
  padding-left: 10px;
}

.chart-con2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* 간격 */
  justify-content: space-between;
}

.chart-box2 {
  flex: 1 1 calc(50% - 10px);
  /* 2칸 정렬 */
  min-width: 300px;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  padding: 20px 30px;
  margin-bottom: 40px;
  position: relative;
}

canvas.chart_issue_bar {
  height: 180px !important;
  max-height: 180px;
}

canvas.chart_issue_bar_all {
  height: 220px !important;
  max-height: 220px;
}

.custom-legend_issue_bar,
.custom-legend_local_bar {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 50px;
  padding: 10px 20px;
  font-size: 13px;
  margin-top: 20px;
  text-align: center;
}

.custom-legend_issue_bar .st,
.custom-legend_local_bar .st {
  display: inline-flex;
  align-items: center;
  padding: 2px 0;
  margin: 0;
}

.st {
  display: inline-flex;
  align-items: center;
  padding: 0px 10px;
  margin: 0;
  ;
}

.issue_barbox {
  height: 420px;
}

.popinion_cbox {
  height: 420px;
}

canvas.chart_popinion_all {
  height: 230px !important;
  max-height: 230px;
}

canvas.chart_popinion {
  height: 170px !important;
  max-height: 170px;
}


.areabox_txt {
  font-size: 11px;
  padding: 10px 10px;
  background-color: #f7f9fb;
  border-radius: 10px;
  margin: 5px 0;
}

.area_dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}

.area_dl dt {
  margin: 0;
  display: inline;
  font-weight: 600;
}

.area_dl dd {
  margin: 0;
  display: inline;
}

.gmax {
  max-width: 400px;
  min-width: 250px;
}

.chart-compare-wrapper {
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.chart-fixed {
  position: sticky;
  top: 0;
  height: 720px;
}

.scroll-category-nav {
  display: flex;
  gap: 10px;
  margin: 20px 0;
  flex-wrap: wrap;
}

.scroll-category-nav button {
  padding: 8px 20px;
  font-size: 15px;
  border: 1px solid #2c2c2c;
  border-radius: 30px;
  background: #fff;
  cursor: pointer;
  transition: background-color 0.2s;
}

.scroll-category-nav button:hover {
  background-color: #2c2c2c;
  color: #fff;
}

.scroll-category-nav button .on {
  background-color: #2c2c2c;
  color: #fff;
}


.chart-scrollable {
  flex: 1 1 auto;
  overflow-y: auto;

}

.search-box {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px;
  font-size: 14px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #f9fafa;
}

.search-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 32px;
  align-items: center;
  margin: 0 auto;
}

.search-item {
  display: flex;
  align-items: center;
}

.search-item label {
  width: 70px;
  margin-right: 8px;
  white-space: nowrap;
}

.search-item input[type="text"],
.search-item select {
  width: 100%;
  height: 40px;
  padding: 4px 8px;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
}

.search-btns {
  display: flex;
  justify-content: flex-end;
  margin: 10px 0;
  gap: 10px;
}

.search-btns button {
  height: 34px;
  padding: 0 16px;
  font-size: 14px;
  cursor: pointer;
  border: 1px solid #888;
}

.search-btns .submit {
  background: #444;
  color: #fff;
  border-color: #444;
}

.search-btns .reset {
  background: #fff;
  color: #333;
  border-color: #ccc;
}

.table-wrap {
  margin: 40px auto;
}

.table-wrap .data-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 1px solid #e0e0e0;
}

.table-wrap .data-table th,
.table-wrap .data-table td {
  padding: 12px 10px;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

.table-wrap .data-table th {
  background: #f9f9f9;
  font-weight: bold;
}

.table-wrap .data-table th:nth-child(1) {
  width: 15%;
}

.table-wrap .data-table th:nth-child(2) {
  width: 10%;
}

.table-wrap .data-table th:nth-child(3) {
  width: 40%;
}

.table-wrap .data-table th:nth-child(4) {
  width: 20%;
}

.table-wrap .data-table th:nth-child(5) {
  width: 5%;
}

.table-wrap .data-table th:nth-child(6) {
  width: 10%;
}

.table-wrap .data-table tr:hover:not(.no-hover) {
  cursor: pointer;
  background-color: #f7f9f9;
}

.profile-cell {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 이미지 스타일 */
.profile-cell img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-right: 10px;
}

.bt_page2 {
  margin: 0 auto;
  position: relative;
  text-align: center;
  margin-top: 20px;
}

.bt_page2 .paging {
  margin: 0 auto;
  display: table;
}

.bt_page2 .paging a {
  border: 1px solid #f0f0f0;
  font-size: 12px;
  padding: 8px 13px;
  margin-right: 3px;
}

.bt_page2 .paging a:hover {
  border: 1px solid rgb(168, 168, 168);
}

.bt_page2 .on {
  font-weight: bold;
}

.bt_page2 svg {
  vertical-align: middle;
}

.bt_page2 .paging .p8 {
  padding: 8px 8px !important;
}

.custom-legend-week_gov {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

.custom-legend-week_gov .legend-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.custom-legend-week_gov .legend-box {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  margin-bottom: 6px;
}

.custom-legend-week_gov .legend-label {
  font-size: 12px;
  margin-bottom: 4px;
}

.custom-legend-week_gov .legend-percent {
  font-size: 20px;
  font-weight: bold;
}



/*선거구 분석 constituency analysi-ca*/
.ca_search-container {
  padding: 30px 15px 0 15px;
}

.ca_search-container input[type="text"] {
  width: 308px;
  padding: 10px 10px;
  font-size: 13px;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-bottom: 10px;
}

.ca_select-boxes {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.ca_select-boxes select {
  flex: 1;
  padding: 8px 10px;
  font-size: 12px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.ca_search-btn {
  width: 100%;
  background-color: #5b547e;
  color: #fff;
  font-size: 13px;
  padding: 10px 0;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}






.lmark_w2 {
  border: 1px solid red;
  width: 10px;
}

.ca_nav {
  background: white;
  border-radius: 12px;
  max-width: 330px;
  overflow: hidden;
  padding: 20px;
}

.ca_top {
  background: linear-gradient(135deg, #724bdd 20%, #6138cf 70%);
  color: white;
  padding: 20px;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.ca_top h3 {
  font-size: 20px;
  font-weight: 440;
  margin: 5px 0 20px 0;
}

.location-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 17px;
  padding: 24px 0 24px 14px;
  border-radius: 10px 10px 0 0;
  background: #8565df;
  color: #fff;
  background-size: 12px auto;
}

.ca_menu {
  list-style: none;
  padding: 0px 0;
}

.camenu_title {
  padding: 10px 5px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #eeeeee;
}

.capage_title{
  font-size: 17px !important;
  padding:16px 15px !important;
}

.ca_menu>li>a,
.ca_menu>li>span {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  gap: 10px;
  transition: all 0.2s ease;
  border-top: 1px solid #eee;
}

.ca_menu>li>span.active {
  background: #f8f9fa;
  color: #333;
}

.ca_menu>li>a:hover {
  background: #f0f0f0;
  color: #6b52e2;
  transform: translateX(4px);
}

.ca_submenu {
  list-style: none;
  background: white;
  padding: 0;
}

.ca_submenu .active {
  color: #6b52e2;
}

.ca_submenu li {
  border-bottom: 1px solid #f0f0f0;
}

.ca_submenu li a {
  display: flex;
  align-items: center;
  padding: 10px 16px 10px 26px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  gap: 8px;
  transition: all 0.2s ease;
}

.ca_submenu li .pl16 {
  padding: 10px 16px 10px 16px;
}

.ca_submenu li a:hover {
  color: #6b52e2;
  font-weight: 600;
  transform: translateX(3px);
}

.ca_submenu li.on a {
  color: #6b52e2;
  font-weight: 500;
}

.ca_submenu li a i {
  margin-left: auto;
  color: #999;
  font-size: 11px;
}

.ca_submenu li a:hover i {
  color: #6b52e2;
}

.ca_content {
  flex: 1;
  padding: 40px;
}

.ca_content section {
  margin-bottom: 200px;
  /* 긴 페이지용 */
}

.ca_content section h2 {
  margin-bottom: 20px;
}


.consti-wrap {
  max-width: 1200px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

/* Header */
.consti-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #7c4fd6;
  padding: 16px 15px;
  border-radius: 8px;
}

.consti-header h2 {
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  background: url(../images/contents/bg_ca_name.png) no-repeat 5px 5px;
  background-size: 14px auto;
  padding-left: 25px;
}

.ci_mark_s {
  vertical-align: middle;
  width: 10px;
}

.ci_mark {
  vertical-align: middle;
  width: 16px;
}

.consti-btn-save {
  color: #333;
  border: none;
  padding: 6px 6px;
  border-radius: 2px;
  padding-left: 50px;
  font-size: 11px;
  cursor: pointer;
  font-weight: 500;
  background: url(../images/contents/bg_savepdf.png) #fff no-repeat 6px 8px;
}

/* Overview */
.consti-overview {
  margin-top: 30px;
}

.consti-overview h3 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.consti-overview p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

.consti-overview p strong {
  color: #0073e9;
}

.consti-overview p span {
  color: #d9534f;
}

/* Main content */
.consti-main {
  display: flex;
  flex-wrap: wrap;
  /* 필요 시 아래로 흐를 수 있게 */
  gap: 20px;
  align-items: flex-start;
  margin-top: 10px;
}


.consti-stats {
  display: grid;
  gap: 10px;
  flex: 1;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  max-width: 600px;
}


.consti-card {
  background: #fff;
  border: 1px solid #e1e4eb;
  border-radius: 8px;
  padding: 10px 20px;
  height: 74px;
  transition: all 0.3s ease;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: none;
    /* scale과 충돌 방지 */
  }
}

.consti-card:hover {
  border-color: #6a8ce6;
  transform: scale(1.05);
  cursor: pointer;
  transform: translateY(-3px);
}


.consti-card .card_titleB {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 5px;
  font-size: 14px;
  color: #777;
  font-weight: normal;
}

.consti-card .icon {

  height: 20px;
  flex-shrink: 0;
}

.consti-card p {
  margin: 0;
  font-size: 20px;
  font-weight: 440;
  text-align: right;
  color: #333;
}

.consti-card em {
  font-size: 15px;
  font-weight: normal;
  padding-left: 3px;
}

.consti-card small {
  display: block;
  font-size: 13px;
  color: #5c5c5c;
  text-align: right;
  line-height: 12px;
}

/* Map area */
.consti-map {
  flex: 1;
  min-width: 300px;
  background: #fff;
  border: 1px solid #e1e4eb;
  border-radius: 8px;
  padding: 20px;
  height: 370px;
}


.consti-map h4 {
  color: #6a4cc9;
  font-size: 15px;
  margin-bottom: 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 5px;
}

.consti-map .map-image {
  width: 100%;
  height: 380px;
  max-height: 380px;
  position: relative;
  border: 1px solid #f8f8f8;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 0;
  justify-content: center;
}

.map-stats li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 6px;

  flex: 0 1 calc(33.333% - 10px);
  min-width: 120px;
}



.map-stats .color1 {
  display: inline-block;
  background: #54add5;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* 정확한 수직정렬 */
}

.map-stats .color2 {
  display: inline-block;
  background: #a05bd3;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* 정확한 수직정렬 */
}

.map-stats .color3 {
  display: inline-block;
  background: #75af5c;
  color: #fff;
  font-size: 20px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* 정확한 수직정렬 */
}

.map-stats .color4 {
  display: inline-block;
  background: #cb3e42;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* 정확한 수직정렬 */
}

.map-stats .color5 {
  display: inline-block;
  background: #089b80;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* 정확한 수직정렬 */
}

.map-stats .color6 {
  display: inline-block;
  background: #3d6eec;
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  /* 정확한 수직정렬 */
}



/* Keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


.chart-box2 {
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  padding: 40px 30px;
  margin-bottom: 40px;
  position: relative;
}

.chart-box2 h3 {
  color: #547ba2;
  font-weight: 550;
  margin: 0;
  font-size: 20px;
  padding-left: 0px;
}

/*
.chart-box2 h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #7a5be6;
  border-radius: 50%;
} */

.section_info_txt {
  background-color: #f9fafc;
  border-left: 2px solid #e7d9ff;
  padding: 20px 20px;
  margin-top: 10px;
  line-height: 25px;
}

.text_sub {
  color: #838ba2;
  font-size: 14px;
  padding-left: 10px;
}

.text_subW {
  color: #969696;
  font-size: 13px;
  font-weight: normal;
}

.fc_b {
  color: #1c8aec;
}

.fc_r {
  color: #ee0616;
}

.underline {
  text-decoration: underline;
}

.population_info {
  display: flex;
  gap: 50px;
  padding: 50px 20px 0 20px;
}

.consti-info {
  flex: 0.5;
}

.section-box h4 {
  color: #547ba2;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 400;
}

.consti-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.consti-info li {
  padding: 6px 0;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.consti-info .label {
  margin-bottom: 5px;
  text-align: left;
}

.consti-info .value {
  font-size: 20px;
  font-weight: 400;
  text-align: right;
}

.consti-info em {
  font-size: 14px;
  font-style: normal;
}

.consti-info .avg {
  display: block;
  font-size: 12px;
}


.consti-info .gender-chart {
  position: relative;
  height: 70px;
  max-height: 70px;
  border: 1px solid rgb(236, 236, 236)
}

.consti-info .li-gender {
  padding: 12px 0;
  border-bottom: 1px solid #ececec;
}

.consti-info .li-gender .label {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
  font-weight: 500;
}

.consti-info .gender-chart {
  position: relative;
  height: auto;
}

.consti-info .gender-item {
  display: flow !important;
}

.consti-info .label-top {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
  padding-top: 5px;
}


.consti-info .gender-bar {
  display: flex;
  height: 70px;
  max-height: 70px;
  overflow: hidden;
  font-size: 13px;
  color: #fff;
  font-weight: normal;

}

.consti-info .gender-bar .bar {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.consti-info .gender-bar .male {
  background-color: #2ca2ff;
}

.consti-info .gender-bar .female {
  background-color: #f8624f;
}

.consti-info .gender-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
  font-size: 12px;
  color: #666;
}

.consti-info .gender-labels .label {
  white-space: nowrap;
  color: #7e7e7e;
}


.consti-chart {
  flex: 1;
  width: 50%;
}

.chart_box_ageGender {
  height: 320px;
  max-height: 320px;
  position: relative;
}

#chart_ageGender_simulate {
  height: 220px;
  max-height: 220px;
  position: relative;

}


.consti-info .median_age {
  font-size: 11px;
  font-weight: normal;
}

.consti-info .median_age .increase {
  font-size: 11px;
  font-weight: normal;
  background: #ef1212;
  color: #fff;
  padding: 1px 4px;
  border-radius: 50px;
}

.consti-info .median_age .decrease {
  font-size: 11px;
  font-weight: normal;
  background: #0464f3;
  color: #fff;
  padding: 2px 5px;
  border-radius: 50px;
}

.ed_region-container {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.ed_region-btn {
  padding: 4px 16px;
  border-radius: 50px;
  border: 1px solid #edeff2;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.ed_region-btn:hover {
  border-color: #b58b4d;
  color: #b58b4d;
}

.ed_region-btn.active {
  border-color: #b58b4d;
  color: #b58b4d;
}

.ed_region-btn_daesun {
  padding: 4px 16px;
  border-radius: 50px;
  border: 1px solid #edeff2;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.ed_region-btn_daesun:hover {
  border-color: #b58b4d;
  color: #b58b4d;
}

.ed_region-btn_daesun.active {
  border-color: #b58b4d;
  color: #b58b4d;
}

.ed_region-btn_cs {
  padding: 4px 16px;
  border-radius: 50px;
  border: 1px solid #edeff2;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.ed_region-btn_cs:hover {
  border-color: #b58b4d;
  color: #b58b4d;
}

.ed_region-btn_cs.active {
  border-color: #b58b4d;
  color: #b58b4d;
}

.ed_region-btn_main {
  padding: 4px 16px;
  border-radius: 50px;
  border: 1px solid #edeff2;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.ed_region-btn_main:hover {
  border-color: #b58b4d;
  color: #b58b4d;
}

.ed_region-btn_main.active {
  border-color: #b58b4d;
  color: #b58b4d;
}


.ed_region-btn_sgg {
  padding: 4px 16px;
  border-radius: 50px;
  border: 1px solid #edeff2;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.ed_region-btn_sgg:hover {
  border-color: #b58b4d;
  color: #b58b4d;
}

.ed_region-btn_sgg.active {
  border-color: #b58b4d;
  color: #b58b4d;
}


.ed_region-btn_up {
  padding: 4px 16px;
  border-radius: 50px;
  border: 1px solid #edeff2;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
}

.ed_region-btn_up:hover {
  border-color: #b58b4d;
  color: #b58b4d;
}

.ed_region-btn_up.active {
  border-color: #b58b4d;
  color: #b58b4d;
}

.ed_section {
  display: flex;
  margin-top: 50px;
  gap: 40px;
}

.ed_box_map,
.ed_box_table {
  flex: 1;
  box-sizing: border-box;
  height: 380px;
  position: relative;
}

.ed_box_map {}

.ed_box_map .gradient-legend {
  width: 100%;
  max-width: 100%;
}

.ed_box_map .gradient-bar {
  width: 100%;
  height: 10px;
  border-radius: 8px;
  background: linear-gradient(to right, #f3ebde, #b58b4c);
  margin-bottom: 5px;
}

.ed_box_map .legend-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #797979;
}


.ed_box_map .gradient-legend2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.ed_box_map .gradient-bars2 {
  display: flex;
  width: 100%;
  gap: 20px;
  justify-content: center;
}

.ed_box_map .gradient-bar2 {
  flex: 1;
  height: 10px;
  border-radius: 5px;
}

.ed_box_map .gradient-bar2.blue {
  background: linear-gradient(to right, #0d3b94, #fff);
}

.ed_box_map .gradient-bar2.red {
  background: linear-gradient(to right, #fff, #e40026);
}

.ed_box_map .legend-labels2 {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  width: 100%;
}

.ed_box_map .legend-labels .left {
  text-align: left;
  flex: 1;
}

.ed_box_map .legend-labels .right {
  text-align: right;
  flex: 1;
}

.map-area {
  width: 100%;
  height: 300px;
  max-height: 300px;
  position: relative;
  border: 1px solid #f6f8fa;
  /*margin-top: 10px;*/

}

/* map_hjgy 전용 높이 설정 */
#map_hjgy.map-area {
  height: 320px !important;
  max-height: 320px !important;
}


.ed_box_table {
  padding: 0px 15px;
  height: 350px;
  overflow-y: auto;
}

.ed_table {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  border-top: 2px solid #d9cbb5;
}

.ed_table th {
  text-align: center;
  padding: 10px 10px;
  background-color: #f7f7f7;
  font-weight: 600;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.ed_table th:last-child {
  border-right: 0;
}

.ed_table td {
  text-align: right;
  padding: 8px 10px;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}

.ed_table td:nth-child(1) {
  text-align: center;
  font-weight: 600;
}

.ed_table td:last-child {
  border-right: 0;
}

.ed_box_table02 {
  padding: 15px 15px;
  height: 350px;
  overflow-y: auto;
}

.ed_table02 {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  border-top: 1px solid #91989d;
}

.ed_table02 th {
  padding: 10px 10px;
  background-color: #f7f7f7;
  font-weight: 600;
  text-align: center;
}

.ed_table02 th:nth-child(1) {
  width: 25% !important;
}

.ed_table02 th:nth-child(2) {
  width: 55% !important;
}

.ed_table02 th:nth-child(3) {
  width: 20% !important;
}

.ed_table02 td {
  padding: 10px 10px;
  border-bottom: 1px solid #ececec;
}

.ed_box_table03 {
  padding: 0px 15px;
  height: 350px;
  overflow-y: auto;
  flex: 1;
}

.ed_table03 {
  font-size: 13px;
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  border-top: 1px solid #91989d;
}

.ed_table03 th {
  text-align: center;
  padding: 10px 10px;
  background-color: #f7f7f7;
  font-weight: 600;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.ed_table03 td {
  text-align: right;
  padding: 8px 10px;
  border-bottom: 1px solid #ececec;
  border-left: 1px solid #ececec;
}

.ed_table03 td:nth-child(1) {
  text-align: center;
  font-weight: 600;
}

.ed_table03 thead tr:first-child th:first-child {
  border-left: 0;
}

.ed_table03 td:first-child {
  border-left: 0;
}


.info_population {
  margin-top: 50px;
}

.info_population_chart {
  margin-top: 20px;
  position: relative;
  height: 350px;
  max-height: 350px;
}

.tab-wrap {
  display: flex;
  width: 100%;
  border: 1px solid #ececec;
}

.tab_type1 {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  background: #f9f9f9;
  color: #555;
  border-right: 1px solid #ddd;
}

.tab_type1:last-child {
  border-right: none;
}

.tab_type1.active {
  background: #8c9bb8;
  color: #fff;
}

.data_source {
  padding: 15px;
  text-align: center;
  font-size: 16px;
  color: #596480;
  background-color: #f9fafc;
  border-top: 1px solid #e5e9f1;
  border-bottom: 1px solid #e5e9f1;
}

.data_source i {
  font-size: 22px;
  color: #82a4e9;
}

.footer {
  background: #2b2b2b;
  color: #a4a4a4;
  padding: 40px 60px;
  font-size: 13px;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.footer-left {
  max-width: 70%;
}

.footer-logo img {
  height: 23px;
  margin-bottom: 18px;
}

.footer-links {
  margin-bottom: 8px;
  font-size: 14px;
}

.footer-links a {
  text-decoration: none;
  margin-right: 8px;
  color: #a4a4a4;
}

.footer-links :hover {
  text-decoration: underline;
  color: #ebebeb;
}

.footer-links .divider {
  color: #868686;
  margin: 0 6px;
}

.footer-info {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.7;
}

.footer-copy {
  color: #585858;
  font-size: 12px;
  margin-top: 5px;
}

.footer-right {
  min-width: 330px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-family-wrap {
  margin-bottom: 16px;
  width: 200px;
}

.footer-family-box {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #ededed;
  min-width: 180px;
  justify-content: space-between;
  width: 100%;
  height: 48px;
}

.footer-family-label {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  padding: 0 18px;
}

.footer-family-plus {
  font-size: 23px;
  font-weight: 600;
  color: #222;
  padding: 0 18px;
  line-height: 48px;
}

.footer-family-select {
  width: 100%;
  height: 30px;
  margin-top: 10px;
  padding: 0 8px;
  font-size: 12px;
  border: 1px solid #ededed;
  background: #fff;
  outline: none;
}


.footer-sns {
  display: flex;
  gap: 17px;
  margin-top: 20px;
}

.footer-sns img {
  width: 27px;
  height: 27px;
  border-radius: 7px;
  background: #fff;
  padding: 3px;
}

.profile-wrap {
  margin: 30px auto;
  padding: 0;
  height: 360px;
  background: #fff;
  display: flex;
  flex-direction: row;
  border-radius: 20px;
  border: 1px solid #f1f1f1;
}

.profile-left {
  width: 220px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.party_bosu {
  background: linear-gradient(135deg, #e60024 15%, #f9fafc 0);
}

.party_jinbo {
  background: linear-gradient(135deg, #154fa1 15%, #f9fafc 0);
}

.party_no {
  background: linear-gradient(135deg, #bfafdd 15%, #f9fafc 0);
}

.profile-left .photoimg {
  width: 129px;
  height: 174px;
  object-fit: cover;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  background: #fff;
}

.profile-name {
  font-size: 21px;
  margin-top: 10px;
}

.profile-birth {
  font-size: 14px;
}

.profile-sns {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.profile-content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.profile-header-label {
  color: #596480;
  font-size: 17px;
  font-weight: 440;
  position: relative;
  padding-left: 5px;
  padding-top: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.profile-header-label::before {
  content: '•';
  font-size: 25px;
  color: #7a5be6;
  border-radius: 50%;
}

.profile-main-row {
  display: flex;
  flex-direction: row;
  gap: 5px;
  margin-top: 30px;
}

.profile-info-box {
  flex: 1;
  padding: 15px 0px 26px 0px;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 280px;
}

.profile-info-box .party-logo {
  height: 42px;
}

.profile-info-box .profile-title {
  font-size: 27px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
  margin-top: -10px;
}

.profile-info-box .profile-info-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 14px;
  color: #474950;
  margin-bottom: 0;
  border-left: 2px solid #e3e6ee;
  padding-left: 15px;
}

.profile-info-box .profile-info-list .item {
  margin-bottom: 0px;
  padding: 3px 0;
}

.profile-info-box .profile-info-list strong {
  color: #888;
  font-weight: normal;
  margin-right: 10px;
  width: 40px;
  display: inline-block;
}

.profile-info-box .profile-info-list .profile-pos {
  font-weight: 600;
  color: #1e77b6;
}

.edu_box {
  flex: 0.9;
  padding: 20px;
}

.edu_title {
  padding: 10px;
  font-size: 15px;
  border-bottom: 10px;
  border-bottom: 1px solid #eaedf4;
  padding-left: 45px;
  border-top: 1px solid #eaedf4;
  background: url(../images/contents/bg_eduhis.png) #f9fbff no-repeat 15px center;
}

.edu_history {
  background: #fff;
  flex: 1;
  padding: 16px 8px 5px 2px;
  font-size: 14px;
  border-radius: 0 0 8px 8px;
  line-height: 1.8;
  min-height: 156px;
}

.edu_history li {
  padding: 3px 0;
}

.edu_history li::before {
  content: '–';
  margin-right: 7px;
  color: #b7bad6;
}


.profile-history-box {
  flex: 1;
  background: #fff;
  padding: 20px 20px;
  min-width: 280px;
  max-width: 450px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.profile-history-content {
  background: #fff;
  flex: 1;
  padding: 16px 8px 5px 2px;
  font-size: 14px;
  border-radius: 0 0 8px 8px;
  line-height: 1.8;
  min-height: 156px;
}

.profile-history-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 200px;
  /* 높이 고정 */
  overflow-y: auto;
  /* 세로 스크롤 */
}

.profile-history-content ul li {
  padding: 3px 0;
}

.profile-history-content li::before {
  content: '–';
  margin-right: 7px;
  color: #b7bad6;
}

.analysis-box {
  border: 1px solid #d0b9f2;
  border-radius: 12px;
  background: #faf8ff;
  padding: 18px 22px;
  min-width: 1370px;
}

.analysis-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;

}

.color_p {
  background-color: #6a40e3;
  padding: 5px 10px;
  border-radius: 80px;

}


.analysis-header .logo {
  height: 13px;
}

.analysis-header .title {
  color: #6a40e3;
  font-size: 15px;
}


.analysis-text {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}


.consti-header2 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8366ef;
  padding: 18px 15px;
  border-radius: 8px;
}

.consti-header2 h3 {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  background: url(../images/contents/bg_ch2.png) no-repeat 0 2px;
  padding-left: 30px;
}

.consti-header3 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: url(../images/contents/bg_ch3.png) #f9f7fe no-repeat 15px center;
  background-size: 24px;
  padding: 16px 15px;
  border-top: 1px solid #e7dff9;
  margin-top: 20px;
}

.consti-header3 h3 {
  text-align: center;
  color: #683fd7;
  font-size: 16px;
  font-weight: 400;
  padding-left: 30px;
}

.consti-header3 span {
  text-align: center;
  color: #683fd7;
  font-size: 16px;
  font-weight: 500;
  padding-left: 30px;
}

.election-overview {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 0 20px;
}

.overview-left {
  flex: 1;
}

.overview-left h3 {
  font-size: 15px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  padding-left: 25px !important;
}

.overview-left h3::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/contents/img_vote1.png ') no-repeat center/cover;
  margin-right: 8px;
  border-radius: 0 !important;
}

.eo_table {
  width: 90%;
  border-collapse: collapse;
  font-size: 14px;
  border-top: 1px solid #ececec;
}

.eo_table tr {
  border-bottom: 1px solid #ececec;
}

.eo_table th {
  text-align: left;
  font-weight: 500;
  padding: 10px 15px;
  background-color: #f9fafc;
  width: 140px;

}

.eo_table td {

  padding: 10px 15px;
}

.overview-right {
  flex: 1;
  text-align: center;
}

#neo_chart-wrapper {
  width: 220px;
  height: 220px;
  margin: 0px auto 0;
  border: 1px solid rgb(244, 244, 244);
  border-radius: 50%;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

#chart_voteRate {
  width: 100%;
  height: 100%;
}

.donut-chart {
  width: 230px;
  height: 230px;
  margin: 0 auto;
  padding: 5px;

}

.overview-right .legend {
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: 13px;
  border-bottom: 1px solid #ebebeb;
  width: 340px;
  padding: 0 10px;
  margin: auto;
  padding-bottom: 5px;
}

.overview-right .legend-item {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-bottom: 0px;
  min-width: 0px;
}

.overview-right .legend-item .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
}

.dot-pre {
  background: #2ec4b6;
}

.dot-main {
  background: #3a86ff;
}

.dot-absten {
  background: #cccccc;
}



.avg-rate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 250px;
  margin: 15px auto 0;
}

.avg-label,
.avg-value {
  font-weight: bold;
  font-size: 14px;
  color: #111;
  font-weight: 500;
}

.avg-value em {
  margin-left: 3px;
  font-size: 13px;
}



.np_scape-wrap {
  margin: 20px auto;
}

.np_scape-header {
  display: flex;
  gap: 30px;
  margin-top: 50px
}

.np_scape-profile-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px
}

.np_scape-profile-photo {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  background: #fff;
}

.np_scape-profile-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.np_scape-profile-box {
  background: #fafafa;
  border: 1px solid #eceff2;
  border-radius: 30px;
  padding: 20px 20px 20px 60px;
  margin-left: 40px;
  flex: 1;
}


.np_scape-profile-box p {
  font-size: 16px;
  font-weight: 500;
  padding-left: 20px;
}



.np_scape-evaluation,
.np_scape-support {
  flex: 1;
}

.np_scape-evaluation h3,
.np_scape-support h3 {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}

.np_scape-evaluation .sub,
.np_scape-support .sub {
  font-size: 12px;
  color: #888;
}

.np_scape-chart-donut,
.np_scape-chart-bar {
  border: 1px solid #e5e9f0;
  border-radius: 10px;
  height: 320px;
  max-height: 320px;
  position: relative;
  margin-bottom: 15px;
  display: flex;
  justify-content: center;
}

.gov_graph {
  max-height: 180px;
  height: 180px;
  margin-top: 30px;
  width: 440px;
}

.np_scape_party {
  max-height: 250px !important;
  height: 250px !important;
  width: 400px;
  margin-top: 50px;

}

.np_scape-legend {
  display: flex;
  gap: 20px;
  font-size: 14px;
}

.np_scape-legend .box {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
}

.np_scape-legend .blue {
  background: #3d7cf2;
}

.np_scape-legend .red {
  background: #f14a37;
}

.np_scape-legend .gray {
  background: #999;
}

.np_scape-issues {
  margin-top: 40px;
}

.np_scape-issues h4 {
  font-size: 16px;
  color: #5b4394;
  margin-bottom: 12px;
}

.np_scape-issues ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.issue-item {
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 12px;
  transition: all 0.2s ease;
}

.issue-item:hover {
  background-color: #f7f7f7;
  border: 1px solid #e5e1f0;
  transform: translateY(-4px);
  cursor: pointer;
}

.issue-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 36px;
  margin-right: 14px;
  flex-shrink: 0;
}

.issue-icon.purple {
  background-color: #d1c8e1;
}

.issue-text {
  flex: 1;
}

.issue-text strong {
  font-size: 14px;
  display: block;
  margin-bottom: 4px;
}

.issue-text p {
  font-size: 12px;
  color: #666;
  margin: 0;
  line-height: 1.4;
}

.issue-badge {
  font-size: 13px;
  padding: 1px 6px;
  border-radius: 999px;
  white-space: nowrap;
}

.issue-badge.very-bad {
  background-color: #d32f2f;
  color: #fff;
}

.issue-badge.bad {
  background-color: #f44336;
  color: #fff;
}

.issue-badge.normal {
  background-color: #bdbdbd;
  color: #fff;
}

.issue-badge.good {
  background-color: #42a5f5;
  color: #fff;
}

.issue-badge.very-good {
  background-color: #1976d2;
  color: #fff;
}



.np_scape-box_l {}

.np_scape-box_r {}

.np_scape-title {
  font-size: 16px;
  font-weight: bold;
  color: #5e3da7;
}

.np_scape-wrapper {
  display: flex;
  gap: 40px;
  margin-top: 40px;
}

.np_scape-wrapper2 {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.np_scape-donut-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.np_scape-donut-chart {
  width: 200px;
  height: 200px;
  position: relative;
  border: 1px solid rgb(244, 244, 244);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#chart_voteWill {
  width: 100%;
  height: 100%;
}

.np_scape-info {
  flex: 1;
  border: 1px solid #eceff2;
  border-radius: 8px;
  padding: 20px;
  width: 180px;
  margin-left: 30px;
  height: 180px;
}

.np_scape-info .title {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #333;
  font-size: 15px;
  text-align: left;
  font-weight: 500;
}

.np_scape-poll-list p {
  font-size: 14px;
  margin: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.np_scape-poll-list .title {
  padding-bottom: 40px;
  padding-top: 10px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.np_scape-poll-list .label {
  display: flex;
  align-items: center;
  gap: 2px;
}

.np_scape-poll-list .value {
  font-weight: 600;
}

.np_scape-poll-list .dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot.blue {
  background: #3d7cf2;
}

.dot.red {
  background: #f14a37;
}

.dot.gray {
  background: #999;
}

.dot.orange {
  background: #fc8a4b;
}

.dot.mint {
  background: #26c1c7;
}

.np_scape-bottom {
  display: flex;
  gap: 10px;
  background: #f9fafc;
  border-radius: 12px;
  padding: 16px 20px;
  box-sizing: border-box;
  margin: auto;
  margin-top: 28px;
}

.np_scape-avg-box {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-right: 1px solid #e0e0e0;
  padding-right: 10px;
}

.np_scape-avg-box.right {
  border-right: none;
  padding-right: 0;
  padding-left: 15px;
}

.np_avg-line {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-between;
}

.np_avg-label {
  font-size: 14px;
  text-align: left;
}

.np_avg-label .sub {
  font-size: 11px;
  text-align: left;
  line-height: 1;
}

.np_avg-value {
  font-size: 17px;
  font-weight: 700;
}

.np_avg-change {
  font-size: 14px;
  font-weight: normal;
}


.np_scape-result strong,
.np_scape-avg strong {
  font-size: 16px;
  font-weight: 600;
}

.np_scape-result2 .tdtext {
  font-size: 14px;
  font-weight: 440;
  text-decoration: underline;
}

.np_scape-result2 strong {
  font-size: 19px;
  margin-top: 4px;
  font-weight: 600;
  padding-left: 10px;
}

.np_scape-result2 span {
  font-size: 14px;
  margin-top: 4px;
  font-weight: normal;
}

.np_scape-avg span {
  font-size: 15px;
  font-weight: 440;
}

.np_scape-cards {
  display: flex;
  gap: 20px;
}

.np_scape-card {
  width: 180px;
  border-radius: 12px;
  padding: 15px 20px;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.25s ease;
}

.np_scape-card.blue {
  background: #e7f1fb;
  border: 1px solid #eceff2;
}

.np_scape-card.yellow {
  background: #fcfbf7;
  border: 1px solid #eceff2;
}

.np_scape-card.red {
  background: #fbf2f4;
  border: 1px solid #eceff2;
}


.np_scape-card.blue:hover {
  background: #d2e6fa;
  border: 1px solid #4daaff;
  cursor: pointer;
  transform: translateY(-4px);
}

.np_scape-card.yellow:hover {
  background: #f8f5e6;
  border: 1px solid #e5cc63;
  cursor: pointer;
  transform: translateY(-4px);
}

.np_scape-card.red:hover {
  background: #fce6ea;
  border: 1px solid #e85c77;
  cursor: pointer;
  transform: translateY(-4px);
}

.card-label {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  padding: 15px 15px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.np_scape-card.blue .card-label {
  background: #002b77;
  color: #fff;
}

.np_scape-card.yellow .card-label {
  background: #ffce00;
  color: #fff;
}

.np_scape-card.red .card-label {
  background: #d23b3b;
  color: #fff;
}

.np_scape-card .card-body {
  text-align: left;
}

.np_scape-card .item {
  margin-bottom: 10px;
}

.np_scape-card .label {
  display: inline-block;
  font-size: 12px;
}

.np_scape-card .percent {
  font-size: 12px;
}

.np_scape-card .bar {
  background: #fff;
  border-radius: 50px;
  height: 12px;
  margin-top: 5px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
}

.np_scape-card .fill {
  height: 12px;
  border-radius: 50px;
}

.np_scape-card.blue .fill {
  background: #55b5ff;
}

.np_scape-card.yellow .fill {
  background: #ffc519;
}

.np_scape-card.red .fill {
  background: #ef5b73;
}

.np_scape-card .average {
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  border-top: 1px solid #f2f7fd;
  padding-top: 10px;
}

.np_scape-card .average strong {
  display: block;
  font-size: 16px;
  margin-top: 4px;
  font-weight: 600;
}

.np_scape-card .average .red {
  color: #f14a37;
  font-weight: 500;
}

.np_scape-card .average .blue {
  color: #3d7cf2;
  font-weight: 500;
}

.np_scape-card .average .middle {
  color: #efa811;
  font-weight: 500;
}

.np_scape-card .average strong span {
  font-size: 15px;
  font-weight: 440;
}

.np_result-election-wrap {
  display: flex;
  gap: 10px;
}

.np_result-election-left {
  width: 280px;
  background: #fff;
  border: 1px solid #e5e9f0;
  border-radius: 10px;
  padding: 35px 35px 15px 35px;
}

.np_result-title {
  font-size: 21px !important;
  color: #333 !important;
  font-weight: 440 !important;
  text-align: center;
}

.np_result-title img {
  width: 20px;
  padding-right: 10px;
  padding-right: 7px;
  padding-top: 7px;
}


.np_result-date {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  text-align: center;
}

.np_result-summary {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #ececec;
  padding: 20px 0;
  font-weight: 600;
}

.np_result-summary .summary-item {
  flex: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.np_result-summary .summary-item:not(:last-child) {
  border-right: 1px solid #ececec;
}

.np_result-summary .summary-label {
  font-size: 13px;
  color: #1080df;
  text-decoration: underline;
}

.np_result-summary .summary-value {
  font-size: 26px;
  font-weight: 500;
}

.np_result-stats {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.np_result-stats .stat-item {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin: 6px 0;
  font-weight: 600;
}

.np_result-split {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}

.np_result-split .split-group {
  margin-top: 16px;
}

.np_result-split .split-group strong {
  display: block;
}

.np_result-split .split-item {
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
}

.np_result-table {
  margin-top: 15px;
}

.np_result-table h4 {
  font-size: 14px;
  margin: 12px 0 6px;
}

.np_result-table ul {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ececec;
}

.np_result-table ul:last-child {
  border-bottom: 0;
}


.table-item {
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
}

.table-item .left {
  display: flex;
  align-items: center;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 2px;
}

.dot.bosu {
  background: #E61E2B;
}

.dot.jinbo {
  background: #152484;
}

.dot.jinbodang {
  background: #D6001C;
}

.dot.saemirae {
  background: #45BABD;
}

.dot.gaehyeog {
  background: #FF7210;
}

.dot.no {
  background: #cccdce;
}

.dot.middle {
  background: #efa811;
}

.np_result-table .label {
  text-align: left;
}

.np_result-table .value,
.right {
  text-align: right;
  font-weight: 500;
}

.np_result-right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.np_result-tab {
  display: flex;
  margin-bottom: 12px;
}

.np_result-tab button {
  flex: 1;
  padding: 8px 0;
  border: none;
  cursor: pointer;
  background: #ddd;
  color: #333;
}

.np_result-tab button.active {
  background: #3d7cf2;
  color: #fff;
}

.np_result-ratio-wrap {
  margin-bottom: 20px;
}

.ratio-bar {
  display: flex;
  height: 50px;
  border-radius: 100px;
  overflow: hidden;
}

.ratio {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
}

.ratio.blue {
  background: #0d3b94;
}

.ratio.red {
  background: #e40025;
}

.ratio.gray {
  background: #cccdce;
}

.ratio-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #545454;
  margin-top: 4px;
  padding: 0 10px;
}

.np_result-wrapper {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  flex: 1;
  flex-direction: column;
}

.np_result-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  width: 170px;
  flex-shrink: 0;
}

.np_result-map {
  border: 1px solid #e5e9f0;
  border-radius: 10px;
  width: 100%;
  height: 860px;
}

.np_result-map img {
  display: block;
  text-align: center;
  margin: auto;
}

.np_result-map2 {
  border: 1px solid #e5e9f0;
  border-radius: 10px;
  width: 100%;
  /* height:540px; - flex layout 사용으로 제거 */
  flex: 1;
  display: flex;
  flex-direction: column;
}

.np_result-map2 img {
  height: 500px;
  width: auto;
  display: block;
  text-align: center;
  margin: auto;
}

.np_result-map3 {
  border: 1px solid #e5e9f0;
  border-radius: 10px;
  width: 100%;
  height: 755px;
}

.np_result-map3 img {
  height: 730px;
  width: auto;
  display: block;
  text-align: center;
  margin: auto;
}

.np_result-card.total {
  background: #f9f7fe;
  border-radius: 10px;
  border: 1px solid #e7dff9;
  padding: 15px 10px;
  text-align: center;
}

.np_result-card .all_txt {
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  margin-top: 20px;
}

.np_result-card {
  background: #f9fafc;
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  padding: 15px 10px;
  text-align: center;
}


.np_result-card .card-title {
  font-size: 13px;
  color: #616161;
  margin-bottom: 4px;
}

.np_result-card .card-title2 {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.np_result-card img {
  padding-bottom: 5px;
}

.np_result-card .card-total {
  font-size: 16px;
  font-weight: 440;
  margin-bottom: 8px;
}

.np_result-card .card-bars {
  display: flex;
  height: 14px;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
}

.bar.blue {
  background: #0d3b94;
}

.bar.red {
  background: #e40025;
}

.bar.gray {
  background: #cccdce;
}

.bar.darkgray {
  background: #999;
}

.bar.yellow {
  background: #efa811;
}

.vote-stats-wrap {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}

.vote-rate-box {
  flex: 1;
  padding: 20px;
}

.vote-count-box {
  flex: 1;
  padding: 20px;
}

.donut-chart-area,
.bar-chart-area {
  height: 220px;
  align-items: center;
  justify-content: center;
}

.party-scroll-container {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  margin-top: 10px;
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}

.candidate-card {
  flex: 0 0 210px;
  background: #f9fbff;
  padding: 25px 20px;
  border-radius: 14px;
  text-align: center;
  border: 1px solid #f1f1f1;
}


.candidate-card .vote-percent {
  font-size: 22px;
  font-weight: 440;
  text-decoration: underline;
  margin-top: -5px;
}

.candidate-card .name {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 15px;
  border-bottom: 1px solid #ececec;
}

.candidate-card .vote-detail {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 10px 0;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}

.candidate-card .vote-detail .label {
  text-align: left;
}

.candidate-card .vote-detail .value {
  text-align: right;
  line-height: 1.4;
}

.candidate-card .vote-detail .value strong {
  font-size: 16px;
  font-weight: 500;
  display: block;
}

.candidate-card .bar-box {
  position: relative;
  height: 14px;
  background: #fff;
  border-radius: 50px;
  overflow: hidden;
  margin-top: 12px;
}

.candidate-card .bar-fill {
  height: 100%;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 8px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  overflow: visible;
}

.candidate-card .bar-label {
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  white-space: nowrap;
}

/* 바 너비가 작을 경우 바 바깥쪽에 출력 (JS에서 class 추가로 처리) */
.bar-fill.too-small .bar-label {
  left: 100%;
  margin-left: 6px;
  color: #000;
  /* 바 밖이면 색상 변경 */
}


.candidate-card .bar-fill {
  background: #7d7d7d;
}

.candidate-card .bar-box {
  border: 1px solid #e4e4e4;
}

/* 정당별 색상 */
.party-gugmin .vote-percent {
  color: #e60024;
}

.party-gugmin .bar-fill {
  background: #e60024;
}

.party-gugmin .bar-box {
  border: 1px solid #f8dbdf;
}

.party-minju .vote-percent {
  color: #1771e9;
}

.party-minju .bar-fill {
  background: #60a5ff;
}

.party-minju .bar-box {
  border: 1px solid #cadef9;
}



.party-abstain .name {
  padding-top: 13px;
  font-size: 22px;
  font-weight: 500;
}

.party-abstain .vote-total {
  font-size: 20px;
  color: #222;
  padding-top: 20px;
}

.party-abstain .abstain-percent {
  font-size: 26px;
  font-weight: 600;
  text-decoration: underline;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.party-abstain .bar-box {
  border: 1px solid #e4e4e4;
}

.party-abstain .bar-fill {
  background: #111;
}


/* 당선 뱃지 */
.candidate-card .badge {
  display: inline-block;
  position: absolute;
  top: 62px;
  left: 20px;
}


.candidate-card .box_party-logo {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
}

.candidate-card .party-logo {
  max-height: 100%;
  object-fit: contain;
  height: 45px;
}

.icon_absten {
  margin-top: 10px;
}

.resultRate {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 20px;
  margin-top: 10px;
  width: 100%;
}

.resultRate_box {
  width: 100%;
  max-width: 200px;
  border: 1px solid #f4f0fd;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
}

.top3_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  /* 텍스트와 선 사이 간격 */
  margin-top: 30px;
}

.top3_box::before,
.top3_box::after {
  content: "";
  flex: 1;
  height: 1px;
}

.top3_box::before {
  /* 왼쪽: 흐림 → 진함 */
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0),
      /* 흐림 */
      rgba(0, 0, 0, 0.18)
      /* 진함 */
    );
}

.top3_box::after {
  /* 오른쪽: 진함 → 흐림 */
  background: linear-gradient(to left,
      rgba(0, 0, 0, 0),
      /* 흐림 */
      rgba(0, 0, 0, 0.18)
      /* 진함 */
    );
}


.differ_box_txt {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
}

.top3_txt {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
  color: #607D8B;
}

.result_1n2-bar {
  text-align: center;
}

.result_1n2-gap {
  display: inline-block;
  padding: 8px 18px;
  font-size: 14px;
  color: #444;
  background: #fafafb;
  border: 1px solid #ebedef;
  border-radius: 50px;
  text-align: center;
  margin: 0px auto 10px auto;
}


.result_1n2-container {
  position: relative;
  width: 90%;
  margin: auto;
}

.result_1n2 {
  display: flex;
  height: 48px;
  border-radius: 100px;
  overflow: hidden;
}

.result_1n2-ratio {
  display: flex;
  align-items: center;
  padding: 0 12px;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}

.result_1n2-text {
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.result_1n2-text-left {
  justify-content: flex-start;
  margin-right: auto;
  padding-left: 40px;
  z-index: 99;
}

.result_1n2-text-right {
  justify-content: flex-end;
  margin-left: auto;
  padding-right: 40px;
  z-index: 99;
}

.result_1n2-percent {
  font-weight: 500;
  margin: 0 4px;
  font-size: 20px;
  z-index: 999;
}

.result_1n2-text strong {
  font-weight: 500;
  margin: 0 4px;
  font-size: 16px;
}

.result_1n2-photo {
  position: absolute;
  top: -8px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
  border: 1px solid #f6f6f6;
}

.result_1n2-photo img {
  width: 100%;
  object-fit: cover;
}

.result_1n2-photo-left {
  left: 0;
  transform: translateX(-50%);
}

.result_1n2-photo-right {
  right: 0;
  transform: translateX(50%);
}

.e_summary {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 40px;
}

.e_summary-box-wrap {
  flex: 1 1 0;
  min-width: 220px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.e_summary-label-top {
  margin-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  z-index: 1;
}

.e_summary-box {
  background: #f9fbff;
  border: 1px solid #f1f1f1;
  border-radius: 14px;
  padding: 30px 30px 24px 30px;
  text-align: left;
  min-height: 310px;
  box-sizing: border-box;
  position: relative;
  margin-top: 10px
}

.e_summary-title {
  font-size: 17px;
  color: #333;
  font-weight: 500;
  text-align: center;
}

.img_party_summary {
  padding-right: 5px;
  height: 46px;
  vertical-align: middle;
}

.bgg2 {
  width: 30px;
  padding-bottom: 10px;
}

.e_summary-votedate {
  font-size: 13px;
  text-align: center;
}

.e_summary-voterate {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-bottom: 30px;
  padding-top: 10px;
  border-bottom: 1px solid #f1f1f1;
  flex-direction: column;
}

.e_summary-vote-label {
  font-size: 15px;
  font-weight: 500;
  color: #e60024;
  display: inline-block;
  text-decoration: underline;
}

.e_summary-vote-value {
  font-size: 26px;
  font-weight: 600;
  display: inline-block;
  margin-left: 6px;
  line-height: 1.0;
}

.e_summary-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  padding: 3px 0;
  padding-top: 5px;
}

.e_summary-label {
  text-align: left;
}

.e_summary-value {
  font-size: 13px;
  font-weight: 500;
  text-align: right;
}

/* 국정운영 평가 퍼센트 */
.e_summary-percent {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-left: 5px;
  vertical-align: middle;
}

.e_summary-percent.blue {
  color: #3987e6;
}


.e_summary-graph {
  height: 110px;
  max-height: 110px;
  position: relative;
}

.e_summary-graph2 {
  height: 110px;
  max-height: 110px;
  position: relative;
}

/* 득표차 박스 */
.e_summary-winner {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.summary-badge-box,
.summary-party-box {
  display: flex;
  align-items: center;
}

.summary-badge {
  width: 32px;
  position: ABSOLUTE;
  left: 17%;
  padding-top: 5px;
}

.summary-party-box {
  flex-direction: column;
}

.summary-party-logo img {
  height: 40px;
  padding-bottom: 3px;

}

.summary-candidate-name {
  font-weight: 500;
  font-size: 22px;
  color: #333;
  margin-top: -10px;
}

.e_summary-score {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
}

.e_summary-count {
  font-size: 16px;
  color: #222;
  margin-bottom: 20px;
  text-align: center;
}

.e_summary-bottom.mini {
  font-size: 11px;
  color: #7e7e7e;
  margin-top: 12px;
}

.e_summary-winner2 {
  display: flex;
  gap: 6px;
  justify-content: center;
}

.e_summary-winner2 .summary-badge-box,
.e_summary-winner2 .summary-party-box {
  padding: 4px 6px;
  display: flex;
  align-items: center;
}

.e_summary-winner2 .summary-badge2 {
  width: 41px;
  position: ABSOLUTE;
  left: 59%;
  top: 24px;
  padding-top: 7px;
}

.e_summary-winner2 .summary-party-box {
  flex-direction: column;
}

.e_summary-winner2 .summary-candidate-name {
  font-weight: 600;
  font-size: 22px;
}

.e_summary-winner2 .tc_bosu {
  color: #e60024;
}

.e_summary-winner2 .tc_jinbo {
  color: #154fa1;
}

.sum_bar-chart {
  display: flex;
  align-items: flex-end;
  height: 140px;
  max-height: 140px;
  position: relative;
  gap: 10px;
  justify-content: center;
  border-bottom: 1px solid #f4f4f4;
  padding: 0 10px !important;

}



.sum_bar-chart .bar {
  position: relative;
  width: 70px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}



.sum_bar-chart .bar-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  padding-top: 10px;
  text-align: center;
}

.sum_bar-chart .bar-inner.dem {
  background-color: #154fa1;
}

.sum_bar-chart .bar-inner.ppl {
  background-color: #e60024;
}


.sum_bar-chart .bar-inner .value {
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  display: block;
  text-align: center;
}

.sum_bar-chart .bar-inner .name {
  font-size: 11px;
  line-height: 1;
  margin-top: 4px;
  display: block;
}

.sum_bar-chart .bar-inner.low {
  position: relative;
}

.sum_bar-chart .bar-inner.low .label {
  position: absolute;
  top: -30px;
  color: #333;
  text-align: center !important;
}

.sum_bar-chart .bar-inner.low .name {
  margin-top: 2px;
}

.profile-wrap .ci00 {
  background: url('../images/contents/img_srcharea.png') no-repeat left center;
}

.profile-wrap .ci01 {
  background: url('../images/contents/location_ci01.png') no-repeat left center;
}

.profile-wrap .ci02 {
  background: url('../images/contents/location_ci02.png') no-repeat left center;
}

.profile-wrap .ci03 {
  background: url('../images/contents/location_ci03.png') no-repeat left center;
}

.profile-wrap .ci04 {
  background: url('../images/contents/location_ci04.png') no-repeat;
}

.profile-wrap .ci05 {
  background: url('../images/contents/location_ci05.png') no-repeat left center;
}

.profile-wrap .ci06 {
  background: url('../images/contents/location_ci06.png') no-repeat left center;
}

.profile-wrap .ci07 {
  background: url('../images/contents/location_ci07.png') no-repeat left center;
}

.profile-wrap .ci08 {
  background: url('../images/contents/location_ci08.png') no-repeat left center;
}

.profile-wrap .ci09 {
  background: url('../images/contents/location_ci09.png') no-repeat left center;
}

.profile-wrap .ci10 {
  background: url('../images/contents/location_ci10.png') no-repeat left center;
}

.profile-wrap .ci11 {
  background: url('../images/contents/location_ci11.png') no-repeat left center;
}

.profile-wrap .ci12 {
  background: url('../images/contents/location_ci12.png') no-repeat left center;
}

.profile-wrap .ci13 {
  background: url('../images/contents/location_ci13.png') no-repeat left center;
}

.profile-wrap .ci14 {
  background: url('../images/contents/location_ci14.png') no-repeat left center;
}

.profile-wrap .ci15 {
  background: url('../images/contents/location_ci15.png') no-repeat left center;
}

.profile-wrap .ci16 {
  background: url('../images/contents/location_ci16.png') no-repeat left center;
}

.profile-wrap .ci17 {
  background: url('../images/contents/location_ci17.png') no-repeat left center;
}

.profile-wrap .ci111 {
  background: url('../images/contents/location_mark_cj.svg') no-repeat left center;
  background-size: 15px auto;
}

.summary-row_box {
  border-top: 1px solid #f1f1f1;
  padding-top: 20px;
}

.info_unit {
  font-size: 11px;
  text-align: right;
}

#chart_ageGender {
  height: 240px;
  max-height: 240px;
  position: relative;
}

#chart_gender_by_region {
  height: 260px;
  max-height: 260px;
  position: relative;
}

#chart_numbervoter_region {
  height: 230px;
  max-height: 230px;
  position: relative;
}

#chart_result_votes {
  height: 240px;
  max-height: 240px;
  position: relative;
}

#chart_result_votes_daesun {
  height: 240px;
  max-height: 240px;
  position: relative;
}

#chart_result_votes_cs {
  height: 240px;
  max-height: 240px;
  position: relative;
}

#chart_result_votes_sgg {
  height: 240px;
  max-height: 240px;
  position: relative;
}


.profile-history-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 30px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: none;
}

.profile-history-box .ph_type {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  font-size: 15px;
  padding: 10px 15px;
  font-weight: 500;
  background: #fcfcfc;
}

.profile-history-content {
  display: block !important;
  flex: 1;
  background: #fff;
  padding: 20px 0px;
  box-sizing: border-box;
  min-height: 260px;
}

.profile-history-content::before {
  display: flex;
  align-items: center;
  padding: 10px;
  font-size: 13px;
  border-bottom: 10px;
  border-bottom: 1px solid #eaedf4;
  padding-left: 15px;
  border-top: 1px solid #eaedf4;
  background-color: #f9fbff;
}



.profile-history-content ul {
  margin: 0;
  padding: 10px;
  list-style: none;
  height: 200px;
  overflow-y: auto;
}

.profile-history-content ul li {
  font-size: 14px;
}

.profile-history-content li::before {
  content: '–';
  margin-right: 7px;
  color: #b7bad6;
}


.btn_select_cate {
  margin: 0 20px;
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

.btn_select_cate>ul>li {
  font-size: 15px;
  margin-right: 5px;
  padding: 15px;
  border: 1px solid #d0b9f2;
  border-radius: 8px;
  width: 120px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
}

.btn_select_cate .on {
  color: #6a40e3;
  background-color: #f7f3fd;
  text-decoration: underline;
}

.txt_presiinfo {
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
  padding-bottom: 10px;
}

#goTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  background-color: #333;
  color: #fff;
  padding: 10px 16px;
  font-size: 14px;
  border-radius: 20px;
  cursor: pointer;
  z-index: 999;
  transition: opacity 0.3s ease;
  opacity: 0.8;
}

#goTopBtn:hover {
  opacity: 1;
}

.summary_map_box {
  display: flex;
}

.summary_map {
  flex: 1;
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #f5f5f5;
}

.summary_map:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.ele_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 15px;
  border-bottom: 1px solid #f1f3f4;
  background-color: #f8f8f8;
}

.l_jinbo {
  border-top: 3px solid #3b82f6 !important;
}

.l_bosu {
  border-top: 3px solid #ef4444 !important;
}

.l_pp {
  border-top: 4px solid #ad9ee4 !important;
}

.bg_jinbo {
  background: #eff6ff !important;
  ;
}

.bg_bosu {
  background: #fef2f2 !important;
  ;
}

.bg_jisun {
  background-color: #2fb981 !important;
}

.bg_chongsun {
  background-color: #f59e09 !important;
}

.bg_daesun {
  background-color: #8b5cf6 !important;
}

.ele_num {
  color: #fff;
  padding: 2px 6px;
  border-radius: 3px;
  margin-right: 5px;
}

.total_vrate {
  text-align: right;
  font-size: 14px;
  font-weight: 500;
}

.chart_mapbox {
  height: 330px;
  max-height: 330px;
  margin-top: 15px;
  text-align: center;
}

.chart_mapbox_s {
  height: 250px;
  max-height: 250px;
  margin-top: 15px;
  text-align: center;
}

.chart_mapbox_b {
  height: 480px;
  max-height: 480px;
  margin-top: 15px;
  text-align: center;
}

.inline_b {
  border: 1px solid red;
}

.summary_map .all_txt {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 5px 10px;
}

.summary_map .line {
  border: none;
  height: 1px;
  background-color: #f5f5f5;
  margin: 10px 0;
}

.summary_map .txt_result {
  margin-top: 25px;
  height: 37px;
  text-align: left;
  font-size: 15px;
}

.summary_map .late_bars {
  display: flex;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;

}

.summary_map .late_bars .bar {
  display: flex;
  align-items: center;
  padding: 0 15px;
  white-space: nowrap;
}

.summary_map .late_bars .bar:first-child {
  justify-content: flex-start;
}

.summary_map .late_bars .bar:last-child {
  justify-content: flex-end;
}

.summary_map .result_gap {
  display: inline-block;
  padding: 6px 18px;
  font-size: 12px;
  color: #444;
  background: #fafafb;
  border: 1px solid #ebedef;
  border-radius: 50px;
  text-align: center;
  margin: 10px auto 10px auto;
}

.summary_map .split-group {
  margin-top: 16px;
  font-size: 12px;
}

.summary_map .split-group strong {
  display: block;
  margin-bottom: 6px;
}

.summary_map .split-item {
  display: flex;
  justify-content: space-between;
}

.summary_map .split-item .two-line {
  display: block;
  border: 1px solid red;
}

.mark_win {
  background-color: #ffa801;
  font-size: 10px;
  color: #fff;
  border-radius: 50px;
  padding: 0px 3px;
  margin: 0 2px;
}

.average_summary {
  display: flex;
  gap: 50px;
}

.average_summary_box {
  flex: 1;
}

.average_summary_box:last-child {
  margin-right: 0;
}


.resultsum {
  height: 320px;
  max-height: 320px;
  position: relative;
  box-sizing: border-box;
}

.resultsum2 {
  height: 190px;
  max-height: 190px;
  width: 270px;
  position: relative;
  box-sizing: border-box;
  margin-top: 10px;
}

.average_summary_box .split-item {
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
}

.gt_box {
  display: flex;
  justify-content: center;
}

.vote-rank-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px auto;
}

.rank-row-wrap {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.rank-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid #e9e9e9;
  padding: 15px 0px;
  border-radius: 8px;
  width: 130px;
  background-color: #fafafa;
}

.rank-row {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.rank-row.show {
  opacity: 1;
  transform: translateY(0);
}


.rank-percent1 {
  font-size: 24px;
  font-weight: bold;
  color: #ff9800;
}

.rank-count1 {
  font-size: 17px;
  margin-bottom: 6px;
  color: #ff9800;
}

.rank-percent {
  font-size: 20px;
  font-weight: bold;
}

.rank-count {
  font-size: 15px;
  margin-bottom: 6px;
}

.rank1 {
  border-top: 4px solid #f39800;
}

.rank2 {
  border-top: 4px solid #ccc;
}

.rank1 .rank-percent,
.rank1 .rank-count {
  color: #f39800;
}

.rank2 .rank-percent,
.rank2 .rank-count {
  color: #666;
}

.rank-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  border-radius: 50px;
  padding: 2px 10px;
  margin-bottom: 10px;
  background: linear-gradient(#ffb84d, #f39800);
}

.rank-badge.gray {
  background: #ccc;
}

.vote-gap {
  margin-top: 6px;
  font-size: 14px;
  color: #666;
}

.vote-gap span {
  font-weight: bold;
}



/* 득표차 pill */
.vote-gap {
  color: #444;
  background: #fafafb;
  border: 1px solid #ebedef;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px;
  padding: 8px 20px;
  white-space: nowrap;
  margin-bottom: 10px;
}


.sumti {
  background: #f5f5f5c9;
  border: 1px solid #ededed;
  font-size: 13px;
  padding: 10px 15px;
  border-radius: 5px;
}

.sum_raterank1 {
  margin: auto;
  margin-top: 10px;
  border-top: 1px solid #f1f1f1;
  width: 90%;
}

.txtc_mint {
  color: #26c1c7;
  text-decoration: underline;
}


.consti-card .median_age {
  font-size: 13px;
  font-weight: normal;
}

.consti-card .median_age .increase {
  font-size: 11px;
  font-weight: normal;
  background: #ef1212;
  color: #fff;
  padding: 1px 4px;
  border-radius: 50px;
}

.consti-card .median_age .decrease {
  font-size: 11px;
  font-weight: normal;
  background: #0464f3;
  color: #fff;
  padding: 2px 5px;
  border-radius: 50px;
}

.area-summary-wrapper {
  margin: 0 auto;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 8px;
  justify-content: space-between;
}

.area-tags .tag_b {
  flex: 0 0 calc(33.333% - 6px);
  background: #f9fafc;
  padding: 20px 16px;
  border-radius: 8px;
  border: 1px solid #e6eaf0;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 440;
  box-sizing: border-box;
  padding-left: 45px;
}

.area-tags .tag_b span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-size: 17px;
  margin-right: 10px;
  flex-shrink: 0;
}

/* 상단 3개 (회색 원형) */
.area-tags .tag_b:nth-child(-n+3) span {
  background-color: #c7cdd4;
}

/* 하단 3개 (파란 원형) */
.area-tags .tag_b:nth-child(n+4) span {
  background-color: #4da6ff;
}

.area-tags .tag_b.nodata {
  color: #f2f2f2;
}

.area-tags .tag_b.nodata span {
  background-color: #f2f2f2;
}


.area-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.area-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border: 1px solid #e1e4eb;
  border-radius: 8px;
  padding: 18px 24px;
  min-width: 250px;
  height: 44px;
  flex: 1;
}

.area-card:hover {
  border-color: #6a8ce6;
  transform: scale(1.05);
  cursor: pointer;
  transform: translateY(-3px);
}

/* 아이콘 + 타이틀 수평 정렬 */
.area-left.horizontal {
  display: flex;
  align-items: center;
  gap: 8px;
}



.area-title {
  font-size: 14px;
  font-weight: 500;
  color: #296cc0;
  white-space: nowrap;
}

.area-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.2;
}

.area-subtext {
  font-size: 13px;
  color: #888;
  margin-bottom: 0px;
}

.area-value {
  font-size: 22px;
  font-weight: 440;
  line-height: 1.2;
}

.area-value small {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.section-box .consti_box {
  margin-bottom: 90px;
}

.section-box .consti_box:last-child {
  margin-bottom: 20px;
}

.dep2_title {
  font-size: 20px;
  font-weight: 500;
  padding: 0px 20px;
  margin-top: 30px;
}

.summary_b2 {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.b2_box {
  flex: 1;
}

.chart-box3 {
  padding: 20px 10px;
  position: relative;
}

.sum_raterank1 .all_txt {
  display: flex;
  font-size: 11px;
  justify-content: space-between;
  margin-top: 5px;
  padding: 0 10px;
}

.sum_raterank1 .result_gap {
  display: inline-block;
  padding: 6px 18px;
  font-size: 12px;
  color: #444;
  background: #fafafb;
  border: 1px solid #ebedef;
  border-radius: 50px;
  text-align: center;
  margin: 20px auto 10px auto;
}

.sum_raterank1 .late_bars {
  display: flex;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;

}

.sum_raterank1 .late_bars .bar {
  display: flex;
  align-items: center;
  padding: 0 15px;
  white-space: nowrap;
}

.sum_raterank1 .late_bars .bar:first-child {
  justify-content: flex-start;
}

.sum_raterank1 .late_bars .bar:last-child {
  justify-content: flex-end;
}


.np_result-election-wrap .result_gap {
  display: inline-block;
  padding: 6px 18px;
  font-size: 12px;
  color: #444;
  background: #fafafb;
  border: 1px solid #ebedef;
  border-radius: 50px;
  text-align: center;
  margin: 10px auto 10px auto;
}


.np_result-election-wrap .split-group strong {
  display: block;
}

.np_result-election-wrap .split-item {
  display: flex;
  justify-content: space-between;
  margin: 4px 0;
}

.np_result-election-wrap .all_txt {
  display: flex;
  font-size: 13px;
  justify-content: space-between;
  padding: 0px 10px;
}

.np_result-election-wrap .line {
  border: none;
  height: 1px;
  background-color: #f5f5f5;
  margin: 10px 0;
}

.np_result-election-wrap .txt_result {
  margin-top: 25px;
  height: 37px;
  text-align: left;
  font-size: 15px;
}

.np_result-election-wrap .late_bars {
  display: flex;
  height: 34px;
  border-radius: 50px;
  overflow: hidden;
  color: #fff;
  font-size: 13px;
}

.np_result-election-wrap .late_bars .bar {
  display: flex;
  align-items: center;
  padding: 0 15px;
  white-space: nowrap;
}

.np_result-election-wrap .late_bars .bar:first-child {
  justify-content: flex-start;
}

.np_result-election-wrap .late_bars .bar:last-child {
  justify-content: flex-end;
}

.title_mark_ci {
  width: 22px;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  padding: 1px;
}

.title_edumark_ci {
  width: 22px;
  vertical-align: middle;
  border-radius: 50%;
  background: #fff;
  padding: 1px;
}

/* 모달  */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  /* flex 유지 */
}

.modal-overlay.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}



.modal {
  width: 1430px;
  height: 85vh;
  background: #fff;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
}

.modal_sidebar {
  width: 220px;
  background: linear-gradient(135deg, #5615b7 20%, #683fd7 70%);
  color: #fff;
  padding: 20px 15px;
  box-sizing: border-box;
}

.modal_sidebar h1 {
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 20px;
  line-height: 1.8;
  padding: 15px 5px;
}




.modal_sidebar ul {
  margin-top: 20px;
  list-style: none;
}

.modal_sidebar a {
  display: flex;
  align-items: center;
  padding: 10px 8px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid transparent;
}

.modal_sidebar a:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(4px);
}

.modal_sidebar a i {
  margin-right: 4px;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

/* Active 상태 */
.modal_sidebar .active>a {
  background: rgba(255, 255, 255, 0.15);
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}

/* 서브메뉴 */
.modal_sidebar ul ul {
  margin-top: 0px;
  margin-left: 16px;
  border-left: 2px solid rgba(255, 255, 255, 0.1);
}

.modal_sidebar ul ul li {
  margin-bottom: 4px;
}

.modal_sidebar ul ul a {
  padding: 3px 12px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}

.modal_sidebar ul ul a:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateX(2px);
}

/* 현재 선택된 서브메뉴 */
.modal_sidebar .on>a {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border-color: rgba(255, 255, 255, 0.4);
  font-weight: 500;
}

/* 반응형 */
@media (max-width: 480px) {
  .modal_sidebar {
    padding: 24px 20px;
    border-radius: 20px;
  }

  .modal_sidebar h1 {
    font-size: 20px;
  }

  .modal_sidebar a {
    padding: 12px 16px;
    font-size: 13px;
  }
}


.modal_sidebar .election_name {
  border-top: 1px solid #7022e4;
  border-bottom: 1px solid #7022e4;
  padding: 12px 10px;
  font-size: 18px;
  margin-top: 40px;
  color: #dfc904;
}

.modal_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #f4f3f8;
  width: 1210px;
  position: relative;
}

.modal-header {
  height: 50px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 10px 20px;

}


.modal-header .title {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 22px;
  font-weight: 500;
  background: url(../images/contents/icon_modaltitle.png) no-repeat 5px center;
  padding-left: 28px;
  background-size: 18px;
}

.modal-header .right {
  display: flex;
  align-items: center;
  gap: 15px;
  color: #666;
  font-size: 13px;
}

.modal-header .close {
  font-size: 20px;
  cursor: pointer;
  color: #000;
}

.modal-body {
  flex: 1;
  background: #f4f3f8;
  overflow-y: auto;
  padding: 20px 30px;
}

.modal-body .section_box {
  background: #fff;
  padding: 45px 32px;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-bottom: 40px;
  position: relative;
}

.modal-body .chart-box2 {
  border: 0;
  padding: 0px 0px;
  margin-bottom: 30px;
}

.modal-body h4 {
  color: #54447f;
  font-size: 17px;
  margin-bottom: 10px;
  font-weight: normal;
  position: relative;
  padding-left: 12px;
}

.modal-body h4::before {
  content: "•";
  /* 블릿 문자 */
  position: absolute;
  left: 0;
  color: #54447f;
  /* 블릿 색상 (텍스트랑 맞춤) */
  font-size: 18px;
  /* 블릿 크기 */
  line-height: 1;
  /* 세로 맞춤 */
}


.modal-body h2 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 24px;
}

.modal-body .ricon_big {
  font-size: 24px;
  margin-right: 3px;

}

.modal-body .chart-box2 h3 {
  color: #547ba2;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e5e7eb;
  padding-left: 0;
}

.modal-body .chart-box2 h3::before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #7a5be6;
  border-radius: 50%;
}

.modal-body .text_sub {
  color: #838ba2;
  font-size: 14px;
  padding-left: 5px;
  font-weight: normal;
}




.no_data_box {
  text-align: center;
  padding-top: 60px;
}

.no_data_box img {
  width: 150px;
}

.no_data_box2 {
  text-align: center;
}

.txt_impeachment {
  text-align: center;
  font-size: 13px;
  color: #333;
  font-weight: 500;
  margin-top: 50px;
}

.page_notice {
  color: #724bdd;
  border: 1px solid #724bdd;
  border-radius: 8px;
  background: url(../images/contents/bg_pnotice.png) #fff no-repeat 30px center;
  padding: 20px 30px;
  padding-left: 115px;
  font-weight: 500;
  margin-bottom: 20px;
}

.simul_card {
  background: var(--card-bg);
  border: 1px solid var(--card-border);
  border-radius: var(--radius);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .02), 0 8px 24px rgba(110, 86, 207, .06);
  padding: 24px;
}


.simul_grid {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 28px;
  margin-top: 30px;
}


.simul_section h4 {
  color: #54447f;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 500;
}

.simul_chart-area_l {
  height: 272px;
  max-height: 272px;
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #f2f0fb;
  /* 매우 옅은 테두리 */
  margin-top: 12px;
  padding: 10px 10px;
}

.simul_chart-area {
  height: 230px;
  max-height: 230px;
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #f2f0fb;
  /* 매우 옅은 테두리 */
  margin-top: 12px;
  padding: 30px 20px;
}

.ele_area_age {
  height: 330px;
  max-height: 330px;
  position: relative;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid #f2f0fb;
  /* 매우 옅은 테두리 */
  margin-top: 12px;
  padding: 20px;
}

.ele_agetrendy-legend {
  padding: 24px;
  margin-bottom: 24px;
  border: 1px solid #cbd5e0;
  position: relative;
  overflow: hidden;
}

.ele_agetrendy-legend h3 {
  margin: 0 0 20px 0;
  font-size: 20px;
  font-weight: 700;
  color: #2d3748;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ele_agetrendy-legend h3::before {
  content: '📊';
  font-size: 24px;
}

.ele_agetrendy-legend-items {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: center;
}

.ele_agetrendy-legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #4a5568;
  font-weight: 500;
}

.ele_agetrendy-legend-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 12px;
}

.ele_agetrendy-male-icon {
  background-color: #52a9f3;
}

.ele_agetrendy-female-icon {
  background-color: #e53e3e;
}

.ele_agetrendy-cards-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  max-width: 1140px;
}

.ele_agetrendy-age-card {
  background: #f9fafc;
  border-radius: 10px;
  padding: 20px 15px;
  border: 1px solid #e1e7f0;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  overflow: visible;
  position: relative;
}

.ele_agetrendy-age-card:hover {
  transform: translateY(-2px);
}

.ele_agetrendy-age-header {
  border-radius: 0;
  margin: -8px 2px 16px 2px;
  padding: 8px 4px;
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  background: transparent;
}

/*.ele_agetrendy-age-20s { border-top: 4px solid #38b2ac; }
        .ele_agetrendy-age-30s { border-top: 4px solid #3182ce; }
        .ele_agetrendy-age-40s { border-top: 4px solid #805ad5; }
        .ele_agetrendy-age-50s { border-top: 4px solid #dd6b20; }
        .ele_agetrendy-age-60s { border-top: 4px solid #e53e3e; }
        .ele_agetrendy-age-70s { border-top: 4px solid #d53f8c; }*/

.ele_agetrendy-population {
  font-size: 13px;
  color: #718096;
  margin-bottom: 16px;
  line-height: 1.4;
  text-align: center;
}

.ele_agetrendy-population strong {
  color: #2d3748;
  font-weight: 600;
}

.ele_agetrendy-metrics {
  display: flex;
  flex-direction: column;
  gap: 5px;
  overflow: visible;
}

.ele_agetrendy-metric-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #e1e7f0;
  gap: 8px;
  overflow: visible;
  position: relative;
}

.ele_agetrendy-metric-left {
  display: flex;
  align-items: center;
  gap: 4px;
}

.ele_agetrendy-gender-icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: 600;
  font-size: 10px;
}

.ele_agetrendy-metric-value {
  font-weight: 600;
  font-size: 15px;
  color: #2d3748;
}

.ele_agetrendy-metric-change {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 3px 3px;
  border-radius: 6px;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap;
}

.ele_agetrendy-change-conservative {
  color: #dc2626;
  background-color: #fee2e2;
  border: 1px solid #fca5a5;
  margin-left: auto;
}

.ele_agetrendy-change-progressive {
  color: #1e40af;
  background-color: #dbeafe;
  border: 1px solid #93c5fd;
  margin-left: auto;
}

.indicator-box {
  display: flex;
  align-items: center;
  border: 1px solid #e6eef6;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.indicator-tab {
  min-width: 120px;
  padding: 12px 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f9fb;
  color: #2b3b4a;
  font-size: 14px;
  font-weight: 500;
  border-right: 1px solid #e6eef6;
}

.indicator-content {
  flex: 1;
  padding: 0 18px;
  color: #7a8b9a;
  font-size: 13px;
  height: 100%;
  display: flex;
  align-items: center;
}

.vote-lab-header * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.vote-lab-header {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  position: sticky;
  top: 0;
  z-index: 1000;
  color: white;
}

.vote-lab-header-top {
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vote-lab-header-bottom {
  padding: 8px 0;
}

.vote-lab-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.vote-lab-logo {
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  color: #8b5cf6;
  text-decoration: none;
  transition: all 0.3s ease;
}

.vote-lab-logo:hover {
  transform: scale(1.03);
  color: #a855f7;
  text-shadow:
    0.05em 0 0 #ff006a,
    -0.03em -0.04em 0 #00ffff,
    0.025em 0.04em 0 #ffff00;
}


.vote-lab-search-container {
  flex: 1;
  max-width: 600px;
  margin: 0 40px;
  position: relative;
}

.vote-lab-search-input {
  width: 100%;
  padding: 12px 20px 12px 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid transparent;
  border-radius: 50px;
  color: white;
  font-size: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.vote-lab-search-input:focus {
  outline: none;
  border-color: #8b5cf6;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}

.vote-lab-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.vote-lab-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}

.vote-lab-top-menu {
  display: flex;
  gap: 20px;
  align-items: center;
}

.vote-lab-menu-item {
  position: relative;
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  font-size: 15px;
}

.vote-lab-menu-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.vote-lab-menu-item:hover::before {
  left: 100%;
}

.vote-lab-menu-item:hover {
  color: white;
  background: rgba(139, 92, 246, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(139, 92, 246, 0.3);
}

.vote-lab-menu-item.primary {
  background: linear-gradient(45deg, #8b5cf6, #a855f7);
  color: white;
}

.vote-lab-menu-item.primary:hover {
  background: linear-gradient(45deg, #7c3aed, #9333ea);
  transform: translateY(-3px) scale(1.05);
}

.vote-lab-menu-item.secondary {
  border: 2px solid rgba(139, 92, 246, 0.5);
}

.vote-lab-menu-item.secondary:hover {
  border-color: #8b5cf6;
  background: rgba(139, 92, 246, 0.1);
}

.vote-lab-bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.vote-lab-bottom-nav-main {
  display: flex;
  gap: 40px;
  flex: 1;
  justify-content: center;
}

.vote-lab-bottom-user-menu {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-left: auto;
  padding-left: 40px;
}

.vote-lab-bottom-user-menu-item {
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 20px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.vote-lab-bottom-user-menu-item:hover {
  color: white;
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.3);
  transform: translateY(-2px);
}

.vote-lab-bottom-user-menu-item.notification {
  position: relative;
}

.vote-lab-bottom-user-menu-item.notification::before {
  content: "🔔";
  margin-right: 4px;
}

.vote-lab-notification-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #ef4444;
  color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}

.vote-lab-nav-item {
  position: relative;
  padding: 15px 0;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  transition: all 0.3s ease;
}

.vote-lab-nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #8b5cf6, #a855f7);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}

.vote-lab-nav-item:hover {
  color: white;
  transform: translateY(-2px);
}

.vote-lab-nav-item:hover::after {
  width: 100%;
}

.vote-lab-nav-item.active::after {
  width: 100%;
}

/* 알림 애니메이션 */
@keyframes bell-ring {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  20% {
    transform: rotate(-8deg);
  }

  30% {
    transform: rotate(6deg);
  }

  40% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(2deg);
  }

  60% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.vote-lab-bottom-user-menu-item.notification:hover::before {
  animation: bell-ring 0.6s ease-in-out;
}

/* 모바일 반응형 */
@media (max-width: 768px) {
  .vote-lab-container {
    flex-direction: column;
    gap: 20px;
  }

  .vote-lab-search-container {
    max-width: 100%;
    margin: 0;
  }

  .vote-lab-top-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .vote-lab-bottom-user-menu {
    margin-left: 0;
    padding-left: 0;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }

  .vote-lab-bottom-user-menu-item {
    font-size: 12px;
    padding: 6px 12px;
  }

  .vote-lab-bottom-nav {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .vote-lab-bottom-nav-main {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .vote-lab-bottom-user-menu {
    margin-left: 0;
    padding-left: 0;
    justify-content: center;
  }
}

/* 모달 스타일 */
.vote-lab-modal {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}

.vote-lab-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(139, 92, 246, 0.3);
}

.vote-lab-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.vote-lab-modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #8b5cf6;
}

.vote-lab-close {
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.vote-lab-close:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.vote-lab-news-list {
  list-style: none;
}

.vote-lab-news-item {
  padding: 15px;
  margin-bottom: 10px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  border-left: 3px solid #8b5cf6;
  transition: all 0.3s ease;
  cursor: pointer;
}

.vote-lab-news-item:hover {
  background: rgba(139, 92, 246, 0.1);
  transform: translateX(5px);
  box-shadow: 0 5px 15px rgba(139, 92, 246, 0.2);
}

.vote-lab-news-title {
  font-weight: 600;
  margin-bottom: 5px;
  color: white;
}

.vote-lab-news-summary {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 5px;
}

.vote-lab-news-time {
  font-size: 12px;
  color: rgba(139, 92, 246, 0.8);
}

/* 모달 애니메이션 */
.vote-lab-modal.show {
  display: block;
  animation: fadeIn 0.3s ease;
}

.vote-lab-modal.show .vote-lab-modal-content {
  animation: slideIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translate(-50%, -60%);
    opacity: 0;
  }

  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}

.summary-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.summary-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #e2e8f0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.summary-card:hover {
  transform: translateY(-2px);
}

.summary-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.summary-icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: white;
  flex-shrink: 0;
}

.summary-card:nth-child(1) .summary-icon {
  background: linear-gradient(135deg, #60a5fa, #3b82f6);
}

.summary-card:nth-child(2) .summary-icon {
  background: linear-gradient(135deg, #fb923c, #ea580c);
}

.summary-card:nth-child(3) .summary-icon {
  background: linear-gradient(135deg, #f87171, #dc2626);
}

.summary-label {
  font-size: 14px;
  font-weight: 500;
}

.summary-value {
  font-size: 18px;
  font-weight: 600;
  color: #1e293b;
}

.tc_jinbo {
  color: #3957d9 !important;
}

.tc_bosu {
  color: #f04545 !important;
}

.tc_orange {
  color: #fa5912 !important;
}


.sum_ele5 {

  margin-top: 100px;
  position: relative;
}


.insights-panel {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  border: 1px solid #e2e8f0;
}

.insights-title {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 10px;
}

.insight-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
  background: #f8fafc;
  border-radius: 8px;
  margin-bottom: 8px;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease;
}

.insight-item:hover {
  transform: translateX(4px);
}

.insight-label {
  font-size: 14px;
  color: #475569;
}

.insight-value {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}

.ranking-panel {
  background: #ffffff;
  border-radius: 10px;
  padding: 24px;
  border: 1px solid #e2e8f0;
}

.ranking-header {
  text-align: center;
  margin-bottom: 10px;
}

.ranking-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}

.progressive-badge {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  color: #1e40af;
}

.conservative-badge {
  background: linear-gradient(135deg, #fee2e2, #fecaca);
  color: #dc2626;
}

.ranking-title {
  font-size: 15px;
  font-weight: 600;
}

.ranking-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.ranking-entry {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #f8fafc;
  border-radius: 10px;
  border: 1px solid #e2e8f0;
  transition: transform 0.2s ease;
}

.ranking-entry:hover {
  transform: translateX(4px);
}

.ranking-position {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin-right: 16px;
}

.position-1 {
  background: #fbbf24;
  color: #1f2937;
}

.position-2 {
  background: #d1d5db;
  color: #1f2937;
}

.position-3 {
  background: #cd7f32;
  color: white;
}

.ranking-details {
  flex: 1;
}

.ranking-group {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}

.ranking-description {
  font-size: 12px;
  color: #64748b;
}

.ranking-score {
  font-size: 16px;
  font-weight: 700;
}

.progressive-score {
  color: #3b82f6;
}

.conservative-score {
  color: #ef4444;
}

.insights_box {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 30px;
}

.infotxt-box {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 25px 22px;
  margin-top: 30px;
}

.infotxt-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;

}

.infotxt-header .logo {
  height: 13px;
}

.infotxt-header .title {
  color: #6a40e3;
  font-size: 15px;
}

.infotxt-text {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.pp_table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border-bottom: 1px solid #ded9ea;
}

.pp_table th,
.pp_table td {
  border-top: 1px solid #ded9ea;
  padding: 12px 15px;
  text-align: left;
}

.pp_table th {
  background-color: #f9f7fe;
  font-weight: 600;
  border-right: 1px solid #ded9ea;
  text-align: center;
}

.stats-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1.3fr;
  gap: 16px;
  margin-bottom: 24px;
  margin-top: 20px;
}

.stat-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 20px;
  text-align: center;
  border: 1px solid #e2e8f0;
  border-top: 4px solid var(--card-color);
}

.stat-card:nth-child(1) {
  --card-color: #3b82f6;
}

.stat-card:nth-child(2) {
  --card-color: #3b82f6;
}

.stat-card:nth-child(3) {
  --card-color: #3b82f6;
}

.stat-card:nth-child(4) {
  --card-color: #ef4444;
}

.stat-card:nth-child(5) {
  --card-color: #3b82f6;
}




.forecast-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.forecast-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  border: 1px solid #e2e8f0;
  position: relative;
}

.forecast-card.turnout {
  border-top: 4px solid #fa5912;
}

.forecast-card.progressive {
  border-top: 4px solid #3b82f6;
  background: #eff6ff;
}

.forecast-card.conservative {
  border-top: 4px solid #ef4444;
  background: #fef2f2;
}

.forecast-header {
  align-items: center;
  margin: 16px 0;
  font-size: 15px;
  color: #64748b;
  font-weight: 500;
}

.forecast-header span {
  color: #333;
}

.forecast-icon {
  font-size: 16px;
  padding-right: 5px;
}

.forecast-percentage {
  font-size: 32px;
  font-weight: 700;
}

.forecast-votes {
  font-size: 16px;
  margin-bottom: 16px;
}

.forecast-details {
  background: #f9fafc;
  border-radius: 8px;
  padding: 12px;
  font-size: 13px;
  color: #475569;
  border: 1px solid #eceff2;
  margin: auto;
}

.box_jinbo {
  border: 1px solid #639ee3;
  background: #fff;
}

.box_bosu {
  border: 1px solid #e31f36;
  background: #fff;
}

.winicon_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.emoji_trophy {
  font-size: 28px;
}

.forecast-detail-item {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.forecast-detail-item:last-child {
  margin-bottom: 0;
}

.detail-icon {
  font-size: 12px;
}

.forecast-cards .winner-badge {
  position: absolute;
  top: 180px;
  right: 29%;
  color: white;
  padding: 10px 32px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  z-index: 99;
  text-align: center;
}

.badge-bg_jinbo {
  background: #3a81f5;
}

.badge-bg_bosu {
  background: #eb3d3d;
}



.magic-number-section {
  margin-top: 10px;
}

.magic-number-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
}

.magic-number-dot {
  width: 8px;
  height: 8px;
  background: #3b82f6;
  border-radius: 50%;
  display: inline-block;
}

.magic-number-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.magic-number-card {
  background: #f9fafc;
  border: 1px solid #eceff2;
  border-radius: 10px;
  padding: 20px;
}

.camp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.camp-info-left {
  display: flex;
  align-items: center;
  gap: 4px;
}

.camp-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.camp-name {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}

.camp-votes {
  font-size: 20px;
  font-weight: 600;
  padding-right: 5px;
}

.camp-votes.progressive {
  color: #3957d9;
}

.camp-votes.conservative {
  color: #f04545;
}

.stats-boxes {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.stats-box {
  background: white;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  border: 1px solid #bfdbfe;
}

.stats-box.conservative-border {
  border: 1px solid #fecaca;
}

.stats-box-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
}

.stats-box-header.magic {
  color: #f59e0b;
}

.stats-box-header.defense {
  color: #06b6d4;
}

.stats-box-header.target {
  color: #ef4444;
}

.stats-box-value {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.stats-box-value.progressive {
  color: #3a81f4;
}

.stats-box-value.conservative {
  color: #ef4444;
}

.stats-box-desc {
  font-size: 14px;
}

.stat-icon {
  font-size: 24px;
  margin-bottom: 8px;
}

.stat-number {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.stat-txt {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 4px;
}

.stat-number.progressive {
  color: #3957d9;
}

.stat-number.conservative {
  color: #ef4444;
}

.stat-number.neutral {
  color: #1e293b;
}

.stat-desc {
  font-size: 16px;
  color: #64748b;
  font-weight: 500;
  margin-top: 8px;
}


.methodology-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.method-card {
  background: #f8fafc;
  border-radius: 10px;
  padding: 15px 24px;
  border: 1px solid #e2e8f0;
  border-left: 4px solid var(--method-color);
}

.method-card:nth-child(1) {
  --method-color: #3b82f6;
}

.method-card:nth-child(2) {
  --method-color: #10b981;
}

.method-card:nth-child(3) {
  --method-color: #f59e0b;
}

.method-card:nth-child(4) {
  --method-color: #ef4444;
  margin-bottom: 0px;
}

.method-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.method-icon {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  background: var(--method-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 15px;
  color: white;
}

.method-title {
  font-size: 15px;
  font-weight: 600;
  color: #1e293b;
}

.trend-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.trend-card {
  border-radius: 16px;
  padding: 20px 15px;
  border: 1px solid #eceff2;
}

.trend-card.progressive {
  border-top: 4px solid #3b82f6;
}

.trend-card.conservative {
  border-top: 4px solid #ef4444;
}

.trend-card.bg_pro {
  background-color: #eff6ff;
}

.trend-card.bg_con {
  background-color: #fef2f2;
}


.trend-card.bg_con {
  border-radius: 16px;
  padding: 20px 15px;
  border: 1px solid #eceff2;
}

.trend-card .winp-icon {
  font-size: 24px;
  margin-bottom: 4px;
}

.trend-card .winp-score {
  font-size: 28px;
  font-weight: 700;
}

.trend-card .winp-label {
  font-size: 14px;
  color: #64748b;
  font-weight: 500;
  margin-top: 8px;
}

.trend-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.trend-title {
  font-size: 16px;
  font-weight: 600;
  color: #1e293b;
  padding-left: 4px;
}

.trend-badge {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  color: white;
}

.trend-badge.progressive {
  background: #3b82f6;
}

.trend-badge.conservative {
  background: #ef4444;

}

.vote-info-grid {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.vote-info-item {
  background: #f8fafc;
  border-radius: 8px;
  padding: 8px 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #eceff2;
  gap: 20px;
}

.vote-info-label {
  font-size: 14px;
  color: #64748b;
}

.vote-bar {
  height: 14px;
  overflow: hidden;
  display: flex;
  position: relative;
  flex: 1;
  margin-left: 12px;
  min-width: 120px;
}

.vote-bar-progressive {
  background: #0d3b94;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 11px;
}

.vote-bar-conservative {
  background: #e40025;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 11px;
}

.vote-info-value {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
}


.trend-card.summary-icon {}

.trend-card.summary-score {}

.trend-card.summary-label {}




.scoreing_box {
  position: relative;
  width: 529px;
  height: 100%;
  border: 1px solid #e2e8f0;
  background-color: #f9fafc;
  border-radius: 16px;
}

.gauge-container {
  position: relative;
  width: 500px;
  height: 400px;
  margin: auto;
  margin-top: -50px;
}


.gauge-container .gauge-svg {
  width: 100%;
  height: 100%;
}

.gauge-container .gauge-bg {
  fill: none;
  stroke: url(#gaugeGradient);
  stroke-width: 20;
  stroke-linecap: round;
}

.gauge-container .needle {
  fill: #333;
  transform-origin: 200px 200px;
  transition: transform 0.5s ease;
}

.gauge-container .center-dot {
  fill: #ffffff;
  stroke: #2d2d2d;
  stroke-width: 3;
}

.gauge-container .labels-container {
  position: absolute;
  top: 310px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  font-size: 12px;
  margin-top: 20px;
}

.gauge-container .label {
  text-align: center;
  line-height: 1.2;
}

.gauge-container .label.strong-progressive {
  color: #3a81f5;
}

.gauge-container .label.weak-progressive {
  color: #3a81f5;
}

.gauge-container .label.neutral {
  color: #666;
}

.gauge-container .label.weak-conservative {
  color: #f84634;
}

.gauge-container .label.strong-conservative {
  color: #f84634;
}

.gauge-container .description {
  position: absolute;
  top: 380px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  padding: 30px;
  margin-top: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: white;
  margin-left: 20px;
  margin-right: 20px;
}

.gauge-container .description .highlight {
  color: #3a81f5;
  font-weight: bold;
  text-decoration: underline;
}

.gauge-container .controls {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  display: none;
}

.gauge-container .slider {
  width: 250px;
  margin: 10px 0;
}

.gauge-container .value-box {
  position: absolute;
  width: 40px;
  height: 40px;
  background: white;
  border: 3px solid #3a81f5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #3a81f5;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s ease;
  pointer-events: none;
}

.gauge-container .value-box.show {
  opacity: 1;
}

.detail_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 20px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.detail_grid .card {
  padding: 25px;
  border: 1px solid #eee;
  border-radius: 12px;
  border-top: 4px solid;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.detail_grid .card:nth-child(3n+1) {
  border-top-color: #8b5cf6;
}

.detail_grid .card:nth-child(3n+2) {
  border-top-color: #3b82f6;
}

.detail_grid .card:nth-child(3n+3) {
  border-top-color: #06b6d4;
}

.detail_grid .card:hover {
  transform: translateY(-5px);
}

.detail_grid .card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.detail_grid .card-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.detail_grid .purple-icon {
  background: #8b5cf6;
  color: white;
}

.detail_grid .blue-icon {
  background: #3b82f6;
  color: white;
}

.detail_grid .indigo-icon {
  background: #6366f1;
  color: white;
}

.detail_grid .cyan-icon {
  background: #06b6d4;
  color: white;
}

.detail_grid .orange-icon {
  background: #f59e0b;
  color: white;
}

.detail_grid .red-icon {
  background: #ef4444;
  color: white;
}

.detail_grid .card-title {
  font-size: 20px;
  font-weight: bold;
  color: #1a202c;
}

.detail_grid .feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 15px 20px;
  background: #f9fafc;
}

.detail_grid .feature-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
}

.detail_grid .feature-text {
  flex: 1;
}

.detail_grid .feature-title {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 2px;
}

.detail_grid .feature-desc {
  font-size: 14px;
  color: #718096;
}

.detail_grid .section-title {
  background: linear-gradient(135deg, #4c51bf 0%, #553c9a 100%);
  color: white;
  padding: 20px 30px;
  border-radius: 15px;
  margin: 40px 0 30px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.detail_grid .key-message-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 60px 40px;
  border-radius: 20px;
  margin: 40px 0;
  text-align: center;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
  border-top: 6px solid #ffd700;
  position: relative;
}

.detail_grid .key-message {
  font-size: 36px;
  font-weight: bold;
  color: #ffd700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.3;
  border: 3px solid rgba(255, 215, 0, 0.4);
  padding: 30px;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  margin-bottom: 25px;
}

.detail_grid .why-us-content {
  font-size: 16px;
  line-height: 1.7;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.95);
}

.detail_grid .why-us h2 {
  font-size: 24px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.detail_grid .why-us-content {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.detail_grid .cta-section {
  text-align: center;
  margin: 50px 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.detail_grid .cta-title {
  font-size: 28px;
  font-weight: bold;
  color: white;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.detail_grid .cta-subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 30px;
  position: relative;
}

.detail_grid .cta-button {
  background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
  position: relative;
  overflow: hidden;
}

.detail_grid .cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 35px rgba(255, 107, 107, 0.4);
}

.detail_grid .hot-badge {
  background: #ff1744;
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.05);
  }

  100% {
    transform: scale(1);
  }
}

.detail_grid .status-badge {
  background: #10b981;
  color: white;
  padding: 2px 8px;
  border-radius: 10px;
  font-size: 12px;
  margin-left: auto;
}


.why-us-section {
  padding: 30px 30px;
  border: 1px solid #eee;
  transition: transform 0.3s ease;
  text-align: center;
  /* background:url(../images/contents/bg_we.jpg);
            background-size: cover; 
            background: linear-gradient(45deg, #777cde 00%, #652bbd 60%);*/
  background-color: #fff;


  border-radius: 14px;
  border-top: 4px solid #8b5cf6;

}



.why-us-header {
  font-size: 36px;
  color: #343336;
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-weight: 700;
  margin-top: 20px;
}

.key-message-box {
  background: #f9f9f9;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 30px;
  margin: 0 auto 30px auto;
}

.key-message {
  font-size: 26px;
  /*background: linear-gradient(45deg, #0066ff, #3366ff, #6666ff, #9966ff, #cc66ff, #9966ff, #6666ff, #3366ff);*/
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: rainbowShift 4s ease-in-out infinite;
  font-weight: 600;
  background: linear-gradient(90deg, #935ef2, #a17de2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes rainbowShift {

  0%,
  100% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }
}


.description-text {
  font-size: 16px;
  margin: 0;
  margin-top: 10px;
}

.victory-section {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid #3b82f6;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  margin: 20px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.victory-section:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.victory-title {
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
}

.victory-subtitle {
  font-size: 16px;
  color: #718096;
  margin-bottom: 25px;
}

.cta-button {
  background: linear-gradient(45deg, #8b5cf6, #a855f7);
  color: white;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(79, 27, 148, 0.4);
}

.hot-badge {
  background: #ff1744;
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
  animation: pulse 2s infinite;
}

#chart_gender_by_hjgy {
  height: 250px;
  max-height: 250px
}

.simul_grid_sum {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 80px;
}

.nvote-header {
  background: linear-gradient(135deg, #2d2d2d 0%, #1a1a1a 100%);
  position: sticky;
  top: 0;
  z-index: 9998;
  display: flex;
  min-width: 1780px;
}

.nvote-header-top {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.nvote-header-bottom {
  padding: 10px 0;
}

.nvote-container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nvote-container .hot_badge {
  background: url(../images/common/tm_badge_hot.png) no-repeat right 0;
  padding-right: 30px;
  color: #d8a50a !important;
}

.nvote-logo {
  display: flex;
  align-items: center;
  height: 20px;
  color: #8b5cf6;
  text-decoration: none;
  transition: all 0.3s ease;
}

.nvote-logo:hover {
  transform: scale(1.05);
  color: #a855f7;
}


.nvote-search-container {
  flex: 1;
  max-width: 600px;
  margin: 0 5px;
  position: relative;
}

.nvote-search-input {
  width: 60%;
  padding: 10px 20px 10px 50px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid transparent;
  border-radius: 50px;
  color: white;
  font-size: 14px;
  transition: all 0.3s ease;
}

.nvote-search-input:focus {
  outline: none;
  border-color: #8b5cf6;
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
}

.nvote-search-input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.nvote-search-icon {
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
}

.nvote-top-menu {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: 13px;
}

.nvote-menu-item {
  position: relative;
  padding: 16px 20px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 500;
  border-radius: 25px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.nvote-menu-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.nvote-menu-item:hover::before {
  left: 100%;
}

.nvote-menu-item:hover {
  color: white;
  background: rgba(139, 92, 246, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(139, 92, 246, 0.3);
}

.nvote-menu-item.nvote-primary {
  background: linear-gradient(45deg, #8b5cf6, #a855f7);
  color: white;
  padding: 8px 20px;
}

.nvote-menu-item.nvote-primary:hover {
  background: linear-gradient(45deg, #7c3aed, #9333ea);
  transform: translateY(-3px) scale(1.05);
}

.nvote-menu-item.nvote-secondary {
  border: 2px solid rgba(139, 92, 246, 0.5);
}

.nvote-menu-item.nvote-secondary:hover {
  border-color: #8b5cf6;
  background: rgba(139, 92, 246, 0.1);
}



.nvote-bottom-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 10px;
}

.nvote-bottom-nav-main {
  display: flex;
  gap: 70px;
  flex: 1;
}

/* MY와 알림 메뉴를 하단으로 이동 */
.nvote-bottom-user-menu {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-left: auto;

}

.wpbtn {
  background: url(../images/common/tmenu_wp.png) no-repeat 0px 2px;
  padding-left: 10px;
  border: 1px solid red;
}

.nvote-bottom-user-menu-item {
  padding: 6px 16px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.nvote-bottom-user-menu-item:hover {
  color: white;
  background: rgba(139, 92, 246, 0.2);
  border-color: rgba(139, 92, 246, 0.3);
  transform: translateY(-2px);
}

.nvote-bottom-user-menu-item.nvote-notification {
  position: relative;
}

.nvote-bottom-user-menu-item.nvote-notification::before {
  content: "🔔";
  margin-right: 4px;
}

/* 알림 배지 */
.nvote-notification-badge {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #ef4444;
  color: white;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}

.nvote-nav-item {
  position: relative;
  padding: 20px 6px 18px 6px;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.3s ease;
}

.nvote-nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #8b5cf6, #a855f7);
  transition: all 0.3s ease;
  transform: translateX(-50%);
  border-radius: 2px;
}

.nvote-nav-item:hover {
  color: white;
  transform: translateY(-2px);
}

.nvote-nav-item:hover::after {
  width: 100%;
}

.nvote-nav-item.nvote-active::after {
  width: 100%;
}

.nvote-nav-item.nvote-active {
  color: white;
  font-weight: 600;
}

/* 모달 스타일 */
.nvote-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
}

.nvote-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
  padding: 30px;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: 0 20px 60px rgba(139, 92, 246, 0.3);
}

.nvote-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.nvote-modal-title {
  font-size: 20px;
  font-weight: 600;
  color: #8b5cf6;
}

.nvote-close {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.nvote-close:hover {
  color: white;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(90deg);
}

.nvote-close2 {
  background: #efedf5;
  border: none;
  color: #333;
  font-size: 24px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.nvote-close2:hover {
  color: #6366f1;
}

.nvote-news-list {
  list-style: none;
}

.nvote-news-item {
  padding: 15px;
  margin-bottom: 10px;
  background: rgb(253 252 255);
  border-radius: 10px;
  border: 1px solid #e6e1f0;
  border-left: 4px solid #8b5cf6;
  transition: all 0.3s ease;
  cursor: pointer;
}

.nvote-news-item:hover {
  transform: translateX(2px);
  box-shadow: 0 2px 10px rgba(139, 92, 246, 0.2);
}

.nvote-news-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 15px;
}

.nvote-news-summary {
  font-size: 14px;
  margin-bottom: 5px;
}

.nvote-news-time {
  font-size: 12px;
  color: rgba(139, 92, 246, 0.8);
}

/* 상세 모달 스타일 */
.nvote-detail-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
}

.nvote-detail-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid rgba(139, 92, 246, 0.3);
  border-radius: 20px;
  padding: 40px;
  width: 90%;
  max-width: 700px;
  max-height: 85vh;
  overflow-y: auto;
  box-shadow: 0 25px 80px rgba(139, 92, 246, 0.4);
}

.nvote-detail-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}

.nvote-detail-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-right: 20px;
}

.nvote-detail-meta {
  display: flex;
  gap: 10px;
  margin-bottom: 5px;
  font-size: 14px;
}

.nvote-detail-meta .nvote-detai-time {
  line-height: 2em;
  font-size: 14px;
}

.nvote-detail-category {
  background: rgba(139, 92, 246, 0.2);
  padding: 4px 12px;
  border-radius: 15px;
  color: #a855f7;
  font-weight: 500;
}

.nvote-detail-content {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.nvote-detail-content p {
  margin-bottom: 20px;
}

.nvote-detail-source {
  background: rgb(250 250 250);
  padding: 15px 20px;
  border: 1px solid #efefef;
  border-left: 3px solid #8b5cf6;
  font-size: 14px;
}

.nvote-back-btn {
  background: linear-gradient(45deg, #8b5cf6, #a855f7);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 20px;
}

.nvote-back-btn:hover {
  background: linear-gradient(45deg, #7c3aed, #9333ea);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(139, 92, 246, 0.4);
}

@media (max-width: 768px) {
  .nvote-container {
    flex-direction: column;
    gap: 20px;
  }

  .nvote-search-container {
    max-width: 100%;
    margin: 0;
  }

  .nvote-top-menu {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }

  .nvote-bottom-user-menu {
    margin-left: 0;
    padding-left: 0;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }

  .nvote-bottom-user-menu-item {
    font-size: 12px;
    padding: 6px 12px;
  }

  .nvote-bottom-nav {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .nvote-bottom-nav-main {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .nvote-bottom-user-menu {
    margin-left: 0;
    padding-left: 0;
    justify-content: center;
  }

  .nvote-modal-content {
    width: 95%;
    padding: 20px;
  }

  .nvote-detail-modal-content {
    width: 95%;
    padding: 25px 20px;
    max-height: 90vh;
  }

  .nvote-detail-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .nvote-detail-content {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* 추가 애니메이션 효과 */
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(139, 92, 246, 0.4);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(139, 92, 246, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(139, 92, 246, 0);
  }
}

.nvote-menu-item:active {
  animation: pulse 0.6s;
}

.nvote-menu-item-active {
  color: white;
  background: rgba(139, 92, 246, 0.2);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(139, 92, 246, 0.3);
}

/* 글리치 효과 */
.nvote-logo:hover {
  text-shadow:
    0.05em 0 0 #ff006a,
    -0.03em -0.04em 0 #00ffff,
    0.025em 0.04em 0 #ffff00;
}

/* 알림 애니메이션 */
@keyframes bell-ring {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  20% {
    transform: rotate(-8deg);
  }

  30% {
    transform: rotate(6deg);
  }

  40% {
    transform: rotate(-4deg);
  }

  50% {
    transform: rotate(2deg);
  }

  60% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.nvote-bottom-user-menu-item.nvote-notification:hover::before {
  animation: bell-ring 0.6s ease-in-out;
}

/* 모달 애니메이션 */
.nvote-modal.nvote-show {
  display: block;
  animation: fadeIn 0.3s ease;
}

.nvote-modal.nvote-show .nvote-modal-content {
  animation: slideIn 0.3s ease;
}

.nvote-detail-modal.nvote-show {
  display: block;
  animation: fadeIn 0.3s ease;
}

.nvote-detail-modal.nvote-show .nvote-detail-modal-content {
  animation: slideIn 0.3s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes slideIn {
  from {
    transform: translate(-50%, -60%);
    opacity: 0;
  }

  to {
    transform: translate(-50%, -50%);
    opacity: 1;
  }
}




#cartogram {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 100vh;
  overflow: visible;
}

.hexagon {
  cursor: pointer;
  transition: all 0.3s ease;
}

.hexagon:hover {
  stroke: #333;
  stroke-width: 3px;
}

.carto_tooltip {
  position: absolute;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8));
  color: white;
  padding: 12px 16px;
  border-radius: 8px;
  font-size: 13px;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1000;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}


/* 로그인 */
.login-container {
  background: rgba(255, 255, 255);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 48px 40px;
  width: 100%;
  max-width: 420px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.login-container .login-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #6366f1, #8b5cf6, #ec4899, #f59e0b);
  opacity: 0.8;
}

.login-container .logo-section {
  text-align: center;
  margin-bottom: 40px;
}

.login-container .logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 24px;
}

.login-container .logo-icon {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.login-container .logo-text {
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.login-container .welcome-text {
  color: rgba(30, 41, 59, 0.7);
  font-size: 16px;
}

.login-container .subtitle {
  color: rgba(30, 41, 59, 0.5);
  font-size: 14px;
}

.login-container .form-group {
  margin-bottom: 12px;
}

.login-container .form-label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: rgba(30, 41, 59, 0.9);
  font-size: 14px;
}

.login-container .form-input {
  width: 90%;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  color: #1e293b;
  font-size: 16px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.login-container .form-input:focus {
  outline: none;
  border-color: #6366f1;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.1);
}

.login-container .form-input::placeholder {
  color: rgba(30, 41, 59, 0.4);
}

.login-container .form-options {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 32px;
  font-size: 14px;
}

.login-container .remember-me {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(30, 41, 59, 0.7);
}

.login-container .checkbox {
  width: 18px;
  height: 18px;
  accent-color: #6366f1;
}

.login-container .forgot-password {
  color: #6366f1;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.login-container .forgot-password:hover {
  opacity: 0.8;
}

.login-container .login-btn {
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border: none;
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.login-container .login-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(99, 102, 241, 0.3);
}

.login-container .login-btn:active {
  transform: translateY(0);
}

.login-container .divider {
  margin: 32px 0;
  position: relative;
  text-align: center;
}

.login-container .divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  width: 35%;
}

.login-container .divider::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  width: 35%;
}

.login-container .divider span {
  background: #fff;
  padding: 0 20px;
  color: rgba(30, 41, 59, 0.5);
  font-size: 14px;
}

.login-container .social-login {
  display: flex;
  gap: 16px;
  margin-bottom: 32px;
}

.login-container .sns_login_logo {
  width: 20px;
}

.login-container .social-btn {
  flex: 1;
  padding: 12px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  color: rgba(30, 41, 59, 0.8);
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.login-container .social-btn:hover {
  background: rgba(255, 255, 255, 1);
  border-color: rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.login-container .signup-link {
  text-align: center;
  color: rgba(30, 41, 59, 0.7);
  font-size: 14px;
}

.login-container .signup-link a {
  color: #6366f1;
  text-decoration: none;
  font-weight: 600;
}

.login-container .signup-link a:hover {
  opacity: 0.8;
}


.top10_box {
  background-color: #fbfbfb;
  border: 1px solid #f5f5f5;
  margin-top: 20px;
  padding: 30px 20px;
}

.top10_main-content {
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: white;
}

/* 페이지 제목 영역 */
.top10_page-title-section {
  padding: 20px 30px;
  border-bottom: 1px solid #e0e0e0;
}

.top10_page-title-section h2 {
  color: #333;
  margin-bottom: 5px;
}

.top10_page-subtitle {
  color: #666;
  font-size: 0.9rem;
}

/* 컨텐츠 영역 내 고정 탭 */
.top10_content-tab-navigation {
  position: sticky;
  top: 0;
  background-color: #fbfbfb;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  z-index: 40;
  color: #6c6c6c;
}

.top10_content-tab-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0 30px;
}

.top10_content-tab-button {
  padding: 16px 40px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
  text-decoration: none;
  display: block;
  color: #6c6c6c;
}

.top10_content-tab-button:hover {
  color: #5978cc;
}

.top10_content-tab-button.top10_active {
  border-bottom-color: #2a2e37;
}

/* 스크롤 가능한 컨텐츠 영역 */
.top10_scrollable-content {
  flex: 1;
  overflow-y: auto;
  scroll-behavior: smooth;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eeeeee;
}

/* 각 섹션 스타일 */
.top10_content-section {
  padding: 40px 40px;
  background: white;
  border-radius: 8px;
  scroll-margin-top: 20px;
  border: 1px solid #eeeeee;
  margin: 30px;
}

/* 샘플 컨텐츠 스타일 */
.top10_sample-box {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 4px;
  padding: 1rem;
  margin: 1rem 0;
  color: #6c757d;
}

.top10_profile-wrap {

  background: #fff;
  display: flex;
  flex-direction: row;

}

.top10_profile-left {
  width: 220px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


.top10_profile-left .top10_photoimg {
  width: 154px;
  height: 203px;
  object-fit: cover;
  background: #f4f4f4;
  border: 1px solid #eee;
  border-radius: 20px;
}

.top10_profile-name {
  font-size: 24px;
  margin-top: 10px;
}

.top10_profile-birth {
  font-size: 16px;
}

.top10_profile-sns {
  margin-top: 10px;
  display: flex;
  gap: 8px;
}

.top10_profile-content-area {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.top10_profile-header-label {
  color: #596480;
  font-size: 17px;
  font-weight: 440;
  position: relative;
  padding-left: 5px;
  padding-top: 40px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.top10_profile-header-label::before {
  content: '•';
  font-size: 25px;
  color: #7a5be6;
  border-radius: 50%;
}

.top10_profile-main-row {
  display: flex;
  flex-direction: row;
  gap: 28px;
  margin-top: 30px;
}

.top10_profile-info-box {
  flex: 2;
  background: #fff;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 20px;
}

.top10_profile-info-box .top10_party-logo {
  height: 56px;
}

.top10_profile-info-box .top10_profile-title {
  font-size: 26px;
  font-weight: 440;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #333;
}

.top10_profile-info-box .top10_profile-info-list {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  font-size: 15px;
  color: #474950;
  margin-bottom: 0;
  border-left: 2px solid #e3e6ee;
  padding-left: 14px;
}

.top10_profile-info-box .top10_profile-info-list .top10_item {
  margin-bottom: 0px;
  padding: 3px 0;
}

.top10_profile-info-box .top10_profile-info-list strong {
  color: #969696;
  font-weight: normal;
  margin-right: 10px;
  width: 50px;
  display: inline-block;
}

.top10_profile-info-box .top10_profile-info-list .top10_profile-pos {
  font-weight: 600;
  color: #1e77b6;
}

.top10_profile-history-box {
  flex: 3;
  background: #fff;
  padding: 20px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.top10_profile-history-tabs {
  display: flex;
  border-bottom: 1px solid #e0e2e7;
  background: #f4f7fa;
  margin-bottom: 6px;
}

.top10_profile-history-tab {
  padding: 10px 28px;
  cursor: pointer;
  color: #747a90;
  font-weight: 500;
  font-size: 16px;
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2.5px solid transparent;
  transition: 0.2s;
}

.top10_profile-history-tab.active {
  color: #394379;
  border-bottom: 2.5px solid #7d86c8;
  background: #fff;
}

.top10_profile-history-content {
  background: #fff;
  flex: 1;
  padding: 16px 8px 5px 2px;
  font-size: 14px;
  border-radius: 0 0 8px 8px;
  line-height: 1.8;
  min-height: 156px;
}

.top10_scrollable-content #tab-content-1::before {
  background: none;
  padding-left: 0px;
  content: " ";
}

.top10_profile-history-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 200px;
  /* 높이 고정 */
  overflow-y: auto;
  /* 세로 스크롤 */
}

.top10_profile-history-content ul li {
  padding: 3px 0;
}

.top10_profile-history-content li::before {
  content: '–';
  margin-right: 7px;
  color: #b7bad6;
}

.top10_tab-wrap {
  display: flex;
  width: 100%;
  border: 1px solid #ececec;
}

.top10_tab_type1 {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
  background: #f9f9f9;
  color: #555;
  border-right: 1px solid #ddd;
}

.top10_tab_type1:last-child {
  border-right: none;
}

.top10_tab_type1.active {
  background: #8c9bb8;
  color: #fff;
}

.onlineTraffic_box {
  margin-top: 30px;
}

.ot_title {
  background: url(../images/contents/img_otbg.png) #fcfcfd no-repeat 20px 16px;
  font-size: 16px;
  font-weight: 500;
  padding: 14px 20px 14px 52px;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
  margin-bottom: 20px;
}

.ot_date {
  display: flex;
  gap: 1px;
  width: fit-content;
  font-size: 14px;
  padding: 3px 0;
  color: #7b7b7b;
}

.srch_date {
  font-size: 13px;
  padding: 0 1px;
}

.update_date {
  display: flex;
  gap: 1px;
  width: fit-content;
  font-size: 12px;
  padding: 3px 0;
  color: #7b7b7b;
}

.ot_content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 10px;
}

.ot_content .box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #eff0f1;
}

.ot_content .f1 {
  flex: 1;
}

.ot_content .f2 {
  flex: 2;
}

.ot_content .f3 {
  flex: 3;
}


.ot_content .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.ot_content .dot {
  color: #ffbb00;
  font-size: 14px;
  margin-right: 5px;
}

.ot_content .content {
  text-align: center;
  padding: 0 23px;
  margin-top: 20px;
}

.ot_content h2 {
  margin: 5px 0;
  font-size: 30px;
  color: #333;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  font-weight: 500;
}

.ot_content h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #724bdd;
  position: absolute;
  bottom: -5px;
  left: 0;
  border-radius: 50px;
}

.ot_content .new_re {
  margin-top: 15px;
}

.ot_content .new_re .news_renum {
  color: #724bdddb;
  font-weight: 500;
  font-size: 22px;
}

.ot_content .stat {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 10px;
}

.ot_content .stat-container {
  display: flex;
  justify-content: space-evenly;
  gap: 40px;
}

.ot_content .stat .badge {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  border-radius: 50%;
  color: white;
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 5px;
}

.ot_content .stat-container .blog {
  background: #f8963f;
}

.ot_content .stat-container .cafe {
  background: #00c4b3;
}

.ot_content .stat-container .total {
  background: #9370db;
}

.ot_content .class_name {
  font-size: 12px;
  color: #717583;
}

.ot_content .class_name strong {
  font-size: 18px;
  font-weight: 500;
  color: #383838;
}

.ot_content .news-item {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
  border-bottom: 1px solid #f1f1f1;
}

.ot_content .thumbnail {
  width: 50px;
  height: 38px;
  margin-right: 10px;
  border-radius: 2px;
  object-fit: cover;
  border: 1px solid #f1f1f1;
}

.ot_content .news-item div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.ot_content .news-item .news_title {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 330px;
}

.ot_content .news-item .news_time {
  display: block;
  font-size: 11px;
  color: #888;
}

.ot_content .news-blog-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
  display: flex;
  gap: 20px;
}

.ot_content .news_box,
.blog_box {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  border: 1px solid #eff0f1;
}


.ot_content ul {
  list-style: none;
  padding: 0;
  max-height: 262px;
  overflow-y: auto;
}

.ot_content li {
  display: flex;
  align-items: center;
  padding: 5px 0;
}

.ot_content .otbutton {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
  background: #f0f0f0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 13px;
}


.ot_content .item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  border-bottom: 1px solid #f1f1f1;
}

.ot_content .item div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  margin-left: 10px;
  cursor: pointer;
}

.ot_content .item div:hover {
  text-decoration: underline;
}

.ot_content .item .viewed {
  color: #d8d8d8;
}

.ot_content .blog_title {
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 340px;
}

.ot_content .blog_txt {
  display: block;
  font-size: 11px;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 340px;
}




.ot_content .badge {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 3px;
  border-radius: 50%;
  color: white;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 25px;
}

.ot_content .blog {
  background-color: #f6f7f9;
  color: #f8963f;
}

.ot_content .cafe {
  background-color: #f6f7f9;
  color: #00c4b3;
}

.ot_content .total {
  background-color: #f6f7f9;
  color: #9370db;
}

.ot_content .cafe {
  background-color: #f6f7f9;
  color: #00c4b3;
}

.ot_content .news {
  background-color: #f6f7f9;
  color: #8ba3de;
}

.ot_content .icon_news {
  display: inline-block;
  font-size: 11px;
  margin-right: 10px;
  background-color: #f6f7f9;
  color: #8ba3de;
  padding: 3px 5px;
  border-radius: 3px;
}

.ot_content .badge2 {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  border-radius: 50%;
  color: white;
  text-align: center;
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.ot_content .badge2 img {
  width: 24px;
  height: 24px;
  object-fit: contain
}

.ot_content .mobile {
  background-color: #f8963f;
}

.ot_content .pc {
  background-color: #ae85ea;
}

.ot_content .mp_total {
  background-color: #70b0f3;
}

.wclick {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  height: auto;
  min-height: 160px;
}

.wclick .wclick_c {
  font-size: 12px;
  flex: 0 0 25%;
  max-width: 150px;
  margin-right: 10px;
}

.wclick .wclick_g {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}

.stacked-bar-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
}

.stacked-bar-card + .stacked-bar-card {
  margin-top: 16px;
}

.stacked-bar-canvas {
  width: 100%;
  height: 160px;
}

.infoBox_content {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 12px;
  color: #475569;
  margin-bottom: 12px;
}

.chart-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px;
  display: flex;
  flex-direction: column;
}

.chart-card-canvas {
  width: 100%;
  min-height: 180px;
}


.ot_content2 {
  background: #fff;
  border-radius: 10px;
  padding: 0;
  margin-top: 20px;
  position: relative;
}

.ot_content2 .title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}

.ot_content2 .dgraph {
  font-size: 12px;
}

.ot_content2 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.ot_content2 .box {
  padding: 0 20px;
}

.ot_content2 .f1 {
  flex: 1;
}

.ot_content2 .f2 {
  flex: 2;
}

.ot_content2 .f3 {
  flex: 3;
}


.ot_content3 {
  display: flex;
  justify-content: space-between;
  gap: 0;
  margin: 0 30px;
}

.ot_content3 .box {
  padding: 0 20px;
}

.ot_content3 .f1 {
  flex: 1;
}

.ot_content3 .f2 {
  flex: 2;
}

.ot_content3 .f3 {
  flex: 3;
}

.ot_tab {
  font-size: 13px;
}

.ot_tab ul {
  border-bottom: 1px solid #f3f4f5;
  padding-bottom: 9px;
  display: flex;
  list-style: none;
  margin-bottom: 15px;
}

.ot_tab li {
  padding: 4px 10px;
  background: #f9f9f9;
  cursor: pointer;
  border-radius: 50px;
  width: 40%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.ot_tab .on {
  background: #8c9bb8;
  color: #ffffff;
}

.top10_graph {
  position: relative;
  height: 360px;
  max-height: 360px;
  border: 1px solid #eff0f1;
  border-radius: 12px;
  padding: 20px;
}

#socialChart {
  height: 250px;
  max-height: 250px;
}

.keyword_container {
  display: flex;
  gap: 40px;
  margin: 0 auto;
}

.keyword_panel {
  border-radius: 8px;
  overflow: hidden;
}

.keyword_left-panel {
  width: 600px;
}

.keyword_right-panel {
  flex: 1;
}

.keyword_panel-header {

  padding: 15px 20px;
  font-weight: 600;
  font-size: 14px;
}

.keyword_months-container {
  display: flex;
  border: 1px solid #eff0f1;
  border-radius: 12px;
}

.keyword_month-section {
  flex: 1;
  padding: 10px 15px;
}

.keyword_month-section:last-child {
  border-right: none;
}

.keyword_month-header {
  padding: 12px 5px 5px 5px;
  font-size: 14px;
  font-weight: 500;
}

.keyword_chart-icon {
  margin-right: 8px;
  color: #6366f1;
}

.keyword_data-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #e2e8f0;
}

.keyword_data-table th {
  background-color: #f8fafc;
  padding: 10px 15px;
  font-size: 12px;
  font-weight: 600;
  color: #475569;
  text-align: center;
}

.keyword_data-table .keyword_col-rank {
  width: 50px;
}

.keyword_data-table .keyword_col-keyword {
  width: auto;
}

.keyword_data-table .keyword_col-count {
  width: 60px;
  text-align: right;
}

.keyword_data-table td {
  padding: 8px 15px;
  border-bottom: 1px solid #e2e8f0;
}

.keyword_data-table tr:hover {
  background-color: #f8fafc;
}

.keyword_rank-indicator {
  font-size: 11px;
  font-weight: 600;
  text-align: center;
}

.keyword_rank-up {
  color: #ef4444;
}

.keyword_rank-up::before {
  content: "▲";
  margin-right: 4px;
}

.keyword_rank-down {
  color: #3b82f6;
}

.keyword_rank-down::before {
  content: "▼";
  margin-right: 4px;
}

.keyword_rank-new {
  color: #8b5cf6;
}

.keyword_rank-new::before {
  content: "▲";
  margin-right: 4px;
}

.keyword_rank-same {
  color: #6b7280;
}

.keyword_rank-same::before {
  content: "−";
  margin-right: 4px;
}

.keyword_keyword {
  color: #1f2937;
}

.keyword_count {
  color: #374151;
  font-weight: 500;
  text-align: right;
}

.keyword_navigation {
  position: absolute;
  left: -20px;
  top: 290px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.keyword_navigation:hover {
  background-color: #f8fafc;
}

.keyword_navigation::before {
  content: "‹";
  font-size: 30px;
  color: #9d7fed;
}

.keyword_navigation-right {
  position: absolute;
  left: 580px;
  top: 290px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.keyword_navigation-right:hover {
  background-color: #f8fafc;
}

.keyword_navigation-right::before {
  content: "›";
  font-size: 30px;
  color: #ccc;
}

.keyword_container-wrapper {
  position: relative;
}

.keyword_empty-content {

  text-align: center;
  border: 1px solid #eff0f1;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

#related_keyword {
  width: 100%;
  height: 100%;
  min-height: 360px;
}


#wordmap_wordcloud {
  width: 100%;
  height: 412px;
}

.wordmap_legend {
  display: flex;
  gap: 40px;
  font-size: 13px;
  justify-content: center;
  margin-bottom: 30px;
}

.wordmap_legend span {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #666666;
}

.wordmap_legend .wordmap_color_box {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 3px;
}

/* 호버 시 살짝 커지는 효과 */
.wordmap_wordcloud text {
  transition: transform 0.2s;
}

.wordmap_wordcloud text:hover {
  transform: scale(1.2);
}

.sentiment_box {
  position: relative;
  height: 300px;
  max-height: 300px;
  border: 1px solid #eff0f1;
  border-radius: 12px;
  padding: 30px 10px;
}

#sentimentChart {
  padding: 10px;
  height: 300px;
  max-height: 300px;
  width: 100%;
  box-sizing: unset !important;
}


.layout.panel-open {
  margin-right: 350px;
}

.slide-panel {
  position: fixed;
  top: 123px;
  right: -350px;
  width: 350px;
  height: calc(100vh - 123px);
  background: white;
  transition: right 0.3s ease;
  z-index: 900;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.slide-panel.open {
  right: 0;
}

#plan_sec {
  scroll-margin-top: 135px;
}

.mypage_btnclose {
  border: 0;
  font-size: 24px;
  color: #585858;
  cursor: pointer;
  margin: 5px 0 10px 10px;
  width: 30px;
  height: 30px;
  padding: 0;
  background: #fff;
}

/* 닫기 버튼 영역 - 고정 */
.my_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px 15px 15px;
  border-bottom: 10px solid #f2f2f2;
  flex-shrink: 0;
}

/* 내용 영역 - 스크롤 */
.my_container {
  width: 350px;
  margin: 0 auto;
  overflow-y: auto;
  flex: 1;
  margin-bottom: 0;
}

.my_profile_section {
  display: flex;
  align-items: center;
}

.my_profile_image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  bordeR: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  margin-right: 15px;
}


.my_profile_info {
  text-align: left;
}

.my_name {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
}

.my_subtitle {
  color: #666;
  font-size: 13px;
}

.my_edit_btn {
  background: rgba(255, 255, 255, 0.9);
  color: #667eea;
  border: 1px solid rgba(102, 126, 234, 0.2);
  padding: 12px;
  border-radius: 50%;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my_edit_btn:hover {
  background: #667eea;
  color: white;
}

.my_content {
  padding: 0 15px 20px;
}

.my_page_title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  text-align: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
}

.my_empty_box {
  height: 60px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 2px dashed #ddd;
  margin: 20px 0;
}

.my_section {
  margin: 30px 0;
}

.my_section:last-child {
  margin-bottom: 0;
}

.my_section_companyinfo {
  margin-top: 10px;
  background-color: #f9f7fe;
  padding: 20px;

}

.my_section_companyinfo p {
  color: #666;
  font-size: 12px;

}

.my_section_title {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
  padding-left: 5px;
}

.my_info_card {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.my_info_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.my_info_card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(45deg, #667eea, #764ba2);
}

.my_date_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #666;
}

.my_highlight_card {
  border-radius: 10px;
  padding: 20px 15px;
  text-align: center;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
}

.my_highlight_card.my_inactive {
  background: #fff;
  border: 1px solid #ececec;
  border-top: 4px solid #cfcfcf;
}


.my_highlight_card.my_inactive .my_highlight_title {
  color: #414141;
  font-weight: 500;
}


.my_highlight_card.my_inactive .my_highlight_desc {
  color: #666;
}

.my_highlight_card.my_plane_ed {
  background: #fff;
  padding: 20px 15px;
  text-align: center;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  background: #f9f7fb;
  border: 1px solid #ededed;
  /*border-left: 6px solid #b66fe3;*/

}

.my_highlight_card.my_plane_ed .inuse {
  background: #636363;
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  transform: translateY(-1px);
}

.mypi {
  color: #d1ced2;
  padding-left: 5px;
  font-size: 22px;
  vertical-align: middle;

}

.my_highlight_card.primium {
  background: #f9f7fb;
  border: 1px solid #ae85ea;
  border-top: 4px solid #ae80f2;
}

.my_highlight_card.gold {
  background: #d4af360f;
  border: 1px solid #eae0c0;
  border-top: 4px solid #efca3e;
}

.my_highlight_card.basic {
  background: #8ecfa10f;
  border: 1px solid #c8e5d1;
  border-top: 4px solid #5ae0b1
}


.my_highlight_card .my_highlight_title {
  color: #343434;
}

.my_highlight_card.primium .my_highlight_title strong {
  color: #793bd5;
  font-weight: 500;
}

.my_highlight_card.gold .my_highlight_title strong {
  color: #f6bd2a;
  font-weight: 500;
}

.my_highlight_card.basic .my_highlight_title strong {
  color: #56d0a4;
  font-weight: 500;
}

.my_highlight_icon {
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
}

.my_highlight_title {
  font-size: 16px;
  margin-bottom: 5px;
}

.my_highlight_desc {
  font-size: 12px;
  line-height: 1.4;
}

.my_highlight_desc2 {
  padding: 0px 10px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin: 7px 0;
  border-radius: 8px;
}

.my_premium_info {
  margin-top: 5px;
  text-align: left;
  display: flex;
  background: #fff;
  border-radius: 6px;
  padding: 4px 15px;
  justify-content: space-between;
  border: 1px solid #f3f1f1;
}

.my_plan_info {
  text-align: left;
  display: flex;
  padding: 3px 0px;
  justify-content: space-between;
  border-bottom: 1px solid #f3f1f1;
}

.my_plan_info:last-child {
  border-bottom: 0;
}

.my_info_item {
  display: flex;
  align-items: center;
  font-size: 13px;
}

.my_info_text {
  font-weight: 500;
  margin-left: 5px;
}

.my_info_value {
  font-size: 13px;
  font-weight: 500;
  margin-left: 20px;
  padding: 4px 0px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 8px;
  display: inline-block;
  color: #333;
}

.my_usage_menu {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 15px 20px;
  margin: 20px 0;
  border-left: 4px solid #667eea;
}

.my_usage_title {
  color: #555;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.my_menu_item {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.my_menu_item:hover {
  background: #f9f7fb;
  color: #571ab0;
  transform: translateX(2px);
}


.my_menu_icon {
  font-size: 12px;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  padding: 2px;
  line-height: 24px;
  text-align: center;
  transition: all 0.3s ease;
  background: #f5f5f5;
  border-radius: 3px;
}

.my_menu_text {
  font-size: 14px;
  font-weight: 500;
  color: #333;
}


.my_company_info {
  background: #e3f2fd;
  border-radius: 15px;
  padding: 20px;
  margin: 20px 0;
  position: relative;
}

.my_company_name {
  color: #1976d2;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}

.my_company_desc {
  color: #555;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 15px;
}

.my_company_details {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
}

.my_company_link {
  color: #1976d2;
  text-decoration: none;
  font-weight: 500;
}

.my_mailbox_icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #e3f2fd, #f0f8ff);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  animation: my_float 3s ease-in-out infinite;
}

.my_mailbox_container {
  position: relative;
  width: 30px;
  height: 25px;
}

.my_mailbox_base {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 15px;
  background: #8b4513;
  border-radius: 1px;
}

.my_mailbox_body {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 20px;
  height: 12px;
  background: #4a90e2;
  border-radius: 6px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1);
}

.my_mailbox_body::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 8px;
  background: #6bb6ff;
  border-radius: 4px;
}

.my_mailbox_flag {
  position: absolute;
  top: 4px;
  right: 1px;
  width: 6px;
  height: 4px;
  background: #ff4757;
  border-radius: 1px;
  transform-origin: left center;
  animation: my_flagWave 2s ease-in-out infinite;
}

@keyframes my_flagWave {

  0%,
  100% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-15deg);
  }
}

.my_section_divider {
  height: 1px;
  background: #f0f0f0;
  margin: 25px 0;
}

.my_purchase_btn {
  background: linear-gradient(45deg, #8b5cf6, #a855f7);
  color: white;
  border: none;
  padding: 8px 0px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 15px;
  width: 250px;
  transition: all 0.3s ease;
}

.my_purchase_btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(45deg, #a855f7, #8b5cf6);
}

.my_premium_buttons {
  display: flex;
  gap: 10px;
  margin-top: 15px;
  justify-content: center;
}

.my_premium_btn {
  background: #fff;
  color: #393939;
  border: 1px solid #eee;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: 1;
  margin-top: 10px;
}

.my_premium_btn:hover {
  background: #2e7d2e;
  color: white;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(46, 125, 46, 0.2);
}


.top10_rank .r_change {
  font-size: 10px;
  margin-right: 10px;
  width: 19px;
  text-align: center;
}

.top10_rank .up {
  color: #ed6363;
}

/* 상승 색상 */
.top10_rank .down {
  color: #417feb;
}

/* 하락 색상 */
.top10_rank .same {
  color: #565656;
}

/* 유지 색상 */
.top10_rank .new {
  color: #a63ee9;
  font-size: 10px;
  font-weight: 500;
}


.mypage_nav {
  background: white;
  border-radius: 12px;
  max-width: 330px;
  overflow: hidden;
  padding: 20px;
}

.mypage_top {
  padding: 20px;
  position: relative;
}

.mypage_top h3 {
  font-size: 18px;
  font-weight: 440;
  margin: 15px 0 20px 0;
}



.mypage_menu {
  list-style: none;
  padding: 0px 0;
}

.mypage_menu>li>a,
.mypage_menu>li>span {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  text-decoration: none;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  gap: 10px;
  transition: all 0.2s ease;
}

.mypage_menu>li>span.active {
  background: #f8f9fa;
  color: #333;
}

.mypage_menu>li>a:hover,
.mypage_menu>li>span:hover {
  background: #f0f0f0;
  color: #6b52e2;
  transform: translateX(4px);
}

.mypage_submenu {
  list-style: none;
  background: white;
  padding: 0;
}

.mypage_submenu li {
  border-bottom: 1px solid #f0f0f0;
}

.mypage_submenu li a {
  display: flex;
  align-items: center;
  padding: 10px 16px 10px 36px;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  gap: 8px;
  transition: all 0.2s ease;
}

.mypage_submenu li a:hover {
  background: #f8f9fa;
  color: #6b52e2;
  transform: translateX(4px);
}

.mypage_submenu li.on a {
  color: #6b52e2;
  font-weight: 500;
}

.mypage_submenu li a i {
  margin-left: auto;
  color: #999;
  font-size: 11px;
}

.mypage_submenu li a:hover i {
  color: #6b52e2;
}

.terms_header {
  background: linear-gradient(135deg, #7d6add, #762ac2);
  color: #fff;
  padding: 22px;
  border-radius: 12px;
  margin-top: 70px;
}

.terms_header h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
}

.terms_header p {
  margin: 6px 0 0;
  font-size: 13px;
  opacity: 0.95;
}

.terms_nav {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.terms_nav button {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background: #fdfdfd4f;
  color: #ffffffa3;
  cursor: pointer;
  font-size: 16px;
}

.terms_nav button.active {
  background: #ffffff;
  font-weight: 500;
  color: #333;
}

.terms_card {
  padding: 28px;
  margin-top: 18px;
  font-size: 15px;
}

.terms_h2 {
  font-size: 18px;
  margin: 18px 0 8px;
  margin-top: 30px;
}

.terms_h2:first-child {
  margin-top: 0px;
}

.terms_h3 {
  font-size: 15px;
  margin: 14px 0 6px;
}

.terms_p {
  line-height: 1.7;
  margin: 8px 0;

}

.terms_ol,
.terms_ul {
  margin: 8px 0 18px 20px;
  list-style: auto;
  color: #717171;
}

.terms_ul2 {
  margin: 8px 0 18px 40px;
  color: #717171;
}

.terms_ul2 li {
  list-style-type: disc;
}


.terms_tab-content {
  display: none;
}

.terms_tab-content.active {
  display: block;
}

.terms_ol .terms_ol li {
  list-style-type: disc;
}

.terms_wrap a[target="_blank"] {
  color: #6366f1;
  text-decoration: underline;
}

.terms_ol .terms_ol .terms_ol li {
  list-style-type: circle;
}

.terms_ol .terms_ol .terms_ol li {
  list-style-type: circle;
}


.terms_footer {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}

.terms_effective-date {
  margin-top: 10px;
  font-style: italic;
  color: #666;
}

.terms_table {
  width: 100%;
  border-collapse: collapse;
  margin: 5px 0 15px 0;
}


.terms_table th,
.terms_table td {
  border: 1px solid #ddd;
  padding: 10px;
}

.terms_table th {
  background-color: #f5f5f5;
  font-weight: bold;
  text-align: center;
}

.terms_table td {
  vertical-align: top;
  text-align: left;
}

.plan_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 50px 0;
}

.plan_tabs {
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
  justify-content: center;
}

.plan_tab {
  padding: 10px 20px;
  border: none;
  border-radius: 20px;
  background: #f1f1f1;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}

.plan_tab.plan_active {
  background: #6366f1;
  color: white;
}

.plan_tab:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.plan_discount-badge {
  background: #ff4444;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
  margin-left: 10px;
}

.plan_plans-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.plan_plan-card {
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #dadada;
}

.plan_plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.plan_plan-card.plan_premium {
  border: 1px solid #ae85ea;
  border-top: 5px solid #ae80f2;
}

.plan_plan-card.plan_gold {
  border: 1px solid #efca3e;
  border-top: 5px solid #efca3e;
}

.plan_plan-card.plan_basic {
  border: 1px solid #53cda2;
  border-top: 5px solid #5ae0b1;
}


.plan_plan-header {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.plan_plan-title {
  font-size: 16px;
  font-weight: 600;
}

.plan_plan-title.plan_premium {
  color: #a855f7;
}

.plan_plan-title.plan_gold {
  color: #d9ad39;
}

.plan_plan-title.plan_basic {
  color: #53cda2;
}

.plan_hot-badge {
  background: #ff4444;
  color: white;
  padding: 4px 8px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: bold;
  margin-left: 8px;
}

.plan_price {
  font-size: 28px;
  font-weight: bold;
  color: #333;
  margin-bottom: 4px;
}

.plan_price.plan_premium {
  color: #a855f7;
}

.plan_price.plan_gold {
  color: #f6bd2a;
}

.plan_price.plan_basic {
  color: #53cda2;
}

.plan_price-period {
  font-size: 14px;
  color: #999;
  margin-bottom: 20px;
  font-weight: normal;
}

.plan_cta-button {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.plan_cta-button.plan_outline {
  background: white;
  color: #666;
  border: 1px solid #ddd;
}

.plan_cta-button.plan_outline:hover {
  background: #f8f9fa;
}

.plan_cta-button.plan_primary {
  background: #6366f1;
  color: white;
}

.plan_cta-button.plan_primary:hover {
  background: #5855eb;
}

.plan_cta-button.plan_basic {
  background: #7ad1b2;
  color: #fff;
}

.plan_cta-button.plan_basic:hover {
  background: #1acb8c;
}

.plan_cta-button.plan_premium {
  background: #a855f7;
  color: #fff;
}

.plan_cta-button.plan_premium:hover {
  background: #9333ea;
}

.plan_cta-button.plan_gold {
  background: #f0bd39;
  color: #fff;
}

.plan_cta-button.plan_gold:hover {
  background: #e8ac11;
}

.plan_plan-description {
  font-size: 12px;
  color: #666;
  line-height: 1.4;
  margin-top: 10px;
}

.plan_features-table {
  overflow: hidden;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  margin-bottom: 40px;
}

.plan_features-header {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  padding: 12px 24px;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.plan_features-header>div:first-child {
  text-align: left;
}

.plan_features-header .plan_premium {
  color: #a855f7;
}

.plan_features-header .plan_gold {
  color: #d9ad39;
}

.plan_features-header .plan_basic {
  color: #53cda2;
}

.plan_feature-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  padding: 10px 24px;
  border-bottom: 1px solid #f1f3f4;
  align-items: center;
  transition: all 0.2s ease;
}


.plan_feature-row:last-child {
  border-bottom: none;
}

.plan_feature-name {
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
  text-align: left;
}

.plan_feature-value {
  text-align: center;
  color: #d2d2d2;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
}

.plan_checkmark {
  display: flex;
  justify-content: center;
  align-items: center;
}

.plan_checkmark::after {
  content: '✓';
  width: 20px;
  height: 20px;
  background: #adadad;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
}

.plan_checkmark.plan_premium::after {
  background: #a855f7;
}

.plan_checkmark.plan_gold::after {
  background: #f0bd39
}

.plan_checkmark.plan_basic::after {
  background: #53cda2;
}

.plan_section-title {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  padding: 13px 24px;
  margin: 0;
  background: #f8f9fa;
  border-top: 1px solid #eee;
}

.plan_section-title:first-of-type {
  border-top: none;
}

.plan_points-table {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.plan_points-header {
  background: #f8f9fa;
  padding: 20px 24px;
  font-weight: 600;
  color: #333;
  border-bottom: 1px solid #eee;
  font-size: 18px;
  text-align: center;
}

.plan_points-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #f1f3f4;
  transition: all 0.2s ease;
}

.plan_points-row:hover {
  background: #f8f9fa;
}

.plan_points-row:last-child {
  border-bottom: none;
}

.plan_points-name {
  font-weight: 500;
  color: #333;
  display: flex;
  align-items: center;
}

.plan_points-icon {
  font-size: 20px;
  margin-right: 12px;
  width: 32px;
  height: 32px;
  background: #f3f4f6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan_points-value {
  font-weight: 600;
  color: #6366f1;
  font-size: 16px;
}


.btn-top {
  position: fixed;
  z-index: 9999;
  bottom: 240px;
  right: 40px;
  width: 45px;
  height: 45px;
  border: none;
  border-radius: 50%;
  background: #7e7e7ea8;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  transition: opacity .18s ease, transform .18s ease;
  line-height: 1;
}

.btn-top span {
  font-size: 8px;
}


/*회원가입*/
.box_joinStep {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.box_joinStep h1 {
  font-size: 27px;
  letter-spacing: -1px;
  font-weight: 600;
  padding: 20px 0 10px 0;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}

.box_joinStep h2 {
  background: url("../images/main/bull02.png") no-repeat 0 5px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.box_joinStep .line_box2 {
  overflow-y: scroll;
  width: 540px;
  height: 120px;
  padding: 20px;
  border: 1px solid #e1e1e1;
  font-size: 13px;
  background-color: #fbfbfb
}

.box_joinStep .btn_box {
  text-align: center;
  height: 70px;
  margin-top: 40px;
}

.box_joinStep>ul {
  display: inline-block;
}

.box_joinStep>ul>li {
  float: left;
  width: 585px;
}

.box_joinStep>ul strong {
  font-size: 35px;
  font-style: italic;
  display: block;
  padding-bottom: 5px;
  font-weight: 600;
}

.box_joinStep .txt_agree {
  padding-top: 10px;
  text-align: right;
  font-size: 13px;
}

.box_joinStep .txt_allAgree {
  padding-top: 15px;
  margin-top: 20px;
  text-align: right;
  border-top: 1px solid #333;
  font-size: 15px;
}

.box_joinStep .fin_message {
  font-size: 30px;
  font-weight: normal;
  padding: 0px 0 20px 0;
  text-align: center;
  line-height: 38px;
}

.box_joinStep .fin_message strong {
  font-weight: bold;
}

.box_joinStep .fin_message2 {
  font-size: 16px;
  padding: 20px 0 40px 0;
  text-align: center;
  color: #6f787f;
  width: 600px;
  border-top: 1px solid #dadada;
  margin: 0 auto;
}

.box_joinStep .btn_login {
  height: 55px;
  width: 300px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  border-radius: 5px;
  line-height: 34px;
  border: 0;
  text-decoration: none !important;
  vertical-align: middle;
  cursor: pointer;
  padding: 0px 25px;
  background-color: #db1f1f;
  margin-top: 15px;
}

.box_joinStep .btn_box .btn_cancle {
  background-color: #b5b5b5;
  border: 1px solid #b5b5b5;
  color: #FFF;
  padding: 15px 50px;
  border-radius: 3px;
  font-size: 18px;
}

.box_joinStep .btn_box .btn_agree {
  background-color: #e30303;
  border: 1px solid #e30303;
  color: #FFF;
  padding: 15px 50px;
  border-radius: 3px;
  font-size: 18px;
}

.select_pimg img {
  border: 1px solid #d6d6d6;
  width: 50px;
  vertical-align: middle;
}

.box_joinStep .mark_img {
  border: 1px solid #f4f4f4;
  border-radius: 500px;
}

.join_navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  z-index: 1000;
}

.join_nav-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.join_navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: #667eea;
  text-decoration: none;
}

.join_nav-links {
  display: flex;
  list-style: none;
  gap: 40px;
}

.join_nav-links a {
  text-decoration: none;
  color: #495057;
  font-weight: 500;
}

.join_nav-buttons {
  display: flex;
  gap: 10px;
}

.join_btn {
  padding: 16px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 16px;
}

.resend_mail_btn {
  padding: 8px 24px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 14px;
}

.join_btn-outline {
  background: transparent;
  border: 1px solid #667eea;
  color: #667eea;
}

.join_btn-outline:hover {
  transform: translateY(-2px);
}

.join_btn-primary {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  border-radius: 12px;
  color: white;
  font-size: 16px;
  font-weight: 600;

}

.join_btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(102, 126, 234, 0.4);
}

/* 메인 컨텐츠 */
.join_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
  margin-top: 100px;
}

.join_display-title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
}

.join_lead {
  font-size: 1.2rem;
  color: #6c757d;
}

/* 모달 스타일 */
.join_modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
  backdrop-filter: blur(5px);
}

.join_modal-overlay.join_show {
  display: flex;
  opacity: 1;
}

.join_modal-content {
  background: white;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  width: 90%;
  max-width: 1000px;
  height: 650px;
  display: flex;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}

.join_modal-overlay.join_show .join_modal-content {
  transform: scale(1);
}

/* 좌측 브랜드 섹션 */
.join_brand-section {
  background: #fafafa;
  padding: 60px 30px;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #333;
  position: relative;
}

.join_logo-container {
  margin-bottom: 15px;
}

.join_logo {
  width: 120px;
  height: 60px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}

.join_brand-title {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 20px;
}

.join_brand-description {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 90px;
  color: #595959;
}

.join_brand-features {
  text-align: center;
  font-size: 13px;
  padding-bottom: 15px;
  color: #7057cf;
}

.join_back-button {
  position: absolute;
  top: 20px;
  left: 20px;
  background: rgb(255 255 255);
  border: 1px solid #efedf5;
  font-weight: 440;
  font-size: 18px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #333;
  display: none;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  cursor: pointer;
}

.join_back-button:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateX(-2px);
  color: #8b5cf6;
}

.join_back-button.join_show {
  display: flex;
}

/* 우측 폼 섹션 */
.join_form-section {
  padding: 60px 50px;
  background: white;
  width: 50%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}



.join_close-button {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #efedf5;
  font-weight: 440;
  font-size: 18px;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  cursor: pointer;
  transition: all 0.3s ease;
}

.join_close-button:hover {
  color: #8b5cf6;
  transform: translateX(2px);
}

.join_form-group {
  margin-bottom: 20px;
  position: relative;
}

.join_form-control {
  padding: 15px 16px;
  border: 2px solid #e9ecef;
  border-radius: 12px;
  font-size: 16px;
  transition: all 0.3s ease;
  outline: none;
  width: 100%;
  box-sizing: border-box;
}


.join_form-control:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.join_form-control.join_is-invalid {
  border-color: #dc3545;
}

.join_form-control.join_is-valid {
  border-color: #198754;
}

.join_form-label {
  position: absolute;
  top: 16px;
  left: 16px;
  color: #6c757d;
  transition: all 0.3s ease;
  pointer-events: none;
  background: white;
  padding: 0 5px;
}

.join_form-control:focus~.join_form-label,
.join_form-control:not(:placeholder-shown)~.join_form-label {
  top: -8px;
  font-size: 12px;
  color: #667eea;
}

.join_password-toggle {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6c757d;
}

.join_invalid-feedback {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}

.join_invalid-feedback.join_show {
  display: block;
}

.join_form-text {
  font-size: 12px;
  color: #6c757d;
  margin-top: 5px;
}

.join_checkbox-group {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 5px;
}

.join_checkbox-error {
  color: #dc3545;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
  margin-left: 28px;
  display: none;
}

.join_checkbox-error.join_show {
  display: block;
}

.join_checkbox {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: #667eea;
}

.join_checkbox-label {
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}

.join_checkbox-label a {
  color: #667eea;
  text-decoration: none;
}

.join_checkbox-label a:hover {
  text-decoration: underline;
}

.join_btn-large {
  padding: 15px 30px;
  font-size: 16px;
  border-radius: 12px;
  width: 100%;
  margin-top: 20px;
}

.join_divider {
  position: relative;
  text-align: center;
  margin: 25px 0;
}

.join_divider::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #dee2e6;
  width: 35%;
}

.join_divider::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  right: 0;
  height: 1px;
  background: #dee2e6;
  width: 35%;
}

.join_divider span {
  background: white;
  padding: 0 15px;
  color: #6c757d;
  font-size: 14px;
}

.join_social-btn {
  width: 100%;
  padding: 12px;
  margin-bottom: 10px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  background: white;
  font-size: 14px;
}

.join_social-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}


.join_btn-google:hover {
  border: 1px solid #dc3545;
  color: #dc3545;
}

.join_btn-kakao:hover {
  border-color: #fee500;
  color: #3c1e1e;
}

.join_btn-naver:hover {
  border-color: #03c75a;
  color: #03c75a;
}

.join_form-section .sns_login_logo {
  width: 20px;
}

.join_footer-link {
  text-align: center;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}

.join_footer-link a {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
}

.join_footer-link a:hover {
  text-decoration: underline;
}

/* 작은 모달들 */
.join_small-modal {
  width: 90%;
  max-width: 500px;
  height: auto;
  border-radius: 15px;
}

.join_modal-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
  padding: 25px 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.join_modal-header.join_success {
  background: linear-gradient(135deg, #198754 0%, #20c997 100%);
}

.join_modal-body {
  padding: 30px;
  text-align: center;
}

.join_modal-body h4 {
  margin-bottom: 15px;
}

.join_modal-body p {
  color: #6c757d;
  margin-bottom: 25px;
  line-height: 1.6;
}

.join_modal-body .join_icon {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #667eea;
}

.join_modal-body .join_icon.join_success {
  color: #198754;
}

.join_btn-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.join_btn-outline-primary {
  background: white;
  border: 2px solid #667eea;
  color: #667eea;
}

.join_btn-outline-primary:hover {
  background: #667eea;
  color: white;
}

.join_btn-secondary {
  background: #6c757d;
  color: white;
}

.join_btn-success {
  background: linear-gradient(135deg, #6366f1, #8b5cf6);
  color: white;
}

.join_btn-outline-secondary {
  background: white;
  border: 1px solid #e3e3e3;
}

.join_user-email {
  font-weight: bold;
  font-size: 20px;
}

/* 반응형 */
@media (max-width: 768px) {
  .join_modal-content {
    flex-direction: column;
    height: auto;
    max-height: 90vh;
  }

  .join_brand-section,
  .join_form-section {
    width: 100%;
    padding: 30px 20px;
  }

  .join_brand-section {
    min-height: 200px;
  }

  .join_brand-title {
    font-size: 2rem;
  }

  .join_nav-links {
    display: none;
  }
}

/* 토스트 알림 */
.join_toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 3000;
}

.join_toast {
  background: #198754;
  color: white;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 300px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
  transition: transform 0.3s ease;
}

.join_toast.join_show {
  transform: translateX(0);
}

.join_toast-close {
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  margin-left: auto;
  font-size: 18px;
}

.join_verification-input {
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
}

.join_verification-input:focus {
  border-color: #667eea;
  box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.join_verification-content {
  text-align: center;
}

.join_verification-content .join_icon {
  font-size: 4rem;
  margin-bottom: 20px;
  color: #667eea;
}

.join_verification-content h4 {
  margin-bottom: 15px;
  color: #333;
  font-size: 20px;
}

.join_verification-content p {
  color: #6c757d;
  margin-bottom: 15px;
  font-size: 15px;

}

.tuto_container {
  margin: 0 auto;
  padding: 0 50px;
}

/* 섹션 공통 스타일 */
.tuto_section {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 80px;
  padding-bottom: 80px;
}

.tuto_section:last-child {
  border-bottom: none;
}

.tuto_section-title {
  font-size: 40px;
  font-weight: 700;
  color: #6e45de;
  text-align: center;
  margin-bottom: 12px;
}

.tuto_section-subtitle {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* 이미지 박스 */
.tuto_image-box {
  border: 12px solid #f3f3f3;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  min-height: 350px;
}

/* 성과 기록 관리 섹션 */
.tuto_performance-section .tuto_image-box {
  min-height: 400px;
}

/* 그리드 레이아웃 (주요 과업 분석, 채용 지원자 관리 공통) */
.tuto_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 50px;
}

.tuto_grid-item {
  display: flex;
  flex-direction: column;
}

.tuto_grid .tuto_image-box {
  min-height: 320px;
  margin-bottom: 15px;
}

.tuto_image-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}

.tuto_image-description {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
}

/* 채용 지원자 관리 섹션 */
.tuto_applicant-grid .tuto_image-box {
  min-height: 300px;
}


.updates-ticker {

  max-width: none;
  margin: 0 0 0 0;
  position: relative;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 12px 15px;
  display: flex;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  width: 500px;
}

.ticker-label {
  background: linear-gradient(45deg, #ef4444, #f59e0b);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  animation: pulse 2s ease-in-out infinite;
  flex-shrink: 0;
  min-width: fit-content;
}

.ticker-content {
  flex: 1;
  position: relative;
  height: 26px;
  overflow: hidden;
  min-width: 0;
}

.ticker-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.5s ease;
  padding-right: 20px;
}

.ticker-item.active {
  opacity: 1;
  transform: translateY(0);
}

.ticker-icon {
  font-size: 18px;
  flex-shrink: 0;
}

.ticker-text {
  color: white;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  line-height: 1.8;
  width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ticker-nav {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
  min-width: fit-content;
}

.ticker-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.ticker-dot:hover {
  background: rgba(255, 255, 255, 0.5);
  transform: scale(1.2);
}

.ticker-dot.active {
  background: #8b5cf6;
  width: 24px;
  border-radius: 4px;
}


.mr_features {
  margin: 50px 0px 20px 0px;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.mr_feature-box {
  padding: 15px 10px;
  display: flex;
  gap: 22px;
  align-items: flex-start;
  align-items: center;
}

.mr_feature-box:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

.mr_feature-icon {
  width: 68px;
  height: 68px;
  min-width: 68px;
  background: #e8ebff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.mr_feature-content {
  flex: 1;
}

.mr_feature-title {
  font-size: 19px;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: -0.3px;
}

.mr_feature-list {
  list-style: none;
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

.mr_feature-list li {
  position: relative;
}

.why-section {
  padding-bottom: 80px;
}

.why-container {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.why-content {
  padding-right: 20px;
}

.why-title {
  font-size: 44px;
  font-weight: 700;
  color: #6e45de;
  margin-bottom: 35px;
  line-height: 1.3;
}

.why-subtitle {
  font-size: 17px;
  margin-bottom: 30px;
}

.why-image {
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.why-image img {
  max-width: none;
}

.why-section .check-list {
  padding-right: 60px;
  margin-top: 20px;
}

.why-section .check-item {
  padding: 6px 20px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.6;
  background: #f5f2fb;
  border-radius: 50px;
  margin-bottom: 5px;
}


.why-section .check-item:before {
  content: '✓';
  font-size: 24px;
  font-weight: 700;
}

.mypage_wrap {
  background: #fff;
  padding: 32px;
  border-radius: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  margin-bottom: 40px;
  min-height: 720px;
}

.mypage-title {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 24px;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
}

.mypage_sidebar {
  width: 240px;
  padding: 20px 20px;
  box-sizing: border-box;
}

.mypage_profile {
  text-align: center;
  margin-bottom: 20px;
}



.mypage_name {
  font-weight: 600;
  margin: 10px 0 0 0;
  font-size: 15px;
}

.mypage_email {
  font-size: 15px;
  color: #6b7280;
  word-break: break-all;
}

.mypage_menu {
  border-top: 1px solid #eee;
  padding-top: 20px;
}

.mypage_menu_title {
  font-size: 14px;
  font-weight: 600;
  color: #673AB7;
  margin: 30px 0 5px;
  border-top: 1px solid #e9dffb;
  padding: 30px 10px 0 10px;
}

.mypage_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mypage_menu li a {
  display: block;
  padding: 12px 10px;
  font-size: 14px;
  color: #374151;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.2s;
}

.mypage_menu li a:hover {
  background: #f5f2fb;
  color: #8340ed;
}

.mypage_menu li i {
  font-size: 16px;
  color: #374151;
  padding-right: 5px;
}

.mypage_menu li:hover i {
  color: #8340ed;
}


.mypage_contents {
  flex: 1;
  background: #ffffff;
}


.mypage_container {
  display: flex;
  gap: 50px;
}

.mypage_header {
  margin-bottom: 2rem;
}

.mypage_title {
  font-size: 1.875rem;
  font-weight: bold;
  color: #111827;
}

.mypage_subtitle {
  color: #4b5563;
  margin-top: 0.5rem;
}

.mypage_tab-container {
  background-color: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.mypage_tab-nav {
  border-bottom: 1px solid #e5e7eb;
  display: flex;
}

.mypage_tab-button {
  padding: 1rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid transparent;
  background: none;
  cursor: pointer;
  transition: all 0.2s;
  color: #6b7280;
}

.mypage_tab-button.mypage_active {
  border-bottom-color: #2563eb;
  color: #2563eb;
}

.mypage_tab-button:hover {
  color: #374151;
}

.mypage_tab-content.mypage_active {
  display: block;
}

.mypage_card {
  margin-bottom: 1.5rem;
  padding: 30px 30px;
  border-radius: 10px;
}

.mypage_section-title {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}

.mypage_form-group {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.mypage_form-group-column {
  margin-bottom: 1.5rem;
}

.mypage_label {
  font-size: 0.875rem;
  font-weight: 500;
  color: #374151;
  min-width: 150px;
  flex-shrink: 0;
}

.mypage_input,
.mypage_select {
  flex: 1;
  padding: 0.5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1rem;
}

.mypage_input:focus,
.mypage_select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.mypage_input:disabled {
  background-color: #f9fafb;
  color: #6b7280;
}

.mypage_help-text {
  font-size: 0.75rem;
  color: #6b7280;
  margin-left: 180px;
  width: 100%;
  margin-top: 5px;
}

.mypage_button-primary {
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background: white;
  cursor: pointer;
  transition: background-color 0.2s;
  color: #333;
}

.mypage_button-primary:hover {
  background-color: #9a59f7;
  color: #fff;
}

.mypage_button-secondary {
  padding: 0.5rem 1rem;
  background-color: #f3f4f6;
  color: #374151;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
  white-space: nowrap;
}

.mypage_button-secondary:hover {
  background-color: #e5e7eb;
}

.mypage_button-danger {
  padding: 0.5rem 1rem;
  background-color: #dc2626;
  color: white;
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.mypage_button-danger:hover {
  background-color: #b91c1c;
}

.mypage_button-outline {
  padding: 0.5rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  background: white;
  cursor: pointer;
  transition: background-color 0.2s;
}

.mypage_button-outline:hover {
  background-color: #f9fafb;
}

.mypage_profile-image {
  text-align: center;
}

.mypage_checkbox-label {
  display: flex;
  align-items: center;
}

.mypage_checkbox {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
  accent-color: #683fd7;
}

.mypage_table-container {
  overflow-x: auto;
}

.mypage_table {
  width: 100%;
  font-size: 0.875rem;
  border-collapse: collapse;
}

.mypage_thead {
  background-color: #f9fafb;
}

.mypage_th {
  padding: 0.5rem 1rem;
  text-align: left;
  font-weight: 500;
  color: #374151;
}

.mypage_th.mypage_right {
  text-align: right;
}

.mypage_tbody {
  border-top: 1px solid #e5e7eb;
}

.mypage_tr {
  border-bottom: 1px solid #e5e7eb;
}

.mypage_td {
  padding: 60px 10px;
  text-align: center;
}

.mypage_td.mypage_gray {
  color: #4b5563;
}

.mypage_td.mypage_black {
  color: #111827;
}

.mypage_td.mypage_right {
  text-align: right;
  font-weight: 500;
}

.mypage_text-green {
  color: #16a34a;
}

.mypage_text-red {
  color: #dc2626;
}

.mypage_stat-card {
  padding: 1rem;
  border-radius: 8px;
  border: 1px solid #ececec;
  background-color: #fff;
}

.subscribe_pre {
  border: 1px solid #dcc5ff;
  border-left: 5px solid #a855f7;

}

.subscribe_gold {
  border: 1px solid #dcc5ff;
  border-left: 5px solid #efca3e;
}

.subscribe_basic {
  border: 1px solid #dcc5ff;
  border-left: 5px solid #5ae0b1;
}

.tc_pre {
  color: #a855f7;
}

.tc_gold {
  color: #d9ad39;
}

.tc_basic {
  color: #53cda2;
}


.mypage_stat-label {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 0.25rem;
}

.mypage_stat-value {
  font-size: 19px;
  font-weight: 600;
}

.mypage_stat-card-gray {
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  border: 1px solid #f2f2f2;
}

.mypage_stat-value-gray {
  font-size: 1.125rem;
  font-weight: 600;
  color: #111827;
}

.mypage_info-row {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
}

.mypage_info-label {
  color: #4b5563;
}

.mypage_info-value {
  color: #111827;
  font-weight: 500;
}

.mypage_alert {
  background-color: #fef3c7;
  border: 1px solid #fde68a;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
}

.mypage_alert-text {
  font-size: 0.875rem;
  color: #374151;
  line-height: 1.6;
}

.mypage_modal-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.mypage_modal-overlay.mypage_show {
  display: flex;
}

.mypage_modal {
  background-color: white;
  border-radius: 0.5rem;
  padding: 1.5rem;
  max-width: 24rem;
  width: 100%;
  margin: 0 1rem;
}

.mypage_modal-title {
  font-size: 22px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mypage_modal-title.mypage_danger {
  color: #dc2626;
}

.mypage_modal-text {
  color: #4b5563;
  margin-bottom: 1.5rem;
}

.mypage_modal-buttons {
  display: flex;
  gap: 0.5rem;
}

.mypage_modal-buttons button {
  flex: 1;
}

.mypage_grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 10px;
}

.mypage_avatar {
  width: 6rem;
  height: 6rem;
  background-color: #e5e7eb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.mypage_avatar-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  color: white;
  font-size: 0.875rem;
  font-weight: 500;
}

.mypage_avatar:hover .mypage_avatar-overlay {
  opacity: 1;
}

.mypage_file-input {
  display: none;
}

.mypage_button-text {
  background-color: transparent;
  color: #6b7280;
  border: none;
  cursor: pointer;
  font-size: 0.875rem;
  text-decoration: underline;
  transition: color 0.2s;
}

.mypage_button-text:hover {
  color: #374151;
}


.mypage_withdraw-modal .mypage_modal {
  max-width: 42rem;
}

.mypage_withdraw-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.mypage_withdraw-section {
  margin-bottom: 2rem;
}

.mypage_withdraw-section-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

.mypage_withdraw-check {
  color: #2563eb;
}

.mypage_withdraw-email {
  text-align: center;
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
}

.mypage_withdraw-email strong {
  font-size: 1.125rem;
  color: #111827;
}

.mypage_withdraw-link {
  text-align: center;
  margin-top: 0.5rem;
}

.mypage_withdraw-link a {
  color: #2563eb;
  text-decoration: underline;
  font-size: 0.875rem;
}

.mypage_withdraw-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.mypage_withdraw-list li {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

.mypage_withdraw-reason-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  margin-bottom: 1rem;
}

.mypage_withdraw-reason-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  margin-bottom: 1rem;
}

.mypage_withdraw-reason-item {
  display: flex;
  align-items: center;
}

.mypage_withdraw-reason-item input {
  margin-right: 0.5rem;
}

.mypage_withdraw-reason-item label {
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
}

.mypage_withdraw-textarea {
  width: 95%;
  min-height: 100px;
  padding: 0.75rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  resize: vertical;
  font-family: inherit;
}

.mypage_withdraw-textarea:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.mypage_withdraw-textarea::placeholder {
  color: #9ca3af;
}

.mypage_withdraw-agree {
  display: flex;
  align-items: center;
  padding: 1rem;
  background-color: #f9fafb;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}

.mypage_withdraw-agree input {
  margin-right: 0.5rem;
}

.mypage_withdraw-agree label {
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
}

.mypage_withdraw-buttons {
  display: flex;
  gap: 0.75rem;
}

.mypage_withdraw-buttons button {
  flex: 1;
  padding: 0.875rem;
  font-size: 1rem;
  font-weight: 600;
}

@media (min-width: 768px) {
  .mypage_grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}


.inquiry_wrap {
  padding: 30px 0;
}

.inquiry_form_group {
  margin-bottom: 20px;
}

.inquiry_label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 14px;
}

.inquiry_input,
.inquiry_select,
.inquiry_textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.inquiry_input:focus,
.inquiry_select:focus,
.inquiry_textarea:focus {
  outline: none;
  border-color: #4b5563;
}

.inquiry_textarea {
  min-height: 120px;
  resize: vertical;
}

.inquiry_file_button {
  display: inline-block;
  padding: 8px 14px;
  background-color: #e5e7eb;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

.inquiry_submit_button {
  width: 100%;
  padding: 14px 0;
  background-color: #111827;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.inquiry_submit_button:hover {
  background-color: #1f2937;
}

.inquiryV_wrap {
  max-width: 1100px;
  margin: 0 auto;
}

/* 테이블 헤더 */
.inquiryV_tableHeader {
  display: grid;
  grid-template-columns: 100px 2fr 80px 60px;
  gap: 12px;
  padding: 12px 20px;
  color: var(--muted);
  font-size: 14px;
  align-items: center;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #e8e8e8;
  background: #fafafa;
  text-align: center;
}

/* 리스트 컨테이너 (구분선 포함) */
.inquiryV_list {
  border-top: 1px solid var(--border);
}

.inquiryV_row {
  display: block;
  border-bottom: 1px solid var(--border);
  background: var(--card);
  cursor: pointer;
}

.inquiry_no {
  display: block;
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 60px 0;

}

.inquiryV_summary {
  display: grid;
  grid-template-columns: 100px 2fr 80px 60px;
  align-items: center;
  padding: 10px 20px;
  gap: 12px;
  min-height: var(--row-height);
  border-bottom: 1px solid #e8e8e8;
  text-align: center;
}

.inquiryV_colTitle {
  font-weight: 600;
}

.inquiryV_colMuted {
  color: var(--muted);
  font-size: 13px;
}

/* 상태 배지 */
.inquiryV_status {
  display: inline-block;
  padding: 3px 12px;
  border-radius: 50px;
  font-size: 13px;
  background: #f3f4f6;
  color: #374151;
}

.inquiryV_status.completed {
  background: #9a70e5;
  color: #fff;
}



/* 펼쳐지는 상세 영역 */
.inquiryV_details {
  display: none;
  padding: 20px;
  background: var(--accent-soft);
  color: #222;
  line-height: 1.7;
}

.inquiryV_row[aria-expanded="true"] .inquiryV_details {
  display: block;
  border-bottom: 1px solid #e8e8e8;
}

.inquiryV_sectionTitle {
  font-weight: 700;
  margin-bottom: 10px;
}

.inquiryV_reply {
  margin-top: 14px;
  padding: 16px;
  background: #f8f5fc;
  border-radius: 8px;
}

/* 페이징 */
.inquiryV_pagination {
  display: flex;
  gap: 8px;
  justify-content: center;
  padding: 18px 0;
  color: var(--muted);
  user-select: none;
}

.inquiryV_pageBtn {
  padding: 8px 10px;
  border-radius: 6px;
  min-width: 36px;
  text-align: center;
  cursor: pointer;
}

.inquiryV_pageBtn.active {
  color: var(--accent);
  font-weight: 700;
}

/* 반응형 (간단) */
@media(max-width:820px) {

  .inquiryV_tableHeader,
  .inquiryV_summary {
    grid-template-columns: 1fr 1fr;
  }

  .inquiryV_tableHeader .inquiryV_colMuted:nth-child(3),
  .inquiryV_tableHeader .inquiryV_colMuted:nth-child(4),
  .inquiryV_summary> :nth-child(3),
  .inquiryV_summary> :nth-child(4) {
    display: none;
  }
}

.plan_ed-container {
  padding: 30px 20px 0 20px;
}

.plan_ed {
  border-radius: 16px;
  padding: 24px 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: #f9f7fb;
  border: 1px solid #ededed;
  border-top: 4px solid #cfcfcf;
  margin-top: 20px;
}

.plan_ed2 {
  border-radius: 16px;
  padding: 24px 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  background: #f9f7fb;
  border: 1px solid #ae85ea;
  border-left: 5px solid #b66fe3;
}

.plan_ed2 .inuse {
  background: #8b5cf6;
  border-radius: 50px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  transform: translateY(-1px);
}

.plan_ed-header {
  display: flex;
  align-items: center;
}

.plan_ed-title {
  font-size: 16px;
  font-weight: 600;
  color: #b060db;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.plan_ed .in_text {
  font-size: 13px;
  color: #666;
  line-height: 1.4;

}

.in_text2 {
  font-size: 12px;
  color: #666;
  line-height: 1.4;

}

.plan_ed .ed_price {
  font-size: 22px;
  font-weight: bold;
  color: #b66fe3;
  margin-bottom: 4px;
  letter-spacing: -1.5px;
}

.plan_ed .price-period {
  font-size: 13px;
  color: #999;
  margin-bottom: 20px;
  font-weight: normal;
}

.ed_cta-button {
  width: 100%;
  padding: 10px 12px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  background: #9557d7;
  color: #fff;
  margin-top: 5px;
}

.ed_cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
}

.edinfo_txt {
  padding: 10px 10px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  margin: 7px 0;
  border-radius: 8px;
}

.points-grid {
  margin-bottom: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 50px 0;
}

.points-header-section {
  padding: 30px 40px;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}


.subscription-title,
.points-title {
  font-size: 40px;
  font-weight: 700;
  color: #6e45de;
  text-align: center;
  margin-bottom: 12px;
}

.subscription-subtitle,
.points-subtitle {
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
  position: relative;
  z-index: 1;
  font-size: 18px;
  text-align: center;
  line-height: 1.6;
}

.points-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 40px;
  margin-bottom: 20px;
}

.point-card {
  background: #673ab708;
  border: 1px solid #ededed;
  border-radius: 16px;
  padding: 24px;
  transition: all 0.3s ease;
  position: relative;
  overflow: visible;
  border-left: 6px solid #b66fe3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blc_pb {
  border-left-color: #674ca9;
}

.point-card:hover {
  transform: translateY(-3px);
  transition: all 0.3s ease;
  background-color: #f1f0f950;
}

.point-card-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}

.point-icon-wrapper {
  width: 40px;
  height: 40px;
  background: #ebebeb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.point-icon {
  font-size: 20px;
}

.point-info {
  text-align: left;
}

.point-name {
  font-size: 20px;
  font-weight: 600;
  color: #b060db;
}

.pnc_pb {
  color: #7159b5;
}

.point-label {
  font-size: 14px;
  font-weight: normal;
  color: #585858;
}

.point-price-section {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.point-price-label {
  font-size: 14px;
  letter-spacing: 0px;
  color: #b3b3b3;
}

.point-value {
  font-size: 24px;
  font-weight: 700;
  color: #b66fe3;
  margin-top: 15px;
}

.pbc_pb {
  color: #7059b5;
}

.points-notice {
  background: #f8f8f8;
  padding: 20px 24px;
  margin-top: 30px;
}

.points-notice-title {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #ff6b6b;
  margin-bottom: 12px;
}

.points-notice-text {
  display: block;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 8px;
}

.points-notice-text:last-child {
  margin-bottom: 0;
  margin-top: 8px;
  color: #999;
  font-size: 12px;
}

.points-notice-text strong {
  color: #ff6b6b;
  font-weight: 700;
}

.subscription-header-section {
  padding: 30px 40px;
  border-radius: 20px;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.subscription-header-section::before {
  content: '';
  position: absolute;
  top: -40%;
  right: -8%;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.subscription-header-section::after {
  content: '';
  position: absolute;
  bottom: -25%;
  left: -3%;
  width: 180px;
  height: 180px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
}

.subscription-notice {
  background: #f8f8f8;
  padding: 24px 28px;
  margin-top: 30px;
}

.subscription-notice-title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #16a34a;
  margin-bottom: 16px;
}

.subscription-notice-item {
  margin-bottom: 16px;
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}

.subscription-notice-item:last-child {
  margin-bottom: 0;
}

.subscription-notice-number {
  font-weight: 700;
  color: #16a34a;
  margin-right: 4px;
}

.subscription-notice-example {
  display: block;
  margin-top: 8px;
  padding-left: 20px;
  font-size: 13px;
  color: #666;
  font-style: italic;
}

.subscription-notice-example::before {
  content: '* ';
  color: #22c55e;
  font-weight: 700;
}

/* 지선자료*/

.smenu_icon {
  font-size: 18px !important;
  margin-left: 0 !important;
  color: #333 !important;
}

.datas_e-title {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}


.el2026-container {
  max-width: 1600px;
  margin: 0 auto;
}

.el2026-title {
  text-align: center;
  font-size: 2em;
  color: #333;
  margin-bottom: 10px;
  font-weight: bold;
}

.el2026-subtitle {
  text-align: center;
  color: #666;
  font-size: 1em;
  margin-bottom: 30px;
}

.el2026-table {
  background: white;
  overflow: hidden;
  border-bottom: 1px solid #efefef;
}

.el2026-header {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  background: #f9f9f9;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.el2026-header-cell {
  padding: 15px 10px;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #efefef;
  color: #333;
  font-size: 0.95em;
}

.el2026-header-cell:first-child {
  border-left: 1px solid #efefef;
}

.el2026-row {
  display: grid;
  grid-template-columns: 1fr;
}

.el2026-row:last-child {
  border-bottom: none;
}

.el2026-category {
  padding: 20px 10px;
  color: white;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

}

.el2026-cat-prepare {
  background: #ec4899;
}

.el2026-cat-preliminary {
  background: #e91e8c;
}

.el2026-cat-main {
  background: #8b5cf6;
}

.el2026-cat-campaign {
  background: #3b82f6;
}

.el2026-cat-voting {
  background: #10b981;
}

.el2026-cat-result {
  background: #059669;
}

.el2026-timeline {
  position: relative;
  background: #fafafa;
  border-left: 1px solid #efefef;

}

.el2026-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  position: relative;
  min-height: 43px;
  background-image: repeating-linear-gradient(to right, transparent, transparent calc(12.5% - 1px), #f0f0f0 calc(12.5% - 1px), #e9e9e9 12.5%);
  background-color: #fff;
}



.el2026-item {
  position: absolute;
  padding: 4px 10px;
  color: white;
  border-radius: 100px;
  font-size: 0.85em;
  line-height: 1.4;
  cursor: pointer;
  transition: transform 0.2s;
}

.el2026-item:hover {
  transform: translateY(-2px);
  transition: transform 0.2s;
}

/* 툴팁 스타일 추가 */
.el2026-item::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-8px);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 13px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* 여러 줄이 필요한 아이템에만 별도 클래스 추가 */
.el2026-item.multiline-tooltip::after {
  white-space: pre-line;
}

.el2026-item::before {
  content: '';
  position: absolute;
  bottom: 70%;
  left: 50%;
  transform: translateX(-50%) translateY(-2px);
  border: 6px solid transparent;
  border-top-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, transform 0.3s;
  z-index: 1000;
}

.el2026-item:hover::after,
.el2026-item:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-4px);
}

.el2026-item:hover::before {
  transform: translateX(-50%) translateY(0px);
}

.el2026-item-prepare {
  background: #ec4899;
}

.el2026-item-preliminary {
  background: #e91e8c;
}

.el2026-item-preliminary2 {
  color: #e91e8c;
}

.el2026-item-main {
  background: #8b5cf6d6;
}

.el2026-item-main2 {
  color: #8b5cf6;
}

.el2026-item-campaign {
  background: #3b82f6d6;
}

.el2026-item-campaign2 {
  color: #3b82f6;
}

.el2026-item-voting {
  background: #10b981d6;
}

.el2026-item-voting2 {
  color: #10b981;
}

.el2026-item-result {
  background: #ff6a00d6;
}

.el2026-item-result2 {
  color: #ff6a00;
}

.el2026-item-claim {
  background: #059669d6;
}

.el2026-item-claim2 {
  color: #059669;
}

.el2026-item-title {
  font-weight: 600;
  font-size: 13px;
}

.el2026-item-date {
  font-size: 12px;
  font-weight: normal;
}

.el2026-legend {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 25px;
  flex-wrap: wrap;
}

.el2026-legend-item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.el2026-legend-color {
  width: 18px;
  height: 18px;
  border-radius: 3px;
}

.el2026-legend-text {
  color: #555;
  font-size: 0.9em;
}

@media (max-width: 1200px) {
  .el2026-item {
    font-size: 0.75em;
    padding: 8px;
  }
}

@media (max-width: 768px) {
  .el2026-header {
    grid-template-columns: 80px repeat(8, 1fr);
  }

  .el2026-row {
    grid-template-columns: 80px 1fr;
  }

  .el2026-category {
    font-size: 0.9em;
    padding: 15px 5px;
  }

  .el2026-item {
    font-size: 0.7em;
    padding: 6px;
  }

  /* 모바일에서 툴팁 조정 */
  .el2026-item::after {
    font-size: 0.85em;
    padding: 6px 10px;
  }
}

.dataE_guide_card {
  background: white;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  border: 1px solid #f3f4f6;
  overflow: hidden;
}

.dataE_guide_header {
  background: linear-gradient(to right, #6366f1, #9333ea);
  padding: 1rem 1.5rem;
}

.dataE_guide_header_title {
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
}

.dataE_guide_header_subtitle {
  font-size: 0.875rem;
  color: #e0e7ff;
  margin-top: 0.25rem;
}

.icon_dlink {
  background-color: #ac9ec3;
  color: #fff;
  border-radius: 20px;
  padding: 4px 10px;
  margin-right: 5px;
  font-size: 12px;
}

.dataE_guide_content {
  padding: 10px 0;
}

.dataE_guide_section {
  border: 1px solid #e0e0e0;
  padding: 20px 30px;
  border-radius: 10px;
  border-left: 5px solid;
}

.dataE_guide_section_title {
  color: #3e3e3e;
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;

}

.dataE_guide_text {
  font-size: 15px;
  color: #374151;
  margin-bottom: 0.5rem;
}

.dataE_guide_box {
  padding: 0.75rem;
  border-radius: 0.5rem;
  margin: 0.5rem 0;
  background: #fbfbfb;
  border: 1px solid #f3f3f3;
}

.dataE_guide_box_title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.dataE_guide_list {
  list-style-type: decimal;
  list-style-position: inside;
  color: #374151;
}

.dataE_guide_list li {
  margin-bottom: 0.25rem;
}

.dataE_guide_link {
  display: inline-block;
  color: #2563eb;
  text-decoration: none;
  margin-top: 0.5rem;
  font-size: 14px;
}

.dataE_guide_link:hover {
  text-decoration: underline;
}

.dataE_info_box {
  margin-top: 1.5rem;
  padding: 30px;
  background: #f9f9f9;
  border: 1px solid #ededed;
}

.dataE_footer {
  border: 1px solid #ededed;
  border-radius: 12px;
  background: #f9f9f9;
  padding: 30px 22px;
}

.dataE_footer_text {
  text-align: center;
  color: #333;
  margin-bottom: 1rem;
  font-size: 15px;
  font-weight: 500;
  font-size: 17px;

}

.dataE_footer_buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.dataE_footer_button {
  padding: 0.5rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
}

.dataE_footer_button_primary {
  background: #2563eb;
  color: white;
}

.dataE_footer_button_primary:hover {
  background: #1d4ed8;
}

.dataE_footer_button_secondary {
  background: #16a34a;
  color: white;
}

.dataE_footer_button_secondary:hover {
  background: #15803d;
}

@media (max-width: 768px) {
  .dataE_header_title {
    font-size: 1.5rem;
  }

  .dataE_legend_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dataE_footer_buttons {
    flex-direction: column;
  }
}

.dataE_box_table {
  padding: 0px 15px;
  height: 350px;
  overflow-y: auto;
}

.dataE_table {
  font-size: 15px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border-top: 2px solid #d9cbb5;
}

.dataE_table th {
  padding: 12px 10px;
  background-color: #f7f7f7;
  font-weight: 600;
  border-bottom: 1px solid #eeeeee;
}

.dataE_table td {
  padding: 10px 10px;
  border-bottom: 1px solid #eeeeee;
}

.dataE_table td:nth-child(1),
.dataE_table th:nth-child(1) {
  width: 10%;
}

.dataE_table td:nth-child(2),
.dataE_table th:nth-child(2) {
  width: 28%;
}

.dataE_table td:nth-child(3),
.dataE_table th:nth-child(3) {
  width: 34%;
}

.dataE_table td:nth-child(4),
.dataE_table th:nth-child(4) {
  width: 10%;
}

.dataE_table td:nth-child(5),
.dataE_table th:nth-child(5) {
  width: 18%;
}

.dataE_table td a {
  color: #2563eb;
  text-decoration: underline;
}

.dataE_header-subtitle {
  font-size: 14px;
  color: #333;
  padding-left: 10px;
}

.dataE02_container {
  max-width: 1200px;
  margin: 0 auto;
}



.dataE02_grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 1024px) {
  .dataE02_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dataE02_card {
  background-color: white;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.dataE02_card-header {
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dataE02_badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  flex-shrink: 0;
}

.dataE02_badge-blue {
  background-color: #3b82f6;
}

.dataE02_badge-green {
  background-color: #10b981;
}

.dataE02_badge-red {
  background-color: #ef4444;
}

.dataE02_badge-darkred {
  background-color: #dc2626;
}

.dataE02_badge-orange {
  background-color: #f97316;
}

.dataE02_badge-purple {
  background-color: #a855f7;
}

.dataE02_badge-yellow {
  background-color: #eab308;
}

.dataE02_badge-teal {
  background-color: #14b8a6;
}

.dataE02_badge-pink {
  background-color: #ec4899;
}

.dataE02_badge-indigo {
  background-color: #6366f1;
}

.dataE02_badge-crimson {
  background-color: #b91c1c;
}

.dataE02_summary-box {
  margin-bottom: 16px;
  padding: 20px 20px;
  border-radius: 8px;
}

.dataE02_summary-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE02_summary-text {
  font-size: 15px;
  color: #374151;
}

.dataE02_bg-blue {
  background-color: #eff6ff;
  border: 1px solid #dae8fb;
}

.dataE02_bg-green {
  background-color: #f0fdf4;
  border: 1px solid #c1f4d1;
}

.dataE02_bg-red {
  background-color: #fef2f2;
  border: 1px solid #fecaca;
}

.dataE02_bg-orange {
  background-color: #fff7ed;
  border: 1px solid #f9e9d2;
}

.dataE02_bg-purple {
  background-color: #faf5ff;
  border: 1px solid #eddcfe;
}

.dataE02_bg-yellow {
  background-color: #fefce8;
  border: 1px solid #fde047;
}

.dataE02_bg-teal {
  background-color: #f0fdfa;
  border: 1px solid #c4f0e6;
}

.dataE02_bg-pink {
  background-color: #fdf2f8;
  border: 1px solid #fbcfe8;
}

.dataE02_bg-indigo {
  background-color: #eef2ff;
  border: 1px solid #d9e1fc;
}

.dataE02_bg-gray {
  background-color: #f9fafb;
}

.dataE02_text-blue {
  color: #1e40af;
}

.dataE02_text-green {
  color: #065f46;
}

.dataE02_text-red {
  color: #991b1b;
}

.dataE02_text-orange {
  color: #c2410c;
}

.dataE02_text-purple {
  color: #7e22ce;
}

.dataE02_text-yellow {
  color: #a16207;
}

.dataE02_text-teal {
  color: #115e59;
}

.dataE02_text-pink {
  color: #9f1239;
}

.dataE02_text-indigo {
  color: #3730a3;
}

.dataE02_detail-box {
  padding: 20px;
  background-color: #f9fafb;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  margin-bottom: 12px;
}

.dataE02_detail-title {
  font-size: 18px;
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 8px;
}

.dataE02_list {
  font-size: 15px;
  color: #4b5563;
  margin: 0;
  padding: 0;
}

.dataE02_list li::marker {
  font-size: 12px;
  /* 불릿 크기 조정 */
}

.dataE02_list li::before {
  content: '• ';
  /* 또는 '·' */
  margin-right: 2px;
  /* 원하는 간격으로 조정 */
}


.dataE02_list li {
  margin-bottom: 4px;
  padding-left: 2px;
}

.dataE02_action-box {
  padding: 20px 20px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.dataE02_action-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE02_action-list {

  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.dataE02_action-list li {
  margin-bottom: 8px;
}

.dataE02_reference {
  font-size: 15px;
  margin-top: 20px;

}

.dataE02_reference-title {
  font-weight: 600;
  color: #374151;
  margin-bottom: 4px;
}

.dataE02_link {
  color: #2563eb;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  width: fit-content;
}

.dataE02_link:hover {
  text-decoration: underline;
}

.dataE02_risk-item {
  padding: 8px;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 4px;
  margin-bottom: 8px;
}

.dataE02_risk-text {
  font-weight: 600;
  color: #b91c1c;
}

.dataE02_quick-check {
  background: linear-gradient(to bottom right, #eff6ff, #eef2ff);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #dbeafe;
  margin-top: 24px;
}

.dataE02_quick-title {
  font-size: 18px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
}

.dataE02_quick-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .dataE02_quick-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.dataE02_quick-item {
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #dbeafe;
}

.dataE02_quick-text {
  font-size: 15px;
  color: #374151;
}

.dataE02_links-section {
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #f3f4f6;
  margin-top: 24px;
}

.dataE02_links-title {
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
  font-size: 18px;
}

.dataE02_links-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

@media (min-width: 768px) {
  .dataE02_links-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.dataE02_link-card {
  padding: 16px;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s;
  display: block;
  font-size: 15px;
  border: 1px solid #eee;
}

.dataE02_link-card:hover {
  transform: translateY(-2px);
  transition: transform 0.2s;
  border: 1px solid #dbeafe;
}



.dataE02_link-name {
  font-weight: 600;
  color: #333;
  font-size: 18px;
}

.dataE02_link-desc {
  color: #6b7280;
  margin-top: 4px;
}

.dataE02_link-source {
  /* margin-top: 4px; */
}

/* 데이터 분석 섹션 스타일 */
.dataE02_data-section {
  /* margin-top: 24px;  */
}

.dataE02_data-header {
  background: linear-gradient(to right, #eff6ff, #e0f2fe);
  border: 1px solid #bae6fd;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.dataE02_data-title {
  font-size: 20px;
  font-weight: bold;
  color: #1e40af;
  margin-bottom: 8px;
}

.dataE02_data-subtitle {
  font-size: 14px;
  color: #2563eb;
}

.dataE02_data-card {
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #f3f4f6;
  margin-bottom: 24px;
}

.dataE02_data-card-header {
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
}

.dataE02_data-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: white;
  flex-shrink: 0;
}

.dataE02_data-badge-blue {
  background-color: #3b82f6;
}

.dataE02_data-badge-green {
  background-color: #10b981;
}

.dataE02_data-badge-purple {
  background-color: #a855f7;
}

.dataE02_data-badge-orange {
  background-color: #f97316;
}

.dataE02_data-badge-pink {
  background-color: #ec4899;
}

.dataE02_data-intro {
  margin-bottom: 16px;
  padding: 12px;
  border-radius: 8px;
  background-color: #eff6ff;
}

.dataE02_data-intro-green {
  background-color: #f0fdf4;
}

.dataE02_data-intro-purple {
  background-color: #faf5ff;
}

.dataE02_data-intro-orange {
  background-color: #fff7ed;
}

.dataE02_data-intro-pink {
  background-color: #fdf2f8;
}

.dataE02_data-intro-text {
  font-size: 16px;
  color: #374151;
}

.dataE02_table-wrapper {
  overflow-x: auto;
}

.dataE02_table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;

}

.dataE02_table thead {
  background-color: #f9fafb;
}

.dataE02_table th {
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: #374151;
  border-bottom: 1px solid #e5e7eb;
}

.dataE02_table tbody {
  background-color: white;
}

.dataE02_table tbody tr {
  border-bottom: 1px solid #e5e7eb;
  transition: background-color 0.2s;
}

.dataE02_table tbody tr:hover {
  background-color: #f9fafb;
}

.dataE02_table td {
  padding: 12px 16px;
  color: #4b5563;
  vertical-align: top;
}

.dataE02_table-cell-title {
  font-weight: 600;
  color: #1f2937;
}

.dataE02_table-link {
  color: #2563eb;
  text-decoration: none;
}

.dataE02_table-link:hover {
  text-decoration: underline;
}

.dataE02_guide-section {
  padding: 24px;
  border-radius: 12px;
  background-color: #f9fafb;
  border: 1px solid #f0f0f0;
}

.dataE02_guide-title {
  font-size: 18px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
}

.dataE02_guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.dataE02_guide-item {
  padding: 16px;
  background-color: white;
  border-radius: 8px;
}

.dataE02_guide-item-indigo {
  border: 1px solid #c7d2fe;
}

.dataE02_guide-item-green {
  border: 1px solid #bbf7d0;
}

.dataE02_guide-item-orange {
  border: 1px solid #fed7aa;
}

.dataE02_guide-item-pink {
  border: 1px solid #fbcfe8;
}

.dataE02_guide-item-purple {
  border: 1px solid #e9d5ff;
}

.dataE02_guide-item-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE02_guide-item-indigo .dataE02_guide-item-title {
  color: #4338ca;
}

.dataE02_guide-item-green .dataE02_guide-item-title {
  color: #15803d;
}

.dataE02_guide-item-orange .dataE02_guide-item-title {
  color: #c2410c;
}

.dataE02_guide-item-pink .dataE02_guide-item-title {
  color: #be123c;
}

.dataE02_guide-item-purple .dataE02_guide-item-title {
  color: #7e22ce;
}

.dataE02_guide-item-text {
  font-size: 14px;
  color: #374151;
}

.dataE03_content {
  margin: 0 auto;
}

.dataE03_section {
  margin-bottom: 1.5rem;
}

.dataE03_alert {
  background-color: #fef3c7;
  border-left: 4px solid #fbbf24;
  padding: 1rem;
  border-radius: 0.5rem;
}

.dataE03_alert-text {
  font-size: 0.875rem;
  color: #92400e;
}

.dataE03_hero {
  background: linear-gradient(to right, #eef2ff, #faf5ff);
  border: 1px solid #c7d2fe;
  padding: 1.5rem;
  border-radius: 0.75rem;
}

.dataE03_hero-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #4338ca;
  margin-bottom: 0.5rem;
}

.dataE03_hero-desc {
  font-size: 0.875rem;
  color: #6366f1;
}

.dataE03_reason-box {
  background: linear-gradient(135deg, #fef2f2, #fed7aa);
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #fca5a5;
}

.dataE03_reason-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #991b1b;
  margin-bottom: 1rem;
}

.dataE03_reason-text {
  font-size: 0.875rem;
  color: #374151;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.dataE03_reason-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}

.dataE03_reason-card {
  padding: 1rem;
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid #fca5a5;
}

.dataE03_reason-card-title {
  font-weight: 600;
  color: #b91c1c;
  margin-bottom: 0.5rem;
}

.dataE03_reason-card-text {
  font-size: 0.875rem;
  color: #4b5563;
  line-height: 1.5;
}

.dataE03_card {
  background-color: white;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.dataE03_card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}

.dataE03_card-number {
  background-color: #3b82f6;
  color: white;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
}

.dataE03_card-title {
  font-weight: bold;
  color: #1f2937;
}

.dataE03_item-list {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.dataE03_item {
  padding: 1rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  transition: all 0.2s;
}

.dataE03_item:hover {
  background-color: #f9fafb;
}

.dataE03_item.dataE03_blue {
  border-color: #bfdbfe;
}

.dataE03_item.dataE03_blue:hover {
  background-color: #eff6ff;
}

.dataE03_item.dataE03_green {
  border-color: #bbf7d0;
}

.dataE03_item.dataE03_green:hover {
  background-color: #f0fdf4;
}

.dataE03_item.dataE03_purple {
  border-color: #e9d5ff;
}

.dataE03_item.dataE03_purple:hover {
  background-color: #faf5ff;
}

.dataE03_item.dataE03_orange {
  border-color: #fed7aa;
}

.dataE03_item.dataE03_orange:hover {
  background-color: #fff7ed;
}

.dataE03_item.dataE03_pink {
  border-color: #fbcfe8;
}

.dataE03_item.dataE03_pink:hover {
  background-color: #fdf2f8;
}

.dataE03_item-title {
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.dataE03_item-title.dataE03_blue {
  color: #1e40af;
}

.dataE03_item-title.dataE03_green {
  color: #15803d;
}

.dataE03_item-title.dataE03_purple {
  color: #7e22ce;
}

.dataE03_item-title.dataE03_orange {
  color: #c2410c;
}

.dataE03_item-title.dataE03_pink {
  color: #be185d;
}

.dataE03_item-desc {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 0.75rem;
  line-height: 1.5;
}

.dataE03_link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #2563eb;
  font-weight: 600;
  font-size: 0.875rem;
  text-decoration: none;
}

.dataE03_link:hover {
  text-decoration: underline;
}

.dataE03_guide-box {
  background: linear-gradient(135deg, #eff6ff, #eef2ff);
  padding: 1.5rem;
  border-radius: 0.75rem;
  border: 1px solid #bfdbfe;
}

.dataE03_guide-title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}

.dataE03_guide-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 0.75rem;
}

.dataE03_guide-item {
  padding: 0.75rem;
  background-color: white;
  border-radius: 0.5rem;
  border: 1px solid #bfdbfe;
}

.dataE03_guide-item-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: #1d4ed8;
  margin-bottom: 0.25rem;
}

.dataE03_guide-item-text {
  font-size: 0.75rem;
  color: #4b5563;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .dataE03_header-title {
    font-size: 1.125rem;
  }

  .dataE03_content {
    padding: 1rem;
  }

  .dataE03_reason-grid,
  .dataE03_guide-grid {
    grid-template-columns: 1fr;
  }
}


.dataE04_container {
  max-width: 1200px;
  margin: 0 auto;
}

.dataE04_section {
  margin-bottom: 24px;
}

.dataE04_warning-box {
  background-color: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.dataE04_warning-box p {
  color: #92400e;
  font-size: 14px;
}

.dataE04_header-box {
  background: linear-gradient(to right, #ecfdf5, #f0fdfa);
  border: 1px solid #86efac;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.dataE04_header-box h1 {
  color: #065f46;
  font-size: 24px;
  margin-bottom: 8px;
}

.dataE04_header-box p {
  color: #059669;
  font-size: 14px;
}

.dataE04_content-box {
  background-color: white;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.dataE04_content-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.dataE04_number-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
}

.dataE04_badge-blue {
  background-color: #3b82f6;
}

.dataE04_badge-green {
  background-color: #10b981;
}

.dataE04_badge-purple {
  background-color: #8b5cf6;
}

.dataE04_badge-orange {
  background-color: #f97316;
}

.dataE04_badge-pink {
  background-color: #ec4899;
}

.dataE04_content-header h2 {
  color: #1f2937;
  font-size: 18px;
}

.dataE04_table-container {
  overflow-x: auto;
}

.dataE04_table-container table {
  width: 100%;
  border-collapse: collapse;
}

.dataE04_table-container thead {
  background-color: #f9fafb;
}

.dataE04_table-container th {
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.dataE04_table-container td {
  padding: 12px 16px;
  font-size: 14px;
  border-top: 1px solid #e5e7eb;
}

.dataE04_table-container tr:hover {
  background-color: #f0f9ff;
}

.dataE04_font-bold {
  font-weight: 600;
  color: #1f2937;
}

.dataE04_text-gray {
  color: #4b5563;
}

.dataE04_link-box {
  background-color: white;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.dataE04_link-box h2 {
  color: #1f2937;
  font-size: 18px;
  margin-bottom: 16px;
}

.dataE04_link-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.dataE04_link-card {
  padding: 16px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.dataE04_link-card:hover {
  background-color: #eff6ff;
}

.dataE04_link-card.dataE04_blue {
  border-color: #bfdbfe;
}

.dataE04_link-card.dataE04_green {
  border-color: #bbf7d0;
}

.dataE04_link-card.dataE04_purple {
  border-color: #ddd6fe;
}

.dataE04_link-card.dataE04_blue:hover {
  background-color: #dbeafe;
}

.dataE04_link-card.dataE04_green:hover {
  background-color: #dcfce7;
}

.dataE04_link-card.dataE04_purple:hover {
  background-color: #ede9fe;
}

.dataE04_link-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE04_link-title.dataE04_blue {
  color: #1d4ed8;
}

.dataE04_link-title.dataE04_green {
  color: #15803d;
}

.dataE04_link-title.dataE04_purple {
  color: #7c3aed;
}

.dataE04_link-desc {
  color: #4b5563;
  margin-bottom: 8px;
}

.dataE04_link-source {}

.dataE04_link-source.dataE04_blue {
  color: #2563eb;
}

.dataE04_link-source.dataE04_green {
  color: #16a34a;
}

.dataE04_link-source.dataE04_purple {
  color: #9333ea;
}

@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .dataE04_content-box {
    padding: 16px;
  }

  th,
  td {
    padding: 8px 12px;
    font-size: 13px;
  }
}


.dataE05_container {
  max-width: 1200px;
  margin: 0 auto;
}

.dataE05_section {
  margin-bottom: 24px;
}

.dataE05_header-box {
  background: linear-gradient(to right, #eef2ff, #eff6ff);
  border: 1px solid #c7d2fe;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.dataE05_header-box h1 {
  color: #3730a3;
  font-size: 24px;
  margin-bottom: 8px;
}

.dataE05_header-box p {
  color: #4f46e5;
  font-size: 14px;
}

.dataE05_content-box {
  background-color: white;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.dataE05_content-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.dataE05_number-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}

.dataE05_badge-blue {
  background-color: #3b82f6;
}

.dataE05_badge-green {
  background-color: #10b981;
}

.dataE05_badge-red {
  background-color: #ef4444;
}

.dataE05_badge-purple {
  background-color: #8b5cf6;
}

.dataE05_content-header h2 {
  color: #1f2937;
  font-size: 18px;
  font-weight: bold;
}

.dataE05_step-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dataE05_step-box {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid;
}

.dataE05_step-box h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE05_step-box ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  color: #374151;
}

.dataE05_step-box ul li {
  margin-bottom: 4px;
}

.dataE05_step-blue {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}

.dataE05_step-blue h3 {
  color: #1e40af;
}

.dataE05_step-green {
  background-color: #ecfdf5;
  border-color: #bbf7d0;
}

.dataE05_step-green h3 {
  color: #15803d;
}

.dataE05_step-purple {
  background-color: #f5f3ff;
  border-color: #ddd6fe;
}

.dataE05_step-purple h3 {
  color: #6b21a8;
}

.dataE05_step-orange {
  background-color: #fff7ed;
  border-color: #fed7aa;
}

.dataE05_step-orange h3 {
  color: #c2410c;
}

.dataE05_step-pink {
  background-color: #fdf2f8;
  border-color: #fbcfe8;
}

.dataE05_step-pink h3 {
  color: #be185d;
}

.dataE05_step-red {
  background-color: #fef2f2;
  border-color: #fecaca;
}

.dataE05_step-red h3 {
  color: #991b1b;
}

.dataE05_step-yellow {
  background-color: #fefce8;
  border-color: #fef08a;
}

.dataE05_step-yellow h3 {
  color: #a16207;
}

.dataE05_grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}

.dataE05_card {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid;
}

.dataE05_card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE05_card p {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 8px;
}

.dataE05_card strong {
  font-weight: 600;
}

.dataE05_card-blue {
  border-color: #bfdbfe;
}

.dataE05_card-blue h3 {
  color: #1e40af;
}

.dataE05_card-green {
  border-color: #bbf7d0;
}

.dataE05_card-green h3 {
  color: #15803d;
}

.dataE05_card-purple {
  border-color: #ddd6fe;
}

.dataE05_card-purple h3 {
  color: #6b21a8;
}

.dataE05_card-orange {
  border-color: #fed7aa;
}

.dataE05_card-orange h3 {
  color: #c2410c;
}

.dataE05_checklist-box {
  background: linear-gradient(to bottom right, #eef2ff, #f5f3ff);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #c7d2fe;
}

.dataE05_checklist-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
}

.dataE05_checklist-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.dataE05_checklist-item {
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid;
}

.dataE05_checklist-item p:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.dataE05_checklist-item p:last-child {
  color: #4b5563;
}

.dataE05_checklist-blue {
  border-color: #bfdbfe;
}

.dataE05_checklist-blue p:first-child {
  color: #1d4ed8;
}

.dataE05_checklist-green {
  border-color: #bbf7d0;
}

.dataE05_checklist-green p:first-child {
  color: #15803d;
}

.dataE05_checklist-purple {
  border-color: #ddd6fe;
}

.dataE05_checklist-purple p:first-child {
  color: #7c3aed;
}

.dataE05_checklist-orange {
  border-color: #fed7aa;
}

.dataE05_checklist-orange p:first-child {
  color: #c2410c;
}

.dataE05_checklist-red {
  border-color: #fecaca;
}

.dataE05_checklist-red p:first-child {
  color: #dc2626;
}

.dataE05_checklist-pink {
  border-color: #fbcfe8;
}

.dataE05_checklist-pink p:first-child {
  color: #db2777;
}

@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .dataE05_content-box {
    padding: 16px;
  }

  .dataE05_grid {
    grid-template-columns: 1fr;
  }

  .dataE05_step-container {
    grid-template-columns: 1fr;
  }
}

.dataE06_container {
  max-width: 1200px;
  margin: 0 auto;
}

.dataE06_section {
  margin-bottom: 24px;
}

.dataE06_warning-box {
  background-color: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.dataE06_warning-box p {
  color: #92400e;
  font-size: 14px;
}

.dataE06_header-box {
  background: linear-gradient(to right, #f5f3ff, #eef2ff);
  border: 1px solid #ddd6fe;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.dataE06_header-box h1 {
  color: #6b21a8;
  font-size: 24px;
  margin-bottom: 8px;
}

.dataE06_header-box p {
  color: #7c3aed;
  font-size: 14px;
}

.dataE06_content-box {
  background-color: white;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.dataE06_content-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.dataE06_number-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}

.dataE06_badge-blue {
  background-color: #3b82f6;
}

.dataE06_badge-green {
  background-color: #10b981;
}

.dataE06_badge-orange {
  background-color: #f97316;
}

.dataE06_content-header h2 {
  color: #1f2937;
  font-size: 18px;
  font-weight: bold;
}

.dataE06_content-header p {
  color: #4b5563;
  font-size: 14px;
}

.dataE06_subsection {
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.dataE06_subsection-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.dataE06_subsection-badge {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
}

.dataE06_subsection-badge-blue {
  background-color: #3b82f6;
}

.dataE06_subsection-badge-green {
  background-color: #10b981;
}

.dataE06_subsection-badge-orange {
  background-color: #f97316;
}

.dataE06_subsection-header h3 {
  color: #1f2937;
  font-size: 16px;
  font-weight: bold;
}

.dataE06_info-box {
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.dataE06_info-box-blue {
  background-color: #eff6ff;
}

.dataE06_info-box-green {
  background-color: #ecfdf5;
}

.dataE06_info-box-orange {
  background-color: #fff7ed;
}

.dataE06_info-box p {
  font-size: 14px;
  color: #374151;
}

.dataE06_table-container {
  overflow-x: auto;
}

.dataE06_table-container table {
  width: 100%;
  border-collapse: collapse;
}

.dataE06_table-container thead {
  background-color: #f9fafb;
}

.dataE06_table-container th {
  padding: 12px 16px;
  text-align: left;
  font-size: 14px;
  font-weight: 600;
  color: #374151;
}

.dataE06_table-container td {
  padding: 12px 16px;
  font-size: 14px;
  border-top: 1px solid #e5e7eb;
}

.dataE06_table-container tr:hover {
  background-color: #f0f9ff;
}

.dataE06_font-bold {
  font-weight: 600;
  color: #1f2937;
}

.dataE06_text-gray {
  color: #4b5563;
}

.dataE06_link {
  color: #2563eb;
  text-decoration: underline;
}

.dataE06_link:hover {
  color: #1d4ed8;
}

.dataE06_guide-box {
  background: linear-gradient(to bottom right, #eef2ff, #f5f3ff);
  padding: 16px;
  border-radius: 12px;
  border: 1px solid #c7d2fe;
}

.dataE06_guide-box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 12px;
}

.dataE06_guide-grid {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.dataE06_guide-item {
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid;
}

.dataE06_guide-item-indigo {
  border-color: #c7d2fe;
}

.dataE06_guide-item-green {
  border-color: #bbf7d0;
}

.dataE06_guide-item-orange {
  border-color: #fed7aa;
}

.dataE06_guide-item p:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.dataE06_guide-item-indigo p:first-child {
  color: #4338ca;
}

.dataE06_guide-item-green p:first-child {
  color: #15803d;
}

.dataE06_guide-item-orange p:first-child {
  color: #c2410c;
}

.dataE06_guide-item p:last-child {
  font-size: 14px;
  color: #374151;
}

.dataE06_card-box {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid;
}

.dataE06_card-box-blue {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}

.dataE06_card-box-purple {
  background-color: #f5f3ff;
  border-color: #ddd6fe;
}

.dataE06_card-box h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

.dataE06_card-box-blue h3 {
  color: #1e40af;
}

.dataE06_card-box-purple h3 {
  color: #6b21a8;
}

.dataE06_card-box p {
  font-size: 14px;
  color: #374151;
  margin-bottom: 8px;
}

.dataE06_card-box ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  color: #374151;
  margin-bottom: 12px;
}

.dataE06_card-box ul li {
  margin-bottom: 4px;
}

.dataE06_card-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2563eb;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

.dataE06_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.dataE06_resource-card {
  padding: 16px;
  border: 1px solid;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.dataE06_resource-card-green {
  border-color: #bbf7d0;
}

.dataE06_resource-card-green:hover {
  background-color: #ecfdf5;
}

.dataE06_resource-card-orange {
  border-color: #fed7aa;
}

.dataE06_resource-card-orange:hover {
  background-color: #fff7ed;
}

.dataE06_resource-card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE06_resource-card-green h3 {
  color: #15803d;
}

.dataE06_resource-card-orange h3 {
  color: #c2410c;
}

.dataE06_resource-card p {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 12px;
}

.dataE06_resource-card ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 12px;
}

.dataE06_resource-card ul li {
  margin-bottom: 4px;
}

.dataE06_resource-card a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

.dataE06_tips-box {
  background: linear-gradient(to bottom right, #eef2ff, #f5f3ff);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #c7d2fe;
}

.dataE06_tips-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
}

.dataE06_tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 12px;
}

.dataE06_tip-item {
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid;
}

.dataE06_tip-item-indigo {
  border-color: #c7d2fe;
}

.dataE06_tip-item-green {
  border-color: #bbf7d0;
}

.dataE06_tip-item-orange {
  border-color: #fed7aa;
}

.dataE06_tip-item-purple {
  border-color: #ddd6fe;
}

.dataE06_tip-item p:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.dataE06_tip-item-indigo p:first-child {
  color: #4338ca;
}

.dataE06_tip-item-green p:first-child {
  color: #15803d;
}

.dataE06_tip-item-orange p:first-child {
  color: #c2410c;
}

.dataE06_tip-item-purple p:first-child {
  color: #7c3aed;
}

.dataE06_tip-item p:last-child {
  font-size: 12px;
  color: #4b5563;
}

@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .dataE06_content-box {
    padding: 16px;
  }

  th,
  td {
    padding: 8px 12px;
    font-size: 13px;
  }

  .dataE06_grid {
    grid-template-columns: 1fr;
  }
}


.dataE07_container {
  max-width: 1200px;
  margin: 0 auto;
}

.dataE07_section {
  margin-bottom: 24px;
}

.dataE07_warning-box {
  background-color: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.dataE07_warning-box p {
  color: #92400e;
  font-size: 14px;
}

.dataE07_header-box {
  background: linear-gradient(to right, #fdf2f8, #fef2f2);
  border: 1px solid #fbcfe8;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.dataE07_header-box h1 {
  color: #9f1239;
  font-size: 24px;
  margin-bottom: 8px;
}

.dataE07_header-box p {
  color: #db2777;
  font-size: 14px;
}

.dataE07_content-box {
  background-color: white;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.dataE07_content-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.dataE07_number-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}

.dataE07_badge-blue {
  background-color: #3b82f6;
}

.dataE07_badge-green {
  background-color: #10b981;
}

.dataE07_badge-purple {
  background-color: #8b5cf6;
}

.dataE07_badge-orange {
  background-color: #f97316;
}

.dataE07_badge-pink {
  background-color: #ec4899;
}

.dataE07_content-header h2 {
  color: #1f2937;
  font-size: 18px;
  font-weight: bold;
}

.dataE07_info-box {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid;
}

.dataE07_info-box-blue {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}

.dataE07_info-box-purple {
  background-color: #f5f3ff;
  border-color: #ddd6fe;
}

.dataE07_info-box h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

.dataE07_info-box-blue h3 {
  color: #1e40af;
}

.dataE07_info-box-purple h3 {
  color: #6b21a8;
}

.dataE07_info-box ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  color: #374151;
  margin-bottom: 12px;
}

.dataE07_info-box ul li {
  margin-bottom: 8px;
}

.dataE07_info-box a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2563eb;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

.dataE07_grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dataE07_grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.dataE07_card {
  padding: 16px;
  border: 1px solid;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.dataE07_card-green {
  border-color: #bbf7d0;
}

.dataE07_card-green:hover {
  background-color: #ecfdf5;
}

.dataE07_card-purple {
  border-color: #ddd6fe;
}

.dataE07_card-purple:hover {
  background-color: #f5f3ff;
}

.dataE07_card-orange {
  border-color: #fed7aa;
}

.dataE07_card-orange:hover {
  background-color: #fff7ed;
}

.dataE07_card-pink {
  border-color: #fbcfe8;
}

.dataE07_card-pink:hover {
  background-color: #fdf2f8;
}

.dataE07_card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE07_card-green h3 {
  color: #15803d;
}

.dataE07_card-purple h3 {
  color: #6b21a8;
}

.dataE07_card-orange h3 {
  color: #c2410c;
}

.dataE07_card-pink h3 {
  color: #be185d;
}

.dataE07_card p {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 12px;
}

.dataE07_card ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 12px;
}

.dataE07_card ul li {
  margin-bottom: 4px;
}

.dataE07_card a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

.dataE07_link-card {
  padding: 12px;
  border: 1px solid #ddd6fe;
  border-radius: 8px;
  text-decoration: none;
  display: block;
  transition: background-color 0.2s;
}

.dataE07_link-card:hover {
  background-color: #f5f3ff;
}

.dataE07_link-card p:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #6b21a8;
}

.dataE07_link-card p:last-child {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}

.dataE07_guide-box {
  background: linear-gradient(to bottom right, #fef2f2, #fdf2f8);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #fecaca;
}

.dataE07_guide-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
}

.dataE07_guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.dataE07_guide-item {
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid;
}

.dataE07_guide-item-red {
  border-color: #fecaca;
}

.dataE07_guide-item-orange {
  border-color: #fed7aa;
}

.dataE07_guide-item-pink {
  border-color: #fbcfe8;
}

.dataE07_guide-item-purple {
  border-color: #ddd6fe;
}

.dataE07_guide-item p:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.dataE07_guide-item-red p:first-child {
  color: #dc2626;
}

.dataE07_guide-item-orange p:first-child {
  color: #c2410c;
}

.dataE07_guide-item-pink p:first-child {
  color: #db2777;
}

.dataE07_guide-item-purple p:first-child {
  color: #7c3aed;
}

.dataE07_guide-item p:last-child {
  font-size: 12px;
  color: #4b5563;
}

@media (max-width: 1024px) {
  .dataE07_grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .dataE07_content-box {
    padding: 16px;
  }

  .dataE07_grid-2,
  .dataE07_grid-3,
  .dataE07_guide-grid {
    grid-template-columns: 1fr;
  }
}


.dataE08_container {
  max-width: 1200px;
  margin: 0 auto;
}

.dataE08_section {
  margin-bottom: 24px;
}

.dataE08_warning-box {
  background-color: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.dataE08_warning-box p {
  color: #92400e;
  font-size: 14px;
}

.dataE08_header-box {
  background: linear-gradient(to right, #ecfeff, #eff6ff);
  border: 1px solid #a5f3fc;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.dataE08_header-box h1 {
  color: #155e75;
  font-size: 24px;
  margin-bottom: 8px;
}

.dataE08_header-box p {
  color: #0891b2;
  font-size: 14px;
}

.dataE08_content-box {
  background-color: white;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e7eb;
  margin-bottom: 24px;
}

.dataE08_content-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.dataE08_number-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}

.dataE08_badge-blue {
  background-color: #3b82f6;
}

.dataE08_badge-green {
  background-color: #10b981;
}

.dataE08_badge-purple {
  background-color: #8b5cf6;
}

.dataE08_content-header h2 {
  color: #1f2937;
  font-size: 18px;
  font-weight: bold;
}

.dataE08_grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dataE08_card {
  padding: 16px;
  border: 1px solid;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.dataE08_card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dataE08_card-blue {
  border-color: #bfdbfe;
}

.dataE08_card-blue:hover {
  background-color: #eff6ff;
}

.dataE08_card-blue h3 {
  color: #1e40af;
}

.dataE08_card-pink {
  border-color: #fbcfe8;
}

.dataE08_card-pink:hover {
  background-color: #fdf2f8;
}

.dataE08_card-pink h3 {
  color: #be185d;
}

.dataE08_card-red {
  border-color: #fecaca;
}

.dataE08_card-red:hover {
  background-color: #fef2f2;
}

.dataE08_card-red h3 {
  color: #991b1b;
}

.dataE08_card-cyan {
  border-color: #a5f3fc;
}

.dataE08_card-cyan:hover {
  background-color: #ecfeff;
}

.dataE08_card-cyan h3 {
  color: #155e75;
}

.dataE08_card-gray {
  border-color: #d1d5db;
}

.dataE08_card-gray:hover {
  background-color: #f9fafb;
}

.dataE08_card-gray h3 {
  color: #1f2937;
}

.dataE08_card-green {
  border-color: #bbf7d0;
}

.dataE08_card-green:hover {
  background-color: #ecfdf5;
}

.dataE08_card-green h3 {
  color: #15803d;
}

.dataE08_card-purple {
  border-color: #ddd6fe;
}

.dataE08_card-purple:hover {
  background-color: #f5f3ff;
}

.dataE08_card-purple h3 {
  color: #6b21a8;
}

.dataE08_card ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 12px;
}

.dataE08_card ul li {
  margin-bottom: 4px;
}

.dataE08_card a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

.dataE08_guide-box {
  background: linear-gradient(to bottom right, #eff6ff, #ecfeff);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #bfdbfe;
}

.dataE08_guide-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
}

.dataE08_guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.dataE08_guide-item {
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid;
}

.dataE08_guide-item-blue {
  border-color: #bfdbfe;
}

.dataE08_guide-item-green {
  border-color: #bbf7d0;
}

.dataE08_guide-item-purple {
  border-color: #ddd6fe;
}

.dataE08_guide-item-cyan {
  border-color: #a5f3fc;
}

.dataE08_guide-item p:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.dataE08_guide-item-blue p:first-child {
  color: #1d4ed8;
}

.dataE08_guide-item-green p:first-child {
  color: #15803d;
}

.dataE08_guide-item-purple p:first-child {
  color: #7c3aed;
}

.dataE08_guide-item-cyan p:first-child {
  color: #0891b2;
}

.dataE08_guide-item p:last-child {
  font-size: 12px;
  color: #4b5563;
}

@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .dataE08_content-box {
    padding: 16px;
  }

  .dataE08_grid-2,
  .dataE08_guide-grid {
    grid-template-columns: 1fr;
  }
}

.dataE09_container {
  max-width: 1200px;
  margin: 0 auto;
}

.dataE09_section {
  margin-bottom: 24px;
}

.dataE09_warning-box {
  background-color: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.dataE09_warning-box p {
  color: #92400e;
  font-size: 14px;
}

.dataE09_header-box {
  background: linear-gradient(to right, #fefce8, #fff7ed);
  border: 1px solid #fef08a;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.dataE09_header-box h1 {
  color: #92400e;
  font-size: 24px;
  margin-bottom: 8px;
}

.dataE09_header-box p {
  color: #ca8a04;
  font-size: 14px;
}

.dataE09_content-box {
  background-color: white;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.dataE09_content-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.dataE09_number-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}

.dataE09_badge-blue {
  background-color: #3b82f6;
}

.dataE09_badge-green {
  background-color: #10b981;
}

.dataE09_badge-purple {
  background-color: #8b5cf6;
}

.dataE09_badge-orange {
  background-color: #f97316;
}

.dataE09_badge-red {
  background-color: #ef4444;
}

.dataE09_badge-cyan {
  background-color: #06b6d4;
}

.dataE09_content-header h2 {
  color: #1f2937;
  font-size: 18px;
  font-weight: bold;
}

.dataE09_info-box {
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 16px;
}

.dataE09_info-box-blue {
  background-color: #eff6ff;
}

.dataE09_info-box-green {
  background-color: #ecfdf5;
}

.dataE09_info-box-purple {
  background-color: #f5f3ff;
}

.dataE09_info-box-orange {
  background-color: #fff7ed;
}

.dataE09_info-box-red {
  background-color: #fef2f2;
}

.dataE09_info-box-cyan {
  background-color: #ecfeff;
}

.dataE09_info-box p:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE09_info-box-blue p:first-child {
  color: #1e40af;
}

.dataE09_info-box-green p:first-child {
  color: #15803d;
}

.dataE09_info-box-purple p:first-child {
  color: #6b21a8;
}

.dataE09_info-box-orange p:first-child {
  color: #c2410c;
}

.dataE09_info-box-red p:first-child {
  color: #991b1b;
}

.dataE09_info-box-cyan p:first-child {
  color: #155e75;
}

.dataE09_info-box ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  color: #374151;
}

.dataE09_info-box ul li {
  margin-bottom: 4px;
}

.dataE09_divider {
  border-top: 2px solid #e5e7eb;
  padding-top: 16px;
}

.dataE09_divider p {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 12px;
}

.dataE09_vendor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.dataE09_vendor-card {
  padding: 16px;
  border: 2px dashed;
  border-radius: 8px;
  transition: background-color 0.2s;
  cursor: pointer;
  text-align: center;
}

.dataE09_vendor-card-blue {
  border-color: #93c5fd;
  background-color: #eff6ff;
}

.dataE09_vendor-card-blue:hover {
  background-color: #dbeafe;
}

.dataE09_vendor-card-green {
  border-color: #86efac;
  background-color: #ecfdf5;
}

.dataE09_vendor-card-green:hover {
  background-color: #d1fae5;
}

.dataE09_vendor-card-purple {
  border-color: #c4b5fd;
  background-color: #f5f3ff;
}

.dataE09_vendor-card-purple:hover {
  background-color: #ede9fe;
}

.dataE09_vendor-card-orange {
  border-color: #fdba74;
  background-color: #fff7ed;
}

.dataE09_vendor-card-orange:hover {
  background-color: #ffedd5;
}

.dataE09_vendor-card-red {
  border-color: #fca5a5;
  background-color: #fef2f2;
}

.dataE09_vendor-card-red:hover {
  background-color: #fee2e2;
}

.dataE09_vendor-card-cyan {
  border-color: #67e8f9;
  background-color: #ecfeff;
}

.dataE09_vendor-card-cyan:hover {
  background-color: #cffafe;
}

.dataE09_vendor-card p:first-child {
  font-size: 12px;
  font-weight: 600;
}

.dataE09_vendor-card-blue p:first-child {
  color: #1d4ed8;
}

.dataE09_vendor-card-green p:first-child {
  color: #15803d;
}

.dataE09_vendor-card-purple p:first-child {
  color: #7c3aed;
}

.dataE09_vendor-card-orange p:first-child {
  color: #c2410c;
}

.dataE09_vendor-card-red p:first-child {
  color: #dc2626;
}

.dataE09_vendor-card-cyan p:first-child {
  color: #0891b2;
}

.dataE09_vendor-card p:last-child {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}

.dataE09_guide-box {
  background: linear-gradient(to bottom right, #fefce8, #fff7ed);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #fef08a;
}

.dataE09_guide-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
}

.dataE09_guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.dataE09_guide-item {
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid;
}

.dataE09_guide-item-yellow {
  border-color: #fef08a;
}

.dataE09_guide-item-orange {
  border-color: #fed7aa;
}

.dataE09_guide-item-blue {
  border-color: #bfdbfe;
}

.dataE09_guide-item-green {
  border-color: #bbf7d0;
}

.dataE09_guide-item p:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.dataE09_guide-item-yellow p:first-child {
  color: #a16207;
}

.dataE09_guide-item-orange p:first-child {
  color: #c2410c;
}

.dataE09_guide-item-blue p:first-child {
  color: #1d4ed8;
}

.dataE09_guide-item-green p:first-child {
  color: #15803d;
}

.dataE09_guide-item p:last-child {
  font-size: 12px;
  color: #4b5563;
}

.dataE09_alert-box {
  padding: 16px;
  background-color: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
}

.dataE09_alert-box p:first-child {
  font-size: 14px;
  font-weight: 600;
  color: #991b1b;
  margin-bottom: 8px;
}

.dataE09_alert-box ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 12px;
  color: #b91c1c;
}

.dataE09_alert-box ul li {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .dataE09_content-box {
    padding: 16px;
  }

  .dataE09_vendor-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .dataE09_guide-grid {
    grid-template-columns: 1fr;
  }
}

.dataE10_container {
  max-width: 1200px;
  margin: 0 auto;
}

.dataE10_section {
  margin-bottom: 24px;
}

.dataE10_warning-box {
  background-color: #fffbeb;
  border-left: 4px solid #f59e0b;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}

.dataE10_warning-box p {
  color: #92400e;
  font-size: 14px;
}

.dataE10_header-box {
  background: linear-gradient(to right, #eff6ff, #eef2ff);
  border: 1px solid #bfdbfe;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 24px;
}

.dataE10_header-box h1 {
  color: #1e40af;
  font-size: 24px;
  margin-bottom: 8px;
}

.dataE10_header-box p {
  color: #2563eb;
  font-size: 14px;
}

.dataE10_importance-box {
  background: linear-gradient(to bottom right, #fef2f2, #fff7ed);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #fecaca;
  margin-bottom: 24px;
}

.dataE10_importance-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #991b1b;
  margin-bottom: 16px;
}

.dataE10_importance-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.dataE10_importance-card {
  padding: 16px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid;
}

.dataE10_importance-card-red {
  border-color: #fecaca;
}

.dataE10_importance-card-orange {
  border-color: #fed7aa;
}

.dataE10_importance-card-yellow {
  border-color: #fef08a;
}

.dataE10_importance-card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE10_importance-card-red h3 {
  color: #dc2626;
}

.dataE10_importance-card-orange h3 {
  color: #ea580c;
}

.dataE10_importance-card-yellow h3 {
  color: #ca8a04;
}

.dataE10_importance-card p {
  font-size: 14px;
  color: #4b5563;
}

.dataE10_content-box {
  background-color: white;
  padding: 30px 30px;
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.dataE10_content-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.dataE10_number-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}

.dataE10_badge-blue {
  background-color: #3b82f6;
}

.dataE10_badge-green {
  background-color: #10b981;
}

.dataE10_badge-purple {
  background-color: #8b5cf6;
}

.dataE10_content-header h2 {
  color: #1f2937;
  font-size: 18px;
  font-weight: bold;
}

.dataE10_grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.dataE10_info-card {
  padding: 16px;
  border-radius: 8px;
  border: 1px solid;
}

.dataE10_info-card-blue {
  background-color: #eff6ff;
  border-color: #bfdbfe;
}

.dataE10_info-card-green {
  background-color: #ecfdf5;
  border-color: #bbf7d0;
}

.dataE10_info-card-purple {
  background-color: #f5f3ff;
  border-color: #ddd6fe;
}

.dataE10_info-card-orange {
  background-color: #fff7ed;
  border-color: #fed7aa;
}

.dataE10_info-card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE10_info-card-blue h3 {
  color: #1e40af;
}

.dataE10_info-card-green h3 {
  color: #15803d;
}

.dataE10_info-card-purple h3 {
  color: #6b21a8;
}

.dataE10_info-card-orange h3 {
  color: #c2410c;
}

.dataE10_info-card ul {
  list-style: disc;
  list-style-position: inside;
  font-size: 14px;
  color: #374151;
}

.dataE10_info-card ul li {
  margin-bottom: 4px;
}

.dataE10_firm-section {
  margin-bottom: 32px;
}

.dataE10_firm-header {
  padding: 12px;
  border-radius: 8px;
  margin-bottom: 12px;
}

.dataE10_firm-header-blue {
  background-color: #eff6ff;
}

.dataE10_firm-header-green {
  background-color: #ecfdf5;
}

.dataE10_firm-header p {
  font-size: 14px;
  font-weight: 600;
}

.dataE10_firm-header-blue p {
  color: #1e40af;
}

.dataE10_firm-header-green p {
  color: #15803d;
}

.dataE10_firm-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 16px;
}

.dataE10_firm-item {
  padding: 12px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  transition: background-color 0.2s;
}

.dataE10_firm-item:hover {
  background-color: #f9fafb;
}

.dataE10_firm-top {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 8px;
}

.dataE10_firm-info h4 {
  font-size: 15px;
  font-weight: 600;
  color: #1f2937;
}

.dataE10_firm-info p {
  font-size: 12px;
  color: #6b7280;
}

.dataE10_firm-badge {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.dataE10_firm-badge-blue {
  background-color: #dbeafe;
  color: #1d4ed8;
}

.dataE10_firm-badge-green {
  background-color: #d1fae5;
  color: #15803d;
}

.dataE10_firm-links {
  display: flex;
  gap: 8px;
  font-size: 12px;
}

.dataE10_firm-links a {
  color: #2563eb;
  text-decoration: underline;
}

.dataE10_firm-links a:hover {
  color: #1d4ed8;
}

.dataE10_divider {
  border-top: 2px solid #e5e7eb;
  padding-top: 16px;
}

.dataE10_divider>p {
  font-size: 12px;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 12px;
}

.dataE10_vendor-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.dataE10_vendor-card {
  padding: 16px;
  border: 2px dashed;
  border-radius: 8px;
  transition: background-color 0.2s;
  cursor: pointer;
  text-align: center;
}

.dataE10_vendor-card-blue {
  border-color: #93c5fd;
  background-color: #eff6ff;
}

.dataE10_vendor-card-blue:hover {
  background-color: #dbeafe;
}

.dataE10_vendor-card-green {
  border-color: #86efac;
  background-color: #ecfdf5;
}

.dataE10_vendor-card-green:hover {
  background-color: #d1fae5;
}

.dataE10_vendor-card p:first-child {
  font-size: 12px;
  font-weight: 600;
}

.dataE10_vendor-card-blue p:first-child {
  color: #1d4ed8;
}

.dataE10_vendor-card-green p:first-child {
  color: #15803d;
}

.dataE10_vendor-card p:last-child {
  font-size: 12px;
  color: #6b7280;
  margin-top: 4px;
}

.dataE10_free-service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.dataE10_service-card {
  padding: 16px;
  border: 1px solid;
  border-radius: 8px;
}

.dataE10_service-card-blue {
  border-color: #bfdbfe;
}

.dataE10_service-card-green {
  border-color: #bbf7d0;
}

.dataE10_service-card-purple {
  border-color: #ddd6fe;
}

.dataE10_service-card h3 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px;
}

.dataE10_service-card-blue h3 {
  color: #1e40af;
}

.dataE10_service-card-green h3 {
  color: #15803d;
}

.dataE10_service-card-purple h3 {
  color: #6b21a8;
}

.dataE10_service-card p {
  font-size: 14px;
  color: #4b5563;
  margin-bottom: 8px;
}

.dataE10_service-links {
  display: flex;
  gap: 12px;
}

.dataE10_service-links a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 600;
  font-size: 14px;
}

.dataE10_guide-box {
  background: linear-gradient(to bottom right, #eef2ff, #eff6ff);
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #c7d2fe;
}

.dataE10_guide-box h2 {
  font-size: 18px;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 16px;
}

.dataE10_guide-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.dataE10_guide-item {
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid;
}

.dataE10_guide-item-blue {
  border-color: #bfdbfe;
}

.dataE10_guide-item-green {
  border-color: #bbf7d0;
}

.dataE10_guide-item-purple {
  border-color: #ddd6fe;
}

.dataE10_guide-item-orange {
  border-color: #fed7aa;
}

.dataE10_guide-item p:first-child {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
}

.dataE10_guide-item-blue p:first-child {
  color: #1d4ed8;
}

.dataE10_guide-item-green p:first-child {
  color: #15803d;
}

.dataE10_guide-item-purple p:first-child {
  color: #7c3aed;
}

.dataE10_guide-item-orange p:first-child {
  color: #c2410c;
}

.dataE10_guide-item p:last-child {
  font-size: 12px;
  color: #4b5563;
}

@media (max-width: 768px) {
  body {
    padding: 10px;
  }

  .dataE10_content-box {
    padding: 16px;
  }

  .dataE10_importance-grid,
  .dataE10_grid-2,
  .dataE10_guide-grid,
  .dataE10_firm-list {
    grid-template-columns: 1fr;
  }

  .dataE10_vendor-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.wp-button {
  position: relative;
  display: inline-block;
  padding: 6px 16px;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-radius: 20px;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
}

.wp-button:hover {
  background-color: #7c3aed;
  border: 1px solid rgba(255, 255, 255, 0);

}

.button-content {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wp-logo {
  font-weight: bold;
  font-size: 16px;
  transition: opacity 0.3s ease;
}

.default-text {
  transition: opacity 0.3s ease;
}

.hover-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  white-space: nowrap;
}

.wp-button:hover .wp-logo,
.wp-button:hover .default-text {
  opacity: 0;
}

.wp-button:hover .hover-text {
  opacity: 1;
}

:root {
  --bg-primary: #ffffff;
  --bg-secondary: #f8f9fa;
  --bg-layer: #f3f4f6;
  --text-primary: #1a1a1a;
  --text-secondary: #6b7280;
  --accent-purple: #7c3aed;
  --accent-blue: #2563eb;
  --accent-pink: #db2777;
  --accent-green: #059669;
  --accent-orange: #ea580c;
  --accent-cyan: #0891b2;
  --accent-red: #dc2626;
  --border-color: #e5e7eb;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 10px 30px rgba(0, 0, 0, 0.12);
}



.pledge_container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}

.pledge_section_box {
  background: #fff;
  padding: 45px 32px;
  border-radius: 14px;
  margin-bottom: 40px;
  position: relative;
}

.pledge_layer-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--border-color);
}

.pledge_layer-number {
  display: none;
}

.pledge_layer-title {
  font-weight: 800;
  display: inline;
}

.pledge_layer-subtitle {
  color: var(--text-secondary);
  margin-top: 0.75rem;
  font-size: 14px;
  padding-left: 7px;
}

.pledge_analysis-card {
  background: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 10px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
  border: 1px solid #e5e9f0;
  position: relative;
}


.pledge_analysis-card-header {
  display: flex;
  align-items: center;
  gap: 0;
}

.pledge_analysis-icon {
  display: none;
}

.pledge_analysis-card h4 {
  font-weight: 550;
  margin: 0;
  font-size: 20px;
  padding-left: 0px;
}

.pledge_analysis-card h4::before {

  content: none;
}

.pledge_analysis-content {
  color: var(--text-secondary);
  font-size: 15px;
}

.pledge_candidates-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.5rem;
  margin-top: 2rem;
}

.pledge_candidate-box {
  background: var(--bg-primary);
  border: 2px solid var(--border-color);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
}

.pledge_candidate-box:hover {
  box-shadow: var(--shadow-lg);
  transform: translateY(-4px);
}

.pledge_candidate-box:nth-child(1) {
  border-color: #7c3aed;
}

.pledge_candidate-box:nth-child(2) {
  border-color: #db2777;
}

.pledge_candidate-box:nth-child(3) {
  border-color: #2563eb;
}

.pledge_candidate-header {
  padding: 2rem;
  background: var(--bg-layer);
}

.pledge_candidate-name {
  font-weight: 800;
  display: inline;
  margin-right: 0.5rem;
}

.pledge_candidate-party {
  color: var(--text-secondary);
  font-weight: 600;
  display: inline;
}

.pledge_candidate-body {
  padding: 1.5rem;
}

.pledge_policy-item {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.pledge_policy-item:last-child {
  margin-bottom: 0;
}

.pledge_policy-title {
  font-weight: 700;
  margin-bottom: 0.5rem;
  color: var(--text-primary);
}

.pledge_policy-desc {
  color: var(--text-secondary);
  margin-bottom: 0.75rem;
}

.pledge_policy-tags {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.pledge_policy-tag {
  padding: 6px 14px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  background: #f9f9f9;
  color: #673AB7;
  border: 1px solid var(--border-color);
}

.pledge_keyword2 {
  padding: 2px 10px;
  border-radius: 80px;
  font-size: 12px;
  background: #8b83a1;
  color: #fff;
  margin-right: 5px;
}

.pledge_target2 {
  padding: 2px 10px;
  border-radius: 80px;
  font-size: 12px;
  background: #8b83a1;
  color: #fff;
  margin-right: 5px;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 15px;
  margin-top: 2rem;
}

.category-item {
  background: var(--bg-primary);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s;
}

.category-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.category-icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  margin: 0 auto 1rem;
  color: white;
}

.category-item:nth-child(1) .category-icon {
  background: linear-gradient(135deg, #7c3aed, #a855f7);
}

.category-item:nth-child(2) .category-icon {
  background: linear-gradient(135deg, #db2777, #f472b6);
}

.category-item:nth-child(3) .category-icon {
  background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.category-item:nth-child(4) .category-icon {
  background: linear-gradient(135deg, #059669, #10b981);
}

.category-item:nth-child(5) .category-icon {
  background: linear-gradient(135deg, #ea580c, #fb923c);
}

.category-item:nth-child(6) .category-icon {
  background: linear-gradient(135deg, #0891b2, #06b6d4);
}

.category-count {
  font-size: 26px;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.category-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text-secondary);
}

.pledge_keyword-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  background: var(--bg-primary);
  border-radius: 16px;
  margin: 2rem 0;
}

.pledge_keyword {
  padding: 5px 16px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}

.pledge_keyword:hover {
  transform: scale(1.05);
}

.pledge_keyword-xl {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.15), rgba(168, 85, 247, 0.15));
  color: var(--accent-purple);
  border: 1px solid var(--accent-purple);
}

.pledge_keyword-lg {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.15), rgba(96, 165, 250, 0.15));
  color: var(--accent-blue);
  border: 1px solid var(--accent-blue);
}

.pledge_keyword-md {
  background: linear-gradient(135deg, rgba(219, 39, 119, 0.15), rgba(244, 114, 182, 0.15));
  color: var(--accent-pink);
  border: 1px solid var(--accent-pink);
}

.pledge_keyword-sm {
  background: var(--bg-secondary);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}

.pledge_insight-box {
  background: #f9fbff;
  border: 1px solid #f4eeee;
  border-radius: 12px;
  padding: 20px 30px;
  margin-top: 20px;
}


.pledge_insight-box2 {
  background: #f8f5fc;
  border: 1px solid #decefa;
  border-radius: 12px;
  padding: 20px 30px;
  margin-top: 20px;
}



.pledge_insight-header {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 15px;
}

.pledge_insight-header_pp {
  font-weight: 600;
  font-size: 20px;
  color: #7c3aed !important;
}

.pledge_insight-icon {
  display: none;
}

.pledge_insight-header h5 {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.pledge_insight-list {
  list-style: none;
  padding: 0;
  color: #333;
  font-size: 15px;
}

.pledge_insight-list li {
  position: relative;
  border: 1px solid #eee;
  border-radius: 50px;
  background: #fff;
  padding: 8px 30px;
  margin: 7px 0;
}

.pledge_insight-list li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--accent-purple);
  font-weight: 900;
  padding-left: 15px;
}

.pledge_insight-list2 {
  padding-top: 15px;
  font-size: 15px;
}


.pledge_insight-list2 li {
  position: relative;
  padding: 2px 15px;
}

.pledge_insight-list2 li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: var(--accent-purple);
  font-weight: 900;
  padding-left: 0px;
}

.pledge_analysis-table {
  width: 100%;
  background: var(--bg-primary);
  overflow: hidden;
  margin: 1.5rem 0;
  border-top: 1px solid var(--border-color);
  font-size: 14px;
}

.pledge_analysis-table th {
  background: var(--bg-layer);
  padding: 1rem;
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid var(--border-color);
}

.pledge_analysis-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--border-color);
}

.pledge_analysis-table td small {
  font-size: 12px;
}

.pledge_badge {
  padding: 2px 10px;
  border-radius: 80px;
  margin-left: 5px;
  font-size: 12px;
}

.pledge_badge-high {
  background: #E25E3E;
  color: #fff;
  border: 1px solid #E25E3E;
}

.pledge_badge-medium {
  background: #FF9B50;
  color: #fff;
  border: 1px solid #FF9B50;
}

.pledge_badge-low {
  background: #FFBB5C;
  color: #fff;
  border: 1px solid #FFBB5C;
}

.pledge_progress-bar-custom {
  height: 10px;
  background: #e2e2e2;
  border-radius: 20px;
  overflow: hidden;
  margin-top: 0.5rem;
}

.pledge_progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #7c3aed, #a855f7);
  border-radius: 10px;
  transition: width 0.3s;
}

.pledge_row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}

.pledge_col {
  flex: 1;
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

.pledge_col-4 {
  flex: 0 0 31%;
  max-width: 31%;
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

.pledge_col-6 {
  flex: 0 0 47%;
  padding: 0 0.75rem;
}

.pledge_row2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pledge_row3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}



.pledgeC_box {
  position: relative;
  padding: 0 20px;
}

.pledgeC_slider {
  display: flex;
  gap: 16px;
  overflow-x: hidden;
  overflow-y: hidden;
  scroll-behavior: smooth;
  padding: 10px 0;
  transition: transform 0.4s ease-in-out;
}


.pledgeC {
  flex: 0 0 calc((100% - 280px) / 2);
  border-radius: 10px;
  position: relative;
  border: 1px solid #f4eeee;
  background: #f9fbff;

}

.pledgeC_info {
  font-size: 16px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background: #f9fbff;
  padding: 15px 20px;
  color: #333;
  border-top: 4px solid #ad9ee4 !important;
  border-bottom: 1px solid #f4eeee
}

.pledgeC_name {
  font-size: 22px;
  font-weight: 600;
}

.pledgeC_party {
  font-size: 14px;
}

.img_pledgeparty {
  height: 34px;
}

.pledgeC_prev-btn,
.pledgeC_next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffffe8;
  border: 1px solid #efeeee;
  transition: all 0.3s ease;
  z-index: 10;
}

.pledgeC_prev-btn:hover,
.pledgeC_next-btn:hover {
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.pledgeC_prev-btn:disabled,
.pledgeC_next-btn:disabled {
  cursor: not-allowed;
}

.pledgeC_prev-btn {
  left: -10px;
}

.pledgeC_next-btn {
  right: -20px;
}

.pledge_progress-box {
  padding: 1.5rem;
  background: #f9fbff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
}

.pledge_progress-box h6 {
  margin: 0 0 1rem 0;
  font-weight: 700;
}

.plename {
  font-size: 18px;
  font-weight: 550;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 15px;
  color: #333;
}

.pledge_stat-box {
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  background: #f9fbff;
  border: 1px solid #f4eeee;
  border-radius: 12px;
  border-top: 4px solid #ad9ee4 !important;
}

.pledge_stat-box h6 {
  margin: 0 0 0.5rem 0;
  font-weight: 700;
}


.pledge_flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pledge_flex-between .ple_pp {
  font-size: 20px;
  color: #673ab7;
  font-weight: 600;
}

.pledge_text-lank {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 50px;
  padding: 4px 30px;
  display: inline;
}

.pledge_text-title {
  color: #333;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}

.pledge_text-muted {
  font-size: 14px;
}

.pledge_priority-box {
  padding: 2rem;
  text-align: center;
  border-radius: 12px;
  border: 1px solid #f4eeee;
  background: #f9fbff;
}

.pledge_priority-box h3 {
  margin: 0 0 0.5rem 0;
  font-weight: 900;
}

.pledge_priority-box h5 {
  margin: 0.5rem 0;
  font-weight: 700;
}

.pledge_priority-box p {
  margin: 0;
  font-size: 0.875rem;
}

.pledge_list-section h6 {
  margin: 0 0 0.75rem 0;
  font-weight: 700;
}

.pledge_list-section ul {
  padding: 10px 15px;
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 10px;
}

.pledge_list-section ul li {
  padding: 3px 0;
  color: #333;
  ;
}

.pledge_list-section ul li::before {
  content: '-';
  padding-right: 5px;
}




.pledge_list-section {
  padding: 1.5rem;
  border: 1px solid #f4eeee;
  border-radius: 12px;
  position: relative;
  background: #f8f8f8;
}

.num_color {
  background: #673ab7;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 5px;
  font-size: 15px;
}


.pletitle {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  color: #333;
}

.pletitle2 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  color: #333;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.plep {
  font-size: 15px;
  font-weight: normal;
}

.pleintext {
  font-size: 14px;
  font-weight: normal;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.data9_box {
  padding: 8px 20px;
  font-weight: 500;
  font-size: 15px;
  margin-top: 10px;
  color: #ffffff;
  border-radius: 6px;
  background: linear-gradient(45deg, #8b5cf6, #a855f7);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.data9_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transition: left 0.5s;
}

.data9_box:hover::before {
  left: 100%;
}

.data9_box:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(97, 56, 207, 0.4);
}

.data9_box .icon {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 8px;
  border-radius: 6px;
}

.data9_box .text {
  flex: 1;
  text-align: left;
}

.data9_box .arrow {
  font-size: 18px;
  transition: transform 0.3s;
}

.data9_box:hover .arrow {
  transform: translateX(4px);
}


.mypanel_modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  animation: mypanel_fadeIn 0.3s;
}

.mypanel_modal.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mypanel_modal_content {
  background-color: white;
  border-radius: 12px;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  animation: mypanel_slideUp 0.3s;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.mypanel_modal_header {
  padding: 20px 20px;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  background-color: #6b7280;
}

.mypanel_modal_title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

.mypanel_modal_close {
  background: none;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, transform 0.2s;
  line-height: 1;
}


.mypanel_modal_body {
  padding: 24px 20px;
  overflow-y: auto;
  flex: 1;
  line-height: 1.6;
  min-height: 300px;
}

.mypanel_modal_body h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #333;
  padding-bottom: 8px;
  border-bottom: 2px solid #f0f0f0;
}

.mypanel_modal_body h3:first-child {
  margin-top: 0;
}

.mypanel_modal_body p {
  font-size: 14px;
  color: #666;
  margin-bottom: 8px;
}

.mypanel_modal_body p strong {
  color: #333;
  font-weight: 600;
}

.mypanel_modal_body::-webkit-scrollbar {
  width: 8px;
}

.mypanel_modal_body::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.mypanel_modal_body::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.mypanel_modal_body::-webkit-scrollbar-thumb:hover {
  background: #555;
}




.business-info-container {
  margin: 0 auto;
  margin-top: 15px;
}

.mypbt_toggle-header {
  font-size: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: background-color 0.2s;
}


.mypbt_toggle-title {
  font-size: 12px;
  color: #333;
  font-weight: 500;
}

.mypbt_toggle-icon {
  font-size: 10px;
  font-weight: bold;
  margin-left: 5px;
  transition: transform 0.3s;
}

.mypbt_toggle-icon.mypbt_open {
  transform: rotate(180deg);
}

.mypbt_toggle-content {
  border-radius: 0 0 8px 8px;
  margin-top: 10px;
  max-height: 0;
  overflow: hidden;
}

.mypbt_toggle-content.mypbt_open {
  max-height: 300px;
  font-size: 11px;
}

.business-info-container .info-item {

  line-height: 1.2;
}

.business-info-container .info-item:last-child {
  margin-bottom: 0;
}

.business-info-container .info-label {
  font-weight: 500;
  color: #333;
}

.gap-card {
  background: #fff;
  border: 1px solid #e5e9f0;
  border-radius: 16px;
  padding: 2rem;
  margin-bottom: 1.5rem;
  transition: all 0.3s;
  position: relative;
}

.gap-priority {
  position: absolute;
  top: 40px;
  right: 32px;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.gap-priority.critical {
  background: var(--accent-red);
  color: white;
}

.gap-priority.high {
  background: var(--accent-orange);
  color: white;
}

.gap-priority.medium {
  background: var(--accent-blue);
  color: white;
}

.gap-header {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.gap-icon {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: white;
}

.gap-card.critical .gap-icon {
  border-top: 4px solid var(--accent-red);
}

.gap-card.high .gap-icon {
  background: linear-gradient(135deg, #ea580c, #fb923c);
}

.gap-card.medium .gap-icon {
  background: linear-gradient(135deg, #2563eb, #60a5fa);
}

.gap-title {
  font-size: 20px;
  font-weight: 600;
}

.gap-subtitle {
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin-bottom: 1rem;
  font-weight: normal;
}

.gap-details {
  background: #f9fbff;
  border: 1px solid #f4eeee;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.gap-detail-item {}

.gap-detail-item li {
  padding: 3px 10px;
  font-size: 15px;
  position: relative;

}

.gap-detail-item li::before {
  content: '•';
  font-size: 18px;
  padding-right: 5px;
}

.gap-detail-item:last-child {
  margin-bottom: 0;
}

.gap-detail-icon {
  color: var(--accent-purple);
  font-size: 1rem;
  margin-top: 0.25rem;
}

.gap-detail-text {
  flex: 1;
  font-size: 0.95rem;
  line-height: 1.6;
}

.gap-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.gap-stat {
  background: var(--bg-secondary);
  border-radius: 10px;
  padding: 1rem;
  text-align: center;
}

.gap-stat-value {
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--text-primary);
  margin-bottom: 0.25rem;
}

.gap-stat-label {
  font-size: 0.8rem;
  color: var(--text-secondary);
  font-weight: 600;
}

.gap-recommendations {
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.08), rgba(168, 85, 247, 0.08));
  border: 2px solid rgba(124, 58, 237, 0.2);
  border-radius: 12px;
  padding: 1.5rem;
}

.gap-recommendations h6 {
  font-size: 1rem;
  font-weight: 800;
  color: var(--accent-purple);
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.gap-recommendations ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gap-recommendations li {
  padding: 0.5rem 0;
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.6;
}

.gap-recommendations li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: var(--accent-purple);
  font-weight: 900;
}

.insight-list {
  padding: 20px;
  font-size: 16px;
  border: 1px solid #eee;
  border-radius: 12px;
  margin-top: 15px;
  background: #fff;
}

.insight-list li {
  position: relative;
  padding: 5px 10px 5px 20px;
  font-weight: 600;
}

.insight-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--accent-purple);
  font-weight: 900;
  font-size: 1.25rem;
}

/* 메인 배너 스타일 */
.inquiry-banner {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 20px;
  padding: 30px 60px;
  position: relative;
  overflow: hidden;
}

.banner-content {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.banner-text {
  flex: 1;
}

.banner-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  backdrop-filter: blur(10px);
}

.banner-badge .icon {
  font-size: 18px;
}

.banner-title {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 5px;
}

.banner-description {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 10px;
}

.banner-features {
  display: flex;
  gap: 20px;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #673ab7;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 8px;

}

.feature-item::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  font-weight: bold;
}

.feature-item2 {
  display: flex;
  align-items: center;
  gap: 8px;

}

.feature-item2::before {
  content: '✓';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: #673ab7;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
}



.inquiry-button {
  background: #fff;
  color: #667eea;
  padding: 14px 40px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.inquiry-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
  background: #f8f9ff;
}

/* 대안 배너 스타일 1 - 심플한 스타일 */
.inquiry-banner.style-2 {
  background: linear-gradient(90deg, #f8f9ff 0%, #f6f4fb 100%);
  border: 1px solid #eceff2;
  padding: 40px 50px;
}

.inquiry-banner.style-2 .banner-badge {
  background: linear-gradient(90deg, #935ef2, #a17de2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.inquiry-banner.style-2 .banner-title {
  color: #333;
}

.inquiry-banner.style-2 .banner-description {
  color: #5a5d6b;
}

.inquiry-banner.style-2 .feature-item::before {
  background: #673AB7;
  color: #fff;
}

.inquiry-banner.style-2 .inquiry-button {
  background: linear-gradient(45deg, #8b5cf6, #a855f7);
  color: #fff;
}

.inquiry-banner.style-2 .inquiry-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(79, 27, 148, 0.4);
}




/* 세로 레이아웃 - 심플 버전 */
.inquiry-banner.vertical-simple {
  padding: 50px 50px;
}

.inquiry-banner.vertical-simple .banner-content {
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 10px;
}

.inquiry-banner.vertical-simple .banner-text {
  max-width: 700px;
}

.inquiry-banner.vertical-simple .banner-features {
  justify-content: center;
}

.inquiry-banner.vertical-simple .banner-action {
  align-items: center;
  margin-top: 10px;
}

.inquiry-banner.vertical-simple .contact-info {
  text-align: center;
}


.elim_intro {
  padding: 30px;
  margin-bottom: 50px;
  border: 1px solid #d0b9f2;
  border-radius: 12px;
  background: #faf8ff;
  padding: 18px 22px;
}

.elim_intro p {
  font-size: 16px;
}

.elim_section {
  margin-bottom: 30px;
}



.elim_section-header h3 {
  font-size: 19px;
  font-weight: 700;
  color: #0f3460;
  margin: 0;
}



.elim_formula-box {
  background: #fcfbfe;
  border-radius: 12px;
  border: 1px solid #e3defb;
  padding: 20px 40px;
  text-align: center;
  height: 190px;
}

.elim_formula {
  font-size: 26px;
  color: #0f3460;
  font-style: italic;
  font-family: 'Times New Roman', serif;
  margin: 10px 0;
  font-weight: 600;
  letter-spacing: 2px;
}

.elim_formula-description {
  text-align: left;
}

.elim_formula-item {
  font-size: 15px;

}

.elim_formula-item strong {
  color: #7b68ee;
  font-family: 'Crimson Text', serif;
  font-style: italic;
}

.elim_explanation {
  background-color: #f9fafc;
  border-left: 2px solid #e7d9ff;
  padding: 20px 25px;
  margin: 15px 0;
  font-size: 15px;
}

.elim_footer {
  background: linear-gradient(135deg, #f6f4fb 0%, #fcfbfe 100%);
  padding: 60px 40px;
  text-align: center;
  height: 140px;
  border-radius: 14px;
  border: 2px solid #c7a7ff;
}

.elim_footer-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.elim_footer-text {
  font-size: 18px;
  opacity: 0.95;
}

.elim_highlight {
  color: #7b68ee;
  font-weight: 700;
}


.elim_variable-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.elim_variable-card {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
}

.elim_variable-card:hover {
  border-color: #7b68ee;
  transform: translateY(-5px);
}

.elim_variable-emoji {
  font-size: 30px;
  margin-bottom: 15px;
}

.elim_variable-title {
  font-size: 16px;
  font-weight: 700;
  color: #0f3460;
  margin-bottom: 5px;
}

.elim_variable-desc {
  font-size: 14px;
  color: #666;
}

.tt_sum {
  margin-bottom: 20px;
  font-size: 15px;
}

.aiR_container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.aiR_header {
  background: linear-gradient(to right, #0f172a, #1e293b);
  color: white;
  padding: 40px 40px;
  transition: padding 0.3s ease;
}

.aiR_header.aiR_scrolled {
  padding: 16px 32px;
  position: sticky;
  top: 0;
  z-index: 20;
}

.aiR_header-content {
  margin: 0 auto;
}

.aiR_header-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  transition: margin 0.3s ease;
  align-items: center;
}

.aiR_header.aiR_scrolled .aiR_header-top {
  margin-bottom: 0;
}

.aiR_header-main {
  flex: 1;
}

.aiR_ai-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  transition: all 0.3s ease;
}

.aiR_header.aiR_scrolled .aiR_ai-badge {
  display: none;
}

.aiR_ai-badge i {
  color: #c084fc;
  font-size: 2rem;
}

.aiR_ai-badge span {
  color: #c084fc;
  font-size: 0.875rem;
  font-weight: 500;
}

.aiR_header-title {
  font-size: 32px;
  font-weight: bold;
  transition: all 0.3s ease;
}

.aiR_header.aiR_scrolled .aiR_header-title {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.aiR_header-subtitle {
  font-size: 1.25rem;
  color: #cbd5e1;
  line-height: 1.75;
  transition: all 0.3s ease;
}

.aiR_header.aiR_scrolled .aiR_header-subtitle {
  display: none;
}

.aiR_header-buttons {
  display: flex;
  gap: 8px;
}

.aiR_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  width: 40px;
  height: 40px;
  background-color: #475569;
  color: white;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.125rem;
  transition: background-color 0.2s;
}

.aiR_btn:hover {
  background-color: #334155;
}

.aiR_btn span {
  display: none;
}

.aiR_tags {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  transition: all 0.3s ease;
}

.aiR_header.aiR_scrolled .aiR_tags {
  display: none;
}

.aiR_tag {
  padding: 4px 12px;
  background-color: #475569;
  color: #e2e8f0;
  font-size: 0.875rem;
  border-radius: 9999px;
}

.aiR_nav {
  position: sticky;
  top: 0;
  background-color: white;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  z-index: 10;
  transition: top 0.3s ease;
}

.aiR_header.aiR_scrolled~.aiR_nav {
  top: 72px;
}

.aiR_nav-content {
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  gap: 4px;
}

.aiR_nav-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  padding: 16px 24px;
  background: none;
  border: none;
  border-bottom: 3px solid transparent;
  color: #4b5563;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
}

.aiR_nav-btn:hover {
  color: #111827;
  border-bottom-color: #d1d5db;
}

.aiR_nav-btn.aiR_active {
  color: #9333ea;
  border-bottom-color: #9333ea;
}

.aiR_main-content {
  margin: 0 auto;
  padding: 30px 40px;
}

.aiR_section-header {
  margin-bottom: 32px;
}

.aiR_section-title {
  font-size: 1.875rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.aiR_section-subtitle {
  color: #6b7280;
  font-size: 1rem;
}

.aiR_analysis-card {
  background: white;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  margin-bottom: 32px;
}

.aiR_card-header {
  background: linear-gradient(to right, #faf5ff, #f5f3ff);
  padding: 32px;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 12px 12px 0 0;
}

.aiR_card-header-content {
  display: flex;
  gap: 12px;
}

.aiR_card-header i {
  color: #9333ea;
  font-size: 1.5rem;
  flex-shrink: 0;
  margin-top: 4px;
}

.aiR_card-headline {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.aiR_card-summary {
  color: #374151;
  line-height: 1.75;
}

.aiR_card-body {
  padding: 32px;
  border-bottom: 1px solid #e5e7eb;
}

.aiR_card-text {
  color: #1f2937;
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 16px;
}

.aiR_insights-section {
  padding: 32px;
  background-color: #f8fafc;
}

.aiR_insights-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.aiR_insights-title i {
  color: #ca8a04;
}

.aiR_insight-card {
  background: white;
  border-radius: 8px;
  border: 2px solid #e5e7eb;
  padding: 20px;
  margin-bottom: 16px;
}

.aiR_insight-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.aiR_insight-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #9333ea;
}

.aiR_insight-title {
  font-weight: 600;
  font-size: 1.125rem;
}

.aiR_insight-content {
  color: #374151;
  margin-bottom: 12px;
  line-height: 1.75;
}

.aiR_insight-implication {
  display: flex;
  gap: 8px;
  padding: 12px;
  background-color: #faf5ff;
  border-radius: 8px;
}

.aiR_insight-implication i {
  color: #9333ea;
  flex-shrink: 0;
  margin-top: 2px;
}

.aiR_insight-implication-text {
  font-size: 0.875rem;
  color: #581c87;
}

.aiR_metrics-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin: 24px 0;
}

.aiR_metric-card {
  background: white;
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #e5e7eb;
}

.aiR_metric-label {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 8px;
}

.aiR_metric-value {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
}

.aiR_metric-change {
  font-size: 0.75rem;
  color: #6b7280;
}

.aiR_table-container {
  background: white;
  border-radius: 8px;
  border: 1px solid #e5e7eb;
  overflow: hidden;
  margin: 24px 0;
}

.aiR_table-container table {
  width: 100%;
  border-collapse: collapse;
}

.aiR_table-container thead {
  background-color: #f9fafb;
}

.aiR_table-container th {
  padding: 12px 24px;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111827;
  border-bottom: 1px solid #e5e7eb;
}

.aiR_table-container th.aiR_center {
  text-align: center;
}

.aiR_table-container td {
  padding: 16px 24px;
  border-bottom: 1px solid #e5e7eb;
}

.aiR_table-container td.aiR_center {
  text-align: center;
}

.aiR_table-container tr:hover {
  background-color: #f9fafb;
}

.aiR_gap-high {
  color: #dc2626;
  font-weight: bold;
}

.aiR_gap-medium {
  color: #ea580c;
  font-weight: bold;
}

.aiR_gap-low {
  color: #ca8a04;
  font-weight: bold;
}

.aiR_opportunity-badge {
  display: inline-flex;
  padding: 4px 12px;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
}

.aiR_opportunity-very-high {
  background-color: #fee2e2;
  color: #991b1b;
}

.aiR_opportunity-high {
  background-color: #fed7aa;
  color: #9a3412;
}

.aiR_opportunity-medium {
  background-color: #fef3c7;
  color: #854d0e;
}

.aiR_opportunity-low {
  background-color: #f3f4f6;
  color: #374151;
}

.aiR_comment-box {
  padding: 24px;
  background-color: #faf5ff;
  border-radius: 8px;
  border: 2px solid #e9d5ff;
  margin-top: 32px;
}

.aiR_comment-content {
  display: flex;
  gap: 12px;
}

.aiR_comment-content i {
  color: #9333ea;
  flex-shrink: 0;
  margin-top: 4px;
  font-size: 1.5rem;
}

.aiR_comment-title {
  font-weight: bold;
  color: #581c87;
  margin-bottom: 8px;
}

.aiR_comment-text {
  color: #6b21a8;
  line-height: 1.75;
}

.aiR_final-comment {
  padding: 32px;
  background: linear-gradient(to right, #0f172a, #1e293b);
  color: white;
  border-radius: 12px;
  margin-top: 48px;
}

.aiR_final-comment-content {
  display: flex;
  gap: 16px;
}

.aiR_final-comment-content i {
  color: #c084fc;
  font-size: 2rem;
  flex-shrink: 0;
  margin-top: 4px;
}

.aiR_final-comment-title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 12px;
}

.aiR_final-comment-text {
  color: #cbd5e1;
  line-height: 1.75;
  font-size: 1.125rem;
  margin-bottom: 16px;
}

.aiR_footer {
  background-color: #0f172a;
  color: #94a3b8;
  padding: 32px;
  margin-top: 48px;
  text-align: center;
}

.aiR_footer-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
}

.aiR_footer-title i {
  color: #c084fc;
}

.aiR_footer-title span {
  color: white;
  font-weight: 600;
}

.aiR_footer-text {
  font-size: 0.875rem;
}

.aiR_footer-update {
  font-size: 0.75rem;
  margin-top: 8px;
}

.aiR_section {
  display: block;
  scroll-margin-top: 150px;
  border: 1px solid #eee;
  background: #fff;
  padding: 40px;
  margin: 15px 0;
  border-radius: 12px;
}

.aiR_header.aiR_scrolled~.aiR_main-content .aiR_section {
  scroll-margin-top: 145px;
}

.aiR_section.aiR_active {
  display: block;
}

@media (max-width: 768px) {
  .aiR_header-top {
    flex-direction: column;
  }

  .aiR_header-buttons {
    width: 100%;
    margin-top: 16px;
  }

  .aiR_nav-content {
    overflow-x: auto;
  }

  .aiR_metrics-grid {
    grid-template-columns: 1fr;
  }

  .aiR_table-container table {
    font-size: 0.875rem;
  }

  .aiR_table-container th,
  .aiR_table-container td {
    padding: 8px 12px;
  }
}


.contact_us {
  background: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
}

.contact_us h1 {
  font-size: 20px;
  padding: 10px 0;
  text-align: left;
  font-weight: 600;
}

.contact_us .form-group {
  margin-bottom: 15px;
  text-align: left;
}

.contact_us label {
  display: block;
  margin-bottom: 5px;
}

.contact_us .form-group input,
.contact_us .form-group textarea,
.contact_us .form-group select {
  width: 100%;
  padding: 15px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  font-size: 15px;
  box-sizing: border-box;
}

.contact_us .select-group {
  display: flex;
  gap: 10px;
}

.contact_us .select-group select {
  flex: 1;
}

.contact_us textarea {
  height: 120px;
  resize: none;
}

.contact_us .submit-btn {
  width: 100%;
  background: #363636;
  color: white;
  border: none;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 10px;
  transition: background 0.3s;
}

.contact_us .submit-btn:hover {
  background: #012a6c;
}

.contact_us .hidden {
  display: none;
}

.contact_us .mt10 {
  margin-top: 10px;
}

/* 문의유형 버튼 스타일 */
.contact_us .inquiry-type-buttons {
  display: flex;
  gap: 10px;
  margin-top: 8px;
}

.contact_us .inquiry-btn {
  flex: 1;
  padding: 12px;
  border: 1px solid #e9e9e9;
  background: white;
  font-size: 15px;
  cursor: pointer;
  border-radius: 6px;
  transition: all 0.3s;
}

.contact_us .inquiry-btn:hover {
  border-color: #8f4ee5;
}

.contact_us .inquiry-btn.active {
  background: #8f4ee5;
  color: white;
  border-color: #8f4ee5;
  font-weight: 500;
}

/* 개인정보 동의 스타일 */
.contact_us .privacy-agreement {
  margin: 20px 0;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 8px;
  text-align: left;
}

.contact_us .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
}

.contact_us .checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.contact_us .checkbox-label span {
  flex: 1;
}

.contact_us .privacy-summary {
  margin-top: 8px;
  padding-left: 26px;
  font-size: 13px;
  color: #666;
  line-height: 1.6;
}

.contact_us .detail-btn {
  background: none;
  border: none;
  color: #6a8ce6;
  font-size: 13px;
  cursor: pointer;
  padding: 0;
  margin-left: 5px;
}

.contact_us .detail-btn:hover {
  color: #012a6c;
  text-decoration: underline;
}

.contact_us .privacy-detail {
  margin-top: 12px;
  animation: slideDown 0.3s ease;
}

.contact_us .detail-content {
  padding: 15px;
  background: white;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
}

.contact_us .detail-content h4 {
  margin: 0 0 5px 0;
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.contact_us .detail-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  border-top: 1px solid #eee;
}

.contact_us .detail-content table th {
  text-align: left;
  padding: 8px;
  background: #f5f5f5;
  font-weight: 500;
  width: 60px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  text-align: center;
}

.contact_us .detail-content table td {
  padding: 8px;
  color: #666;
  border-bottom: 1px solid #eee;
}

.contact_us .detail-content .notice {
  margin-top: 10px;
  font-size: 12px;
  color: #999;
  line-height: 1.5;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}



.container_simul {

  .election-analyzer-wrapper * {
    box-sizing: border-box;
  }

  .election-analyzer-wrapper {
    font-family: 'Malgun Gothic', sans-serif;
    margin: 0;
    padding: 20px;
    background-color: #f5f5f5;
  }

  .ea-container {
    max-width: 1800px;
    margin: 0 auto;
  }

  .ea-header {
    background: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .ea-section {
    background: #fff;
    padding: 45px 32px;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 40px;
    position: relative;
  }

  .data-table {
    overflow-x: auto;
  }

  table {
    width: 100%;
    border-collapse: collapse;
    min-width: 1900px;
  }

  th,
  td {
    padding: 8px 10px;
    border: 1px solid #dee2e6;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
  }

  /* 헤더 스타일 */
  .header-main {
    background: linear-gradient(135deg, #495057 0%, #6c757d 100%);
    color: white;
    font-weight: 600;
    position: sticky;
    top: 0;
    z-index: 10;
    font-size: 13px;
  }

  .header-sub {
    background: linear-gradient(135deg, #6c757d 0%, #868e96 100%);
    color: white;
    font-weight: 500;
    position: sticky;
    top: 0;
    z-index: 10;
    font-size: 12px;
  }

  .header-progress {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
  }

  .header-conserve {
    background: linear-gradient(135deg, #dc3545 0%, #a71e2a 100%) !important;
  }

  .header-neutral {
    background: linear-gradient(135deg, #6c757d 0%, #495057 100%) !important;
  }

  .win-progress {
    background-color: #cce7ff !important;
    color: #0056b3;
    font-weight: bold;
  }

  .win-conserve {
    background-color: #ffe6e6 !important;
    color: #a71e2a;
    font-weight: bold;
  }

  .input-field {
    width: 60px;
    padding: 4px 6px;
    border: 1px solid #ced4da;
    border-radius: 3px;
    text-align: center;
    font-size: 11px;
  }

  .name-input {
    width: 120px;
  }

  .voters-input {
    width: 80px;
  }

  .btn {
    padding: 8px 16px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    margin: 4px;
  }

  .btn-primary {
    background: #007bff;
    color: white;
  }

  .btn-success {
    background: #28a745;
    color: white;
  }

  .btn-danger {
    background: #dc3545;
    color: white;
  }

  .btn-secondary {
    background: #6c757d;
    color: white;
  }

  .btn:hover {
    opacity: 0.8;
  }

  .chart-container {
    height: 600px;
    margin: 20px 0;
    position: relative;
  }

  .chart-grid {
    display: grid;
    /*grid-template-columns: 1fr 1fr; gap: 20px;*/
    margin: 20px 0;
  }

  /* 선거 분석 스타일 개선 */
  .ea-section-layout {
    display: flex;
    gap: 20px;
    align-items: stretch;
  }

  .cards-section {
    flex: 1;
  }

  .gauge-section {
    flex: 0 0 529px;
  }

  .election-summary {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .summary-card {
    background: #f9fafc;
    padding: 30px 15px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #e2e8f0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top: 4px solid #e7e7e7;
  }

  .summary-card.voters {
    border-top: 4px solid #ffc107;
  }

  .summary-card.regions {
    border-color: #6c757d;
  }

  /* 진보 카드만 (정치성향 카드 제외) */
  .summary-card.progress:not(.score) {
    border-top: 4px solid #007bff;
    background: #f9fafc;
  }

  /* 보수 카드만 (정치성향 카드 제외) */
  .summary-card.conserve:not(.score) {
    border-top: 4px solid #dc3545;
    background: #f9fafc;
  }

  /* 정치성향 카드가 진보일 때 */
  .summary-card.score.progress {
    background: #eff6ff;
    border-top: 4px solid #007bff;
  }

  /* 정치성향 카드가 보수일 때 */
  .summary-card.score.conserve {
    background: #fef2f2;
    border-top: 4px solid #dc3545;
  }

  .summary-card.score {}

  .card-icon_txt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .card-icon {
    height: 40px;
    vertical-align: middle;
    padding-right: 5px;
  }

  .card-label {
    font-size: 13px;
    color: #696969;
    font-weight: 440;
    line-height: 1.4;
    margin-bottom: 10px;
    padding: 0;
    border-radius: 0;
  }

  .card-number {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
    line-height: 1.2;
    border-radius: 12px;
    padding: 16px 20px;
    border: 1px solid #e2e8f0;
    background: #fff;
    width: 80%;
  }

  .card-detail {
    font-size: 11px;
    color: #888;
    margin-top: 5px;
  }

  .voters .card-number {
    color: #ffc107;
  }

  .regions .card-number {
    color: #6c757d;
  }

  .progress .card-number {
    color: #007bff;
    border: 1px solid #bfdbfe;
  }

  .conserve .card-number {
    color: #ef4444;
    border: 1px solid #fccaca;
  }

  .score .card-number {}

  /* 점수 표시 스타일 */
  .score-progress {
    color: #007bff;
    font-weight: bold;
    border: 1px solid #bfdbfe;
  }

  .score-conserve {
    color: #dc3545;
    font-weight: bold;
    border: 1px solid #fccaca;
  }

  .score-neutral {
    color: #6c757d;
    font-weight: bold;
  }

  @media (max-width: 1200px) {
    .election-summary {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .election-summary {
      grid-template-columns: 1fr;
    }
  }

  /* 스윙보터 분석 개선된 디자인 */
  .strategy-analysis {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
  }

  .strategy-section {
    max-height: 650px;
    overflow-y: auto;
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e9ecef;
  }

  .strategy-analysis .conserve {
    border-top: 4px solid #dc3545;
  }

  .strategy-analysis .progress {
    border-top: 4px solid #007bff;
  }

  .strategy-section h3 {
    font-size: 18px;
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    font-weight: 600;
  }


  .strategy-card {
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 8px;
    background: #f8f9fa;
    transition: all 0.2s ease;
    border: 1px solid #f2f2f2;
  }

  .strategy-title {
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 15px;
    color: #333;
  }

  .strategy-content {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 8px;
    color: #555;
  }

  .strategy-regions {
    font-size: 14px;
    color: #777;
    overflow-y: auto;
  }

  .strategy-regions span {
    padding: 0 5px;
  }

  .strategy-regions>div {
    padding: 5px 15px;
    margin-bottom: 5px;
    background: #ffffff;
    border-radius: 40px;
    border: 1px solid #eee;
  }



  /* 전략 등급 색상 */
  .strategy-ultra-close {
    background: #fff5f5;
  }

  .strategy-focus {
    background: #fff8f0;
  }

  .strategy-convert {
    background: #fffbf0;
  }

  .strategy-expand {
    background: #f0f8ff;
  }

  .strategy-low {
    background: #f8f9fa;
  }

  /* 전략 등급 카드 스타일 */
  .strategy-grade-card {
    background: white;
    border-radius: 12px;
    padding: 20px;
    border: 1px solid #e9ecef;
  }

  .strategy-grade-card:hover {
    transform: translateY(2px);
  }

  .strategy-grade-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 12px;
    border-bottom: 2px solid #e9ecef;
  }

  .strategy-grade-title {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
  }

  .strategy-grade-voters {
    font-size: 14px;
    color: #6c757d;
  }

  .strategy-grade-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .strategy-box {
    padding: 16px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    border: 1px solid;
  }

  .strategy-box-progress {
    border-color: #e2e8f0;
    background: #eff6ff;
  }

  .strategy-box-conserve {
    border-color: #e2e8f0;
    background: #fef2f2;
  }

  .strategy-box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .strategy-box-label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 700;
  }

  .strategy-box-label.progress {
    color: #1976d2;
  }

  .strategy-box-label.conserve {
    color: #d32f2f;
  }

  .strategy-box-icon {
    font-size: 28px;
    line-height: 1;
  }

  .strategy-box-name {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .strategy-box-name.progress {
    color: #0d47a1;
  }

  .strategy-box-name.conserve {
    color: #b71c1c;
  }

  .strategy-box-stats {
    display: flex;
    gap: 12px;
    font-size: 14px;
    color: #555;
  }

  .strategy-box-stat {
    display: flex;
    align-items: center;
    gap: 4px;
  }

  @media (max-width: 1200px) {
    #strategyGradesContainer {
      grid-template-columns: 1fr;
    }
  }

  h1 {
    font-size: 24px;
    margin: 0 0 10px 0;
    color: #333;
  }

  h2 {
    color: #547ba2;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 24px;
    padding-bottom: 15px;
    border-bottom: 3px solid #e5e7eb;
    padding-left: 0;
  }

  tr:nth-child(even) {
    background-color: #f8f9fa;
  }

  tr:hover {
    background-color: #f1f3f4 !important;
    transition: background-color 0.2s;
  }

  .summary-row {
    background-color: #e9ecef !important;
    font-weight: bold;
    font-size: 13px;
  }

  .section-divider {
    border-left: 3px solid #dee2e6 !important;
  }

  /* 데이터 설정 영역 추가 */
  .data-config {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
  }

  .config-input {
    width: 200px;
    padding: 6px 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    font-size: 13px;
  }

  /* 차트 컨트롤 추가 */
  .chart-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
    gap: 15px;
    background: #f8f9fa;
    padding: 10px;
    border-radius: 6px;
    border: 1px solid #dee2e6;
  }

  .toggle-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
  }

  .toggle-switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
  }

  input:checked+.slider {
    background-color: #007bff;
  }

  input:checked+.slider:before {
    transform: translateX(26px);
  }

  @media (max-width: 1200px) {
    .chart-grid {
      grid-template-columns: 1fr;
    }

    .election-summary {
      grid-template-columns: repeat(2, 1fr);
    }

    .strategy-analysis {
      grid-template-columns: 1fr;
    }
  }
}

.container_simul3 {


  /* 헤더 섹션 */
  .header-section {
    background: white;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
    border-top: 4px solid #4263eb;
  }

  .header-section h1 {
    font-size: 2.2em;
    font-weight: 700;
    color: #212529;
    margin-bottom: 10px;
  }

  .header-section p {
    color: #6c757d;
    font-size: 1.1em;
  }

  .version-badge {
    display: inline-block;
    padding: 4px 10px;
    background: #4263eb;
    color: white;
    border-radius: 12px;
    font-size: 0.8em;
    font-weight: 600;
    margin-left: 10px;
  }

  .party-status {
    display: inline-flex;
    gap: 15px;
    margin-left: 20px;
    font-size: 0.9em;
  }

  .party-badge {
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: 600;
  }

  .party-badge.ruling {
    background: #e3f2fd;
    color: #1976d2;
  }

  .party-badge.opposition {
    background: #ffebee;
    color: #d32f2f;
  }

  /* 입력 패널 */
  .input-panel {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    padding: 30px;
    margin-bottom: 30px;
  }

  .panel-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f3f5;
  }

  .panel-header h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #212529;
  }

  .election-type-badge {
    display: inline-block;
    padding: 6px 14px;
    background: #e9ecef;
    border-radius: 20px;
    color: #495057;
    font-size: 0.9em;
    font-weight: 600;
    margin-left: 15px;
  }

  .input-group {
    display: flex;
    flex-direction: column;
  }

  .input-group label {
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
  }

  .select-input,
  .input-group input {
    padding: 13px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    background: white;
    color: #212529;
    transition: all 0.2s ease;
  }

  .select-input:focus,
  .input-group input:focus {
    outline: none;
    border-color: #4263eb;
    box-shadow: 0 0 0 3px rgba(66, 99, 235, 0.1);
  }

  .input-note {
    font-size: 12px;
    color: #868e96;
    margin-top: 4px;
    height: 18px;
    line-height: 18px;
  }

  /* 고급 설정 */
  .advanced-settings {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 20px;
    margin-top: 20px;
  }

  .advanced-settings:last-of-type {
    display: none;
  }

  .advanced-settings h4 {
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
    padding-left: 0;
  }

  .advanced-settings h4::before {
    display: none;
  }

  .settings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }

  .toggle-group {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .toggle-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .toggle-group label {
    cursor: pointer;
    font-size: 0.9em;
    color: #495057;
  }

  /* 메트릭 카드 */
  .cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }

  .metric-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    border: 1px solid #e2e8f0;
    position: relative;
    border-top: 4px solid;
    transition: all 0.2s ease;
  }

  .metric-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
  }

  .metric-card.progressive {
    border-top-color: #4263eb;
  }

  .metric-card.moderate {
    border-top-color: #868e96;
  }

  .metric-card.conservative {
    border-top-color: #f03e3e;
  }

  .metric-card.overall {
    border-top-color: #dfdfdf;
  }

  .card-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
  }

  .card-icon {
    font-size: 1.5em;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }

  .card-icon.progressive {
    background: #4263eb;
    color: white;
  }

  .card-icon.moderate {
    background: #868e96;
    color: white;
  }

  .card-icon.conservative {
    background: #f03e3e;
    color: white;
  }

  .card-icon.overall {
    background: #20c997;
    color: white;
  }

  .card-label3 {
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 0.25rem;
    padding: 10px 0;
    text-align: center;
  }

  .card-value3 {
    font-size: 2.5em;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
  }

  .card-value3.progressive {
    color: #4263eb;
  }

  .card-value3.moderate {
    color: #868e96;
  }

  .card-value3.conservative {
    color: #f03e3e;
  }

  .card-value3.overall {
    color: #212529;
  }

  .card-delta3 {
    font-size: 0.9em;
    padding: 10px 14px;
    background: #f8f9fa;
    border-radius: 8px;
    color: #495057;
    text-align: center;
  }

  /* 색상 테마 */
  .theme-progressive {
    background: linear-gradient(135deg, #4263eb, #5c7cfa);
    color: white;
  }

  .theme-moderate {
    background: linear-gradient(135deg, #868e96, #adb5bd);
    color: white;
  }

  .theme-conservative {
    background: linear-gradient(135deg, #f03e3e, #fa5252);
    color: white;
  }

  .theme-overall {
    background: linear-gradient(135deg, #099268, #20c997);
    color: white;
  }

  .color-progressive {
    color: #4263eb;
  }

  .color-moderate {
    color: #868e96;
  }

  .color-conservative {
    color: #f03e3e;
  }

  /* 분석 테이블 */
  .analysis-panel {
    background: white;
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
  }

  .analysis-header {
    padding: 25px 30px;
    background: #f8f9fa;
    border-bottom: 2px solid #e9ecef;
  }

  .analysis-header h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #212529;
  }

  .analysis-table {
    width: 100%;
    border-collapse: collapse;
  }

  .analysis-table th {
    background: #f7f7f7;
    color: #495057;
    padding: 18px 24px;
    font-weight: 600;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
  }

  .analysis-table td {
    padding: 18px 24px;
    border-bottom: 1px solid #ececec;
  }

  .analysis-table tr:hover {
    background: #faf7fd;
  }

  .segment-name {
    font-weight: 700;
  }

  .prediction-value {
    font-weight: 700;
    color: #20c997;
  }

  .conversion-rate {
    color: #6c757d;
    margin-top: 5px;
  }

  .prediction-highlight {
    background: linear-gradient(135deg, rgba(32, 201, 151, 0.08), rgba(32, 201, 151, 0.03));
    border-left: 4px solid #20c997;
    padding: 12px 16px;
    border-radius: 8px;
  }

  /* 인사이트 패널 */
  .insights-panel {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 16px;
    padding: 30px;
  }

  .insights-header {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 2px solid #f1f3f5;
  }

  .insights-header h3 {
    font-size: 1.4em;
    font-weight: 600;
    color: #212529;
  }

  .insights-list {
    list-style: none;
    margin: 0 10px;
    font-size: 15px;
  }

  .insights-list li {
    padding: 15px 15px;
    position: relative;
    color: #495057;
    border: 1px solid #eee;
    margin: 10px 0;
    border-radius: 8px;
    background: #f9f9f9;
  }

  .insights-list strong {
    color: #212529;
  }

  .critical-insight {
    background: #fff5f5;
    border-left: 4px solid #f03e3e;
    margin: 10px 0;
    padding: 12px;
    border-radius: 8px;
  }

  /* 고급 설정 - 이슈별 */
  .advanced-settings {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    padding: 25px;
    margin-top: 20px;
  }

  .advanced-settings h4 {
    color: #212529;
    font-size: 1.1em;
    margin-bottom: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .issue-section {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #e9ecef;
    font-size: 14px;
  }

  .issue-section:last-child {
    margin-bottom: 0;
  }

  .issue-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #dee2e6;
  }

  .issue-title {
    font-weight: 700;
    color: #212529;
  }

  .issue-description {
    color: #868e96;
    margin-top: 3px;
  }

  .radio-group {
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .radio-option {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    padding: 6px 10px;
    border-radius: 20px;
    transition: all 0.2s ease;
    border: 2px solid transparent;
  }

  .radio-option:hover {
    background: #f1f3f5;
  }

  .radio-option input[type="radio"] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0;
  }

  .radio-option label {
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 600;
    margin: 0;
    height: auto;
    padding: 0;
  }

  .radio-option.ruling {
    border-color: #e3f2fd;
  }

  .radio-option.ruling input[type="radio"]:checked~label {
    color: #1976d2;
  }

  .radio-option.ruling:has(input[type="radio"]:checked) {
    background: #e3f2fd;
    border-color: #1976d2;
  }

  .radio-option.opposition {
    border-color: #ffebee;
  }

  .radio-option.opposition input[type="radio"]:checked~label {
    color: #d32f2f;
  }

  .radio-option.opposition:has(input[type="radio"]:checked) {
    background: #ffebee;
    border-color: #d32f2f;
  }

  .settings-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
  }

  .toggle-group {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .toggle-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
  }

  .toggle-group label {
    cursor: pointer;
    font-size: 14px;
    color: #495057;
  }

  .input-grid-3col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    margin-bottom: 15px;
    align-items: start;
  }

  /* 슬라이더 스타일 */
  .slider-container {
    padding: 0;
    background: transparent;
    border-radius: 0;
  }

  .slider-header {
    position: relative;
    margin-bottom: 12px;
  }

  .slider-label {
    color: #495057;
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
  }

  .slider-value-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 8px 24px;
    width: 100%;
    text-align: center;
    position: relative;
    height: 50px;
    box-sizing: border-box;
  }

  .slider-value-display {
    font-size: 1.5em;
    font-weight: 700;
    color: #495057;
    border: none;
    background: transparent;
    text-align: center;
    width: 80px;
    outline: none;
    -moz-appearance: textfield;
  }

  .slider-value-display::-webkit-outer-spin-button,
  .slider-value-display::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .slider-value-display:focus {
    background: transparent;
  }

  .slider-control-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 1px solid #dee2e6;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    color: #868e96;
    z-index: 10;
  }

  .slider-control-btn.minus {
    left: 8px;
  }

  .slider-control-btn.plus {
    right: 8px;
  }

  .slider-control-btn:hover {
    border-color: #adb5bd;
    background: #f8f9fa;
  }

  .slider-control-btn:active {
    transform: translateY(-50%) scale(0.95);
  }

  .slider-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .slider-track-container {
    flex: 1;
    position: relative;
  }

  .slider-track {
    position: relative;
    height: 6px;
    background: #e9ecef;
    border-radius: 3px;
    overflow: hidden;
  }

  .slider-track-negative {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #4263eb;
  }

  .slider-track-positive {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: #f03e3e;
  }

  .slider-input {
    position: absolute;
    width: 100%;
    height: 6px;
    top: -2px;
    left: 0;
    -webkit-appearance: none;
    appearance: none;
    background: transparent;
    outline: none;
    cursor: pointer;
  }

  .slider-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    background: #868e96;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .slider-input::-moz-range-thumb {
    width: 18px;
    height: 18px;
    background: #868e96;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }

  .slider-labels {
    display: contents;
    font-size: 0.75em;
    color: #868e96;
    font-weight: 500;
  }

  .slider-label-text {
    font-size: 12px;
    color: #868e96;
    white-space: nowrap;
  }


  .positive {
    color: #099268;
    font-weight: 600;
  }

  .negative {
    color: #f03e3e;
    font-weight: 600;
  }

  .neutral {
    color: #868e96;
    font-weight: 600;
  }

  /* 애니메이션 */
  .updated-pulse {
    animation: pulse 2s ease-in-out;
  }

  @keyframes pulse {

    0%,
    100% {
      opacity: 1;
    }

    50% {
      opacity: 0.7;
    }
  }

  /* 반응형 디자인 */
  @media (max-width: 1200px) {
    .input-grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }

  @media (max-width: 768px) {
    .cards-grid {
      grid-template-columns: 1fr;
    }

    .input-grid {
      grid-template-columns: 1fr !important;
    }

    .analysis-table th,
    .analysis-table td {
      padding: 12px;
      font-size: 0.9em;
    }
  }

}

.container_simul2 {

  .simulData_card {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 2px 8px;
    margin-bottom: 40px;
    position: relative;
    background: rgb(255, 255, 255);
    padding: 45px 32px;
    border-radius: 14px;
  }

  .simulData_card h2 {
    color: #547ba2;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 24px;
    padding-bottom: 15px;
    border-bottom: 3px solid #e5e7eb;
    padding-left: 0;
    margin-top: 0;
  }

  .simulData_card h3 {
    font-size: 18px;
    font-weight: 550;
    margin-bottom: 24px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e7eb;
  }

  .simul_grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }

  .simulData_stat-card {
    background: #f9fafc;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #e9e9e9;
  }

  .simulData_box {
    margin-top: 20px;
    background: #f9fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
  }

  .simulData_agebox {
    padding: 20px;
  }

  .simulData_agecate {
    padding: 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: #fff;
  }

  .simulData_age {
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e2e8f0;
    padding: 20px 30px;
  }

  .simulData_conserve {
    border-top: 4px solid #dc3545;
  }

  .simulData_progress {
    border-top: 4px solid #007bff;
  }


  .simul_grid5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }

  /* 1. 상단 입력 섹션 */
  .simulData_inputGrid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
  }

  .simulData_inputBox {
    position: relative;
  }

  .simulData_inputLabel {
    display: block;
    font-size: 0.875rem;
    font-weight: 500;
    color: #374151;
    margin-bottom: 0.5rem;
  }

  .simulData_turnoutContainer {
    position: relative;
    height: 50px;
  }

  .simulData_turnoutBarWrapper {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    overflow: hidden;
  }

  .simulData_turnoutBarFill {
    height: 100%;
    background: linear-gradient(to right, #8962ec, #683fd7);
    transition: all 0.2s;
  }

  #actionBar,
  #govtBar,
  #partyBar {
    background: transparent !important;
    color: #495057 !important;
  }

  .simulData_turnoutTextWrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .simulData_turnoutText {
    color: #495057;
    font-size: 1.25rem;
    font-weight: 700;
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04));
  }

  .simulData_turnoutIndicator {
    position: absolute;
    height: 100%;
    width: 0.25rem;
    top: 0;
    background: #ea580c;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
  }

  .simulData_turnoutSlider {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
  }

  .simulData_customSliderWrapper {
    position: relative;
    height: 20px;
    display: flex;
    align-items: center;
    margin-top: 4px;
    gap: 10PX;
  }

  .simulData_customSliderWrapper .txtnum {
    font-size: 12px;
    color: #6b7280;
  }

  .simulData_customSliderTrack {
    position: relative;
    width: 100%;
    height: 4px;
    background: #e5e7eb;
    border-radius: 3px;
  }

  .simulData_customSliderFill {
    position: absolute;
    height: 100%;
    background: #e5e7eb;
    border-radius: 3px;
    transition: width 0.1s;
  }

  .simulData_customSliderThumb {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background: #a855f7;
    border: 2px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: left 0.1s;
    pointer-events: none;
  }

  .simulData_turnoutHint {
    display: flex;
    justify-content: space-between;
    margin-top: 0.25rem;
    font-size: 0.75rem;
    color: #6b7280;
  }

  .simulData_turnoutHintCenter {
    color: #ea580c;
    font-weight: 700;
  }

  .simulData_scoreInput {
    width: 100%;
    padding: 0 1rem;
    font-size: 1.5rem;
    font-weight: 700;
    border: 1px solid #d1d5db;
    border-radius: 0.5rem;
    text-align: center;
    height: 50px;
    box-sizing: border-box;
  }

  .simulData_scoreInput:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
  }

  .simulData_inputHint {
    font-size: 0.75rem;
    color: #6b7280;
    margin-top: 0.25rem;
    text-align: center;
  }

  /* 2. 점수 구성 상세 */
  .simulData_scoreGrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }

  .simulData_scoreCard {
    background: #f9fafc;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-top: 4px solid #e9e9e9;
  }

  .simulData_scoreIcon {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
  }

  .simulData_scoreTitle {
    font-size: 0.875rem;
    color: #4b5563;
    margin-bottom: 0.25rem;
  }

  .simulData_scoreNumber {
    font-size: 22px;
    font-weight: 700;
  }

  .simulData_scoreSubtext {
    font-size: 0.75rem;
    color: #6b7280;
  }

  .simulData_scoreTotalCard {
    width: 230px;
  }

  /* 3. 연령별 영향력 & 우위도 차트 */
  .simulData_chartSection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .simulData_chartWrapper {
    padding: 20px 30px;
    border-radius: 12px;
    text-align: center;
    border: 1px solid #e2e8f0;
  }

  .simulData_chartTitle {
    font-size: 1.125rem;
    font-weight: 550;
    margin-bottom: 1.5rem;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #e5e7eb;
  }

  .simulData_chartSubtitle {
    color: #353535;
    font-weight: 400;
    font-size: 14px;
  }

  .simulData_chartCanvas {
    position: relative;
    height: 300px;
    width: 100%;
  }

  .simulData_chartLegend {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    gap: 0.5rem;
    font-size: 13px;
  }

  .simulData_chartLegendItem {
    background: white;
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid #eee;
    text-align: center;
    transition: all 0.3s;
  }

  .simulData_chartLegendItem:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .simulData_legendIcon {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }

  .simulData_legendLabel {
    font-weight: 700;
    color: #374151;
  }

  .simulData_legendValue {
    color: #9333ea;
    font-weight: 700;
  }

  .simulData_strategyLegend {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

  .simulData_strategyProgress {
    padding: 15px 0;
    border-radius: 8px;
    border: 1px solid #93c5fd;
    text-align: center;
  }

  .simulData_strategyConserve {
    padding: 15px 0;
    border-radius: 8px;
    border: 1px solid #fca5a5;
    text-align: center;
  }

  .simulData_strategyTitle {
    color: #1d4ed8;
    font-weight: 700;
  }

  .simulData_strategyTitleRed {
    color: #b91c1c;
    font-weight: 700;
  }

  .simulData_strategyCount {
    color: #2563eb;
  }

  .simulData_strategyCountRed {
    color: #dc2626;
  }

  .simulData_strategyAvg {
    color: #3b82f6;
    font-size: 0.75rem;
  }

  .simulData_strategyAvgRed {
    color: #ef4444;
    font-size: 0.75rem;
  }

  .simulData_summaryBox {
    margin-top: 1.25rem;
    background: #f9fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
  }

  .simulData_summaryGrid {
    padding: 1.25rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    text-align: center;
  }

  .simulData_summaryItem {
    padding: 1.25rem;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    background: white;
  }

  .simulData_summaryNumber {
    font-size: 1.125rem;
    font-weight: 700;
    color: #9333ea;
  }

  .simulData_summaryNumberBlue {
    font-size: 1.125rem;
    font-weight: 700;
    color: #2563eb;
  }

  .simulData_summaryNumberRed {
    font-size: 1.125rem;
    font-weight: 700;
    color: #dc2626;
  }

  .simulData_summaryNumberGray {
    font-size: 1.125rem;
    font-weight: 700;
    color: #4b5563;
  }

  .simulData_summaryLabel {
    font-size: 0.75rem;
    color: #4b5563;
  }

  /* 4. 선거 결과 예측 */
  .simulData_resultWrapper {
    position: relative;
  }

  .simulData_resultGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .simulData_resultCard {
    background: #ffffff;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    border: 1px solid #e2e8f0;
    position: relative;
    transition: all 0.3s ease;
  }

  .simulData_resultCard:hover {
    transform: translateY(-2px);
  }

  .simulData_resultTurnoutCard {
    border-top: 4px solid #f95812;
  }

  .simulData_resultProgressCard {
    background: #eff6ff;
    border-top: 4px solid #3b82f6;
    position: relative;
  }

  .simulData_resultConserveCard {
    background: #fef2f2;
    border-top: 4px solid #ef4444;
    position: relative;
  }

  .simulData_resultHeader {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
  }

  .simulData_resultIcon {
    font-size: 16px;
    margin-right: 0.5rem;
  }

  .simulData_resultLabel {
    color: #333;
    font-size: 15px;
    font-weight: 500;
  }

  .simulData_resultLabelDark {
    color: #333;
    font-size: 15px;
    font-weight: 500;
  }

  .simulData_resultMainNumber {
    color: #f95812;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }

  .simulData_resultProgressNumber {
    color: #2563eb;
    font-size: 32px;
    font-weight: 700;
  }

  .simulData_resultConserveNumber {
    color: #ef4544;
    font-size: 32px;
    font-weight: 700;
  }

  .simulData_resultNumberWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
  }

  .simulData_resultTrophy {
    font-size: 2rem;
    margin-right: 0.5rem;
    display: none;
  }

  .simulData_resultVotes {
    color: #374151;
    font-size: 16px;
  }

  .simulData_winBadge {
    position: absolute;
    top: 50%;
    right: 22%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 32px;
    border-radius: 50px;
    text-align: center;
    white-space: nowrap;
  }


  /* 5. 매직넘버 분석 */
  .simulData_magicGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .simulData_magicCard {
    background: #f9fafc;
    border: 1px solid #eceff2;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
  }

  .simulData_magicCard:hover {
    transform: translateY(-2px);
  }

  .simulData_magicHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .simulData_magicHeaderProgress {
    border-top: 4px solid #3b82f6;
  }

  .simulData_magicHeaderConserve {
    border-top: 4px solid #ef4444;
  }

  .simulData_magicTitle {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .simulData_magicTitleIcon {
    font-size: 14px;
  }

  .simulData_magicTitleText {
    font-size: 16px;
    font-weight: 600;
  }

  .simulData_magicNumbers {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .simulData_magicVotes {
    font-size: 20px;
    font-weight: 600;
  }

  .simulData_magicSlash {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
  }

  .simulData_magicRate {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-weight: 600;
  }

  .simulData_magicBody {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
  }

  .simulData_magicSection {
    background: white;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
  }

  .simulData_bcpro {
    border: 1px solid #bfdbfe;
  }

  .simulData_bccon {
    border: 1px solid #fecaca;
  }


  .simulData_magicSectionLeft {
    border-right: 1px solid #e5e7eb;
  }

  .simulData_magicSectionTitle {
    margin-bottom: 8px;
  }

  .simulData_magicSectionIcon {
    font-size: 1.25rem;
    margin-right: 4px;
  }

  .simulData_magicSectionLabel {
    color: #6b7280;
    font-size: 0.875rem;
    font-weight: 600;
  }

  .simulData_magicNumber {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 4px;
  }

  .simulData_magicNumberProgress {
    color: #2563eb;
  }

  .simulData_magicNumberConserve {
    color: #ef4444;
  }

  .simulData_magicDesc {
    color: #9ca3af;
    font-size: 0.75rem;
  }

  /* 6. 연령별 상세 데이터 테이블 */
  .simulData_tableWrapper {
    overflow-x: auto;
  }

  .simulData_table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
  }

  .simulData_tableHead {
    background: #374151;
    color: white;
  }

  .simulData_tableHeadSub {
    background: #4b5563;
    color: white;
  }

  .simulData_tableHeader {
    padding: 0.75rem;
    text-align: center;
    font-weight: 500;
  }

  .simulData_tableHeaderBorder {
    border-right: 1px solid #4b5563;
  }

  .simulData_tableHeaderYellow {
    background: #eab308;
    color: black;
  }

  .simulData_tableHeaderBlue {
    background: #3b82f6;
  }

  .simulData_tableHeaderRed {
    background: #ef4444;
  }

  .simulData_tableHeaderSmall {
    padding: 0.5rem 0.75rem;
    text-align: center;
    font-weight: 500;
    font-size: 0.75rem;
  }

  .simulData_tableCell {
    padding: 0.75rem;
    text-align: center;
  }


  .simulData_tableCellFlex {
    padding: 0.75rem;
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .simulData_tableCellIcon {
    font-size: 1.125rem;
    margin-right: 0.5rem;
  }

  .simulData_tableInput {
    width: 4rem;
    padding: 0.25rem;
    border: 1px solid #d1d5db;
    text-align: center;
    font-size: 0.75rem;
  }

  input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    opacity: 1;
    -webkit-appearance: auto;
  }

  input[type="number"] {
    -moz-appearance: auto;
  }

  .simulData_turnoutBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #fafafa;
    color: #4f4f4f;
    border: 1px solid #c3c3c5;
    border-radius: 50%;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .simulData_turnoutBtnLeft {
    left: 8px;
  }

  .simulData_turnoutBtnRight {
    right: 8px;
  }

  .simulData_turnoutBtn:hover {
    background: #ccc;
  }

  .simulData_turnoutBtn:active {
    transform: translateY(-50%) scale(0.95);
  }

  .simulData_tableInputGreen {
    width: 3.5rem;
    padding: 0.25rem;
    border: 1px solid #d1d5db;
    text-align: center;
    font-size: 0.75rem;
  }

  .simulData_tableRowBlue {}

  .simulData_tableRowRed {
    background: #f5f5f5;
  }

  .simulData_tableFoot {
    background: #e5e7eb;
    font-weight: 700;
  }

  /* 7. 연령별 영향력 배점 & 매직/타겟넘버 */
  .simulData_ageInfluenceGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 1.5rem;
  }

  .simulData_agecard {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
    padding: 20px;
  }

  .simulData_agecard:hover {
    transform: translateY(-2px);
  }

  .simulData_agecard_header {
    padding: 0 16px 10px 16px;
    text-align: center;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 6px;
  }

  .simulData_agecard_title {
    font-size: 1.125rem;
    font-weight: 700;
    color: #1f2937;
  }

  .simulData_agecard_influence {
    display: flex;
    align-items: baseline;
    gap: 8px;
    font-size: 12px;
  }

  .simulData_agecard_influenceLabel {
    color: #9ca3af;
  }

  .simulData_agecard_influenceValue {
    color: #7d28ca;
    font-weight: 700;
    font-size: 18px;
  }

  .simulData_agecard_scoreLabel {
    color: #9ca3af;
  }

  .simulData_agecard_bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 15px;
  }

  .simulData_agecard_half {
    padding: 16px 10px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid;
  }

  .simulData_agecard_halfProgress {
    border-color: #3b82f6;
    background: #eff6ff;
  }

  .simulData_agecard_halfConserve {
    border-color: #ef4444;
    background: #fef2f2;
  }

  .simulData_agecard_camp_title {
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
  }

  .simulData_agecard_camp_titleBlue {
    color: #3b82f6;
  }

  .simulData_agecard_camp_titleRed {
    color: #ef4444;
  }

  .simulData_agecard_info {
    font-size: 0.75rem;
    color: #6b7280;
    line-height: 1.6;
  }

  .simulData_summarySection {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .simulData_summaryCard {
    background: white;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #e2e8f0;
  }

  .simulData_summaryCardHeader {
    padding: 16px;
    text-align: center;
  }

  .simulData_summaryCardHeaderPurple {
    background: #f5f5f5;
  }

  .simulData_summaryCardHeaderIndigo {
    background: #f5f5f5;
  }

  .simulData_summaryCardTitle {
    font-size: 1rem;
    font-weight: 600;
  }

  .simulData_summaryCardBody {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
  }

  .simulData_summaryCardBodyTwo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }

  .simulData_summaryCardItem {
    padding: 20px;
    text-align: center;
  }

  .simulData_summaryCardItemBorder {
    border-right: 1px solid #e5e7eb;
  }

  .simulData_summaryCardIcon {
    font-size: 1.25rem;
    margin-bottom: 8px;
  }

  .simulData_summaryCardLabel {
    color: #6b7280;
    font-size: 14px;
    margin-bottom: 4px;
  }

  .simulData_summaryCardValue {
    font-size: 20px;
    font-weight: 700;
  }

  .simulData_summaryCardValuePurple {
    color: #9333ea;
  }

  .simulData_summaryCardValueBlue {
    color: #3b82f6;
  }

  .simulData_summaryCardValueRed {
    color: #ef4444;
  }

  .simulData_summaryCardSubvalue {
    font-size: 1.25rem;
    font-weight: 700;
  }

  /* 8. 진보/보수 캠프 전략 */
  .simulData_strategySection {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .simulData_strategyCamp {
    padding: 1rem;
    border-radius: 0.5rem;
    border: 2px solid;
  }

  .simulData_strategyCampProgress {
    background: #eff6ff;
    border-color: #93c5fd;
  }

  .simulData_strategyCampConserve {
    background: #fef2f2;
    border-color: #fca5a5;
  }

  .simulData_strategyCampTitle {
    font-size: 1.125rem;
    font-weight: 700;
    margin-bottom: 1rem;
    text-align: center;
  }

  .simulData_strategyCampTitleBlue {
    color: #1d4ed8;
  }

  .simulData_strategyCampTitleRed {
    color: #b91c1c;
  }

  .simulData_strategyGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }

  .simulData_strategyCard {
    padding: 0.75rem;
    border-radius: 0.5rem;
    border: 2px solid;
    text-align: center;
    min-height: 7rem;
    transition: all 0.3s;
  }

  .simulData_strategyCard:hover {
    transform: scale(1.05);
  }

  .simulData_strategyCardRed1 {
    background: #fee2e2;
    border-color: #fca5a5;
  }

  .simulData_strategyCardRed2 {
    background: #fed7aa;
    border-color: #fdba74;
  }

  .simulData_strategyCardYellow {
    background: #fef9c3;
    border-color: #fde047;
  }

  .simulData_strategyCardBlue {
    background: #dbeafe;
    border-color: #93c5fd;
  }

  .simulData_strategyCardGray {
    background: #f3f4f6;
    border-color: #d1d5db;
  }

  .simulData_strategyCardIcon {
    font-size: 1.125rem;
    margin-bottom: 0.25rem;
  }

  .simulData_strategyCardLabel {
    font-size: 0.75rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
  }

  .simulData_strategyCardLabelRed {
    color: #dc2626;
  }

  .simulData_strategyCardLabelOrange {
    color: #ea580c;
  }

  .simulData_strategyCardLabelYellow {
    color: #ca8a04;
  }

  .simulData_strategyCardLabelBlue {
    color: #2563eb;
  }

  .simulData_strategyCardLabelGray {
    color: #4b5563;
  }

  .simulData_strategyCardMagic {
    font-weight: 700;
    font-size: 0.875rem;
    color: #2563eb;
    margin-bottom: 0.5rem;
  }

  .simulData_strategyCardMagicRed {
    font-weight: 700;
    font-size: 0.875rem;
    color: #dc2626;
    margin-bottom: 0.5rem;
  }

  .simulData_strategyCardMagicLabel {
    font-size: 0.75rem;
    color: #6b7280;
    margin-bottom: 0.5rem;
  }

  .simulData_strategyCardTarget {
    font-weight: 700;
    font-size: 0.875rem;
  }

  .simulData_strategyCardTargetYellow {
    color: #ca8a04;
  }

  .simulData_strategyCardTargetGreen {
    color: #16a34a;
  }

  .simulData_strategyCardTargetLabel {
    font-size: 0.75rem;
    color: #6b7280;
  }

  /* 9. 설명 영역 */
  .simulData_infoBox {
    border: 1px solid #d0b9f2;
    border-radius: 12px;
    background: #faf8ff;
    padding: 20px 26px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .simulData_infoBoxWrapper {
    display: flex;
  }

  .simulData_infoBoxIcon {
    font-size: 2rem;
    margin-right: 0.75rem;
  }

  .simulData_infoBoxText {
    font-size: 0.875rem;
    color: #7e22ce;
    margin-bottom: 0.5rem;
  }

  .simulData_infoBoxText:last-child {
    margin-bottom: 0;
  }

  .simulData_inputGrid input[type="number"]::-webkit-inner-spin-button,
  .simulData_inputGrid input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

  .simulData_inputGrid input[type="number"] {
    -moz-appearance: textfield;
  }




  .grid {
    display: grid;
    gap: 1.5rem;
  }

  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }

  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }

  .grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }

  .text-center {
    text-align: center;
  }

  .font-bold {
    font-weight: 700;
  }

  .font-semibold {
    font-weight: 600;
  }

  .font-medium {
    font-weight: 500;
  }

  .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .text-gray-800 {
    color: #1f2937;
  }

  .text-gray-700 {
    color: #374151;
  }

  .text-gray-600 {
    color: #4b5563;
  }

  .text-gray-500 {
    color: #6b7280;
  }

  .text-blue-600 {
    color: #2563eb;
  }

  .text-blue-700 {
    color: #1d4ed8;
  }

  .text-red-600 {
    color: #dc2626;
  }

  .text-red-700 {
    color: #b91c1c;
  }

  .text-purple-600 {
    color: #9333ea;
  }

  .text-purple-700 {
    color: #7e22ce;
  }

  .text-orange-600 {
    color: #ea580c;
  }

  .text-green-600 {
    color: #16a34a;
  }

  .text-yellow-600 {
    color: #ca8a04;
  }

  .text-white {
    color: white;
  }

  .bg-white {
    background: white;
  }

  .bg-gray-100 {
    background: #f3f4f6;
  }

  .bg-gray-200 {
    background: #e5e7eb;
  }

  .bg-gray-300 {
    background: #d1d5db;
  }

  .bg-gray-700 {
    background: #374151;
  }

  .bg-blue-50 {
    background: #eff6ff;
  }

  .bg-blue-100 {
    background: #dbeafe;
  }

  .bg-blue-200 {
    background: #bfdbfe;
  }

  .bg-blue-500 {
    background: #3b82f6;
  }

  .bg-red-50 {
    background: #fef2f2;
  }

  .bg-red-100 {
    background: #fee2e2;
  }

  .bg-red-200 {
    background: #fecaca;
  }

  .bg-red-500 {
    background: #ef4444;
  }

  .bg-purple-50 {
    background: #faf5ff;
  }

  .bg-purple-100 {
    background: #f3e8ff;
  }

  .bg-orange-50 {
    background: #fff7ed;
  }

  .bg-orange-100 {
    background: #ffedd5;
  }

  .bg-yellow-50 {
    background: #fefce8;
  }

  .bg-yellow-100 {
    background: #fef9c3;
  }

  .bg-yellow-500 {
    background: #eab308;
  }

  .bg-green-50 {
    background: #f0fdf4;
  }

  .bg-green-100 {
    background: #dcfce7;
  }

  .border {
    border: 1px solid #e5e7eb;
  }

  .border-2 {
    border: 2px solid;
  }

  .border-gray-300 {
    border-color: #d1d5db;
  }

  .border-gray-600 {
    border-color: #4b5563;
  }

  .border-blue-200 {
    border-color: #bfdbfe;
  }

  .border-blue-300 {
    border-color: #93c5fd;
  }

  .border-red-200 {
    border-color: #fecaca;
  }

  .border-red-300 {
    border-color: #fca5a5;
  }

  .border-purple-200 {
    border-color: #e9d5ff;
  }

  .border-orange-200 {
    border-color: #fed7aa;
  }

  .border-orange-300 {
    border-color: #fdba74;
  }

  .border-yellow-200 {
    border-color: #fef08a;
  }

  .border-yellow-300 {
    border-color: #fde047;
  }

  .rounded-lg {
    border-radius: 0.5rem;
  }

  .rounded-xl {
    border-radius: 0.75rem;
  }

  .p-2 {
    padding: 0.5rem;
  }

  .p-3 {
    padding: 0.75rem;
  }

  .p-4 {
    padding: 1rem;
  }

  .p-6 {
    padding: 1.5rem;
  }

  .p-8 {
    padding: 2rem;
  }

  .px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .mb-1 {
    margin-bottom: 0.25rem;
  }

  .mb-2 {
    margin-bottom: 0.5rem;
  }

  .mb-3 {
    margin-bottom: 0.75rem;
  }

  .mb-4 {
    margin-bottom: 1rem;
  }

  .mb-6 {
    margin-bottom: 1.5rem;
  }

  .mt-1 {
    margin-top: 0.25rem;
  }

  .mt-3 {
    margin-top: 0.75rem;
  }

  .mt-6 {
    margin-top: 1.5rem;
  }

  .mr-2 {
    margin-right: 0.5rem;
  }

  .mr-3 {
    margin-right: 0.75rem;
  }

  .ml-2 {
    margin-left: 0.5rem;
  }

  .ml-3 {
    margin-left: 0.75rem;
  }

  .flex {
    display: flex;
  }

  .items-center {
    align-items: center;
  }

  .justify-center {
    justify-content: center;
  }

  .justify-between {
    justify-content: space-between;
  }

  .relative {
    position: relative;
  }

  .absolute {
    position: absolute;
  }

  .inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .w-full {
    width: 100%;
  }

  .w-1 {
    width: 0.25rem;
  }

  .w-16 {
    width: 4rem;
  }

  .w-14 {
    width: 3.5rem;
  }

  .h-full {
    height: 50px;
  }

  .h-12 {
    height: 3rem;
  }

  .min-h-28 {
    min-height: 7rem;
  }

  .overflow-hidden {
    overflow: hidden;
  }

  .overflow-x-auto {
    overflow-x: auto;
  }

  .shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

  .shadow-lg {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }

  .shadow-sm {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }

  .shadow-md {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .transition-all {
    transition: all 0.3s;
  }

  .duration-300 {
    transition-duration: 300ms;
  }

  .cursor-pointer {
    cursor: pointer;
  }

  .hover\:shadow-xl:hover {
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.15);
  }

  .hover\:scale-105:hover {
    transform: scale(1.05);
  }

  .hover\:scale-110:hover {
    transform: scale(1.10);
  }

  .hover\:shadow-lg:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }

  .hover\:shadow-md:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .hover\:bg-blue-100:hover {
    background: #dbeafe;
  }

  .hover\:bg-red-100:hover {
    background: #fee2e2;
  }

  .hover-shadow-lg {
    transition: box-shadow 0.3s;
  }

  .hover-shadow-lg:hover {
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
  }

  .hover-shadow-md {
    transition: box-shadow 0.3s;
  }

  .hover-shadow-md:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .hover-scale-105 {
    transition: transform 0.3s;
  }

  .hover-scale-105:hover {
    transform: scale(1.05);
  }

  table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
  }

  .border-r {
    border-right: 1px solid;
  }

  .border-l-4 {
    border-left: 4px solid;
  }

  .border-purple-400 {
    border-color: #c084fc;
  }

  .rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .gradient-cyan-blue {
    background: linear-gradient(to right, #22d3ee, #3b82f6);
  }

  .gradient-gray {
    background: linear-gradient(to right, #f3f4f6, #e5e7eb);
  }

  .gradient-blue-purple {
    background: linear-gradient(135deg, #eff6ff, #faf5ff);
  }

  .gradient-purple-yellow {
    background: linear-gradient(135deg, #faf5ff, #fefce8);
  }

  .drop-shadow-lg {
    filter: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04));
  }

  .chart-container {
    position: relative;
    height: 300px;
    width: 100%;
  }

  .gap-1 {
    gap: 0.25rem;
  }

  .gap-2 {
    gap: 0.5rem;
  }

  .gap-4 {
    gap: 1rem;
  }

  .gap-6 {
    gap: 1.5rem;
  }

  .label-input {
    display: block;
    margin-bottom: 0.5rem;
  }

  .input-height {
    height: 50px;
  }

  .turnout-container {
    height: 72px;
  }

}



.rankRname {
  margin-top: 10px;
  text-align: center;
}

.rankRname span {
  background-color: #633c7a;
  font-weight: 500;
  color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: inline-block;
  /* 여기 추가 */
  text-align: center;
  /* 내용 가운데 정렬 필요하면 */
  line-height: 20px;
}

/* 핵심 질문 섹션 */
.coreQ_intro-section {
  border: 1px solid #d0b9f2;
  border-radius: 12px;
  background: #faf8ff;
  padding: 18px 22px;
  margin-bottom: 20px;
}

.coreQ_intro-title {
  color: #6a40e3;
  font-size: 15px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.coreQ_intro-text {
  font-size: 14px;
  opacity: 0.95;
  line-height: 1.7;
  margin-bottom: 0;
}

/* 질문 카드 그리드 */
.coreQ_questions-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.coreQ_question-card {
  background: white;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
}

.coreQ_question-card:hover {
  transform: translateY(-2px);
}

.coreQ_question-card:nth-child(1):hover {
  border-color: #667eea;
}

.coreQ_question-card:nth-child(2):hover {
  border-color: #f093fb;
}

.coreQ_question-card:nth-child(3):hover {
  border-color: #4facfe;
}

.coreQ_question-card:nth-child(4):hover {
  border-color: #fa709a;
}

.coreQ_card-header {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.coreQ_card-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: white;
}

.coreQ_card-icon.coreQ_icon-1 {
  background: #764ba2;
}

.coreQ_card-icon.coreQ_icon-2 {
  background: #e64980;
}

.coreQ_card-icon.coreQ_icon-3 {
  background: #217ed6;
}

.coreQ_card-icon.coreQ_icon-4 {
  background: #fee140;
}

.coreQ_question-list {
  list-style: none;
  padding-left: 0;
}

.coreQ_question-item {
  padding: 12px 0;
  font-size: 15px;
  color: #495057;
  border-bottom: 1px solid #f1f3f5;
  line-height: 1.6;
}

.coreQ_question-item:last-child {
  border-bottom: none;
}

.coreQ_bullet {
  font-weight: 600;
  margin-right: 4px;
}

.coreQ_bullet-1 {
  color: #5c7cfa;
}

.coreQ_bullet-2 {
  color: #e64980;
}

.coreQ_bullet-3 {
  color: #1c7ed6;
}

.coreQ_bullet-4 {
  color: #f59f00;
}

@media (max-width: 768px) {
  .coreQ_questions-grid {
    grid-template-columns: 1fr;
  }

  .coreQ_intro-section {
    padding: 25px;
  }

  .coreQ_intro-title {
    font-size: 20px;
  }

  .coreQ_intro-text {
    font-size: 15px;
  }

  .coreQ_question-card {
    padding: 20px;
  }

  .coreQ_card-header {
    font-size: 16px;
  }

  .coreQ_question-item {
    font-size: 14px;
  }
}

.votecard_cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.votecard_metric-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  border: 1px solid #e2e8f0;
  position: relative;
  border-top: 4px solid;
  transition: all 0.2s ease;
}

.votecard_metric-card:hover {
  transform: translateY(-2px);
}

.votecard_metric-card.votecard_progressive {
  border-top-color: #4263eb;
}

.votecard_metric-card.votecard_moderate {
  border-top-color: #868e96;
}

.votecard_metric-card.votecard_conservative {
  border-top-color: #f03e3e;
}

.votecard_metric-card.votecard_overall {
  border-top-color: #dfdfdf;
}

.votecard_card-label3 {
  font-size: 0.875rem;
  color: #4b5563;
  margin-bottom: 0.25rem;
  padding: 10px 0;
  text-align: center;
}

.votecard_card-value3 {
  font-size: 2.5em;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.votecard_color-progressive {
  color: #4263eb;
}

.votecard_color-moderate {
  color: #868e96;
}

.votecard_color-conservative {
  color: #f03e3e;
}

.votecard_card-delta3 {
  font-size: 0.9em;
  padding: 10px 14px;
  background: #f8f9fa;
  border-radius: 8px;
  color: #495057;
  text-align: center;
}

.mem-simul_card {
  border-radius: 20px;
  border: 1px solid #f1f1f1;
  padding: 40px 30px;
  margin-bottom: 40px;
  position: relative;
}

.mem-simul_card h2 {
  color: #547ba2;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 24px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e5e7eb;
}

/* 선거 결과 예측 */
.mem-simul_result-wrapper {
  position: relative;
}

.mem-simul_result-wrapper-badge {
  position: absolute;
  top: 50%;
  left: 67%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.mem-simul_result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.mem-simul_result-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  border: 1px solid #e2e8f0;
  position: relative;
  transition: 0.3s ease;
}

.mem-simul_result-card:hover {
  transform: translateY(-2px);
}

.mem-simul_result-turnout-card {
  border-top: 4px solid #f95812;
}

.mem-simul_result-progress-card {
  background: #eff6ff;
  border-top: 4px solid #3b82f6;
  position: relative;
}

.mem-simul_result-conserve-card {
  background: #fef2f2;
  border-top: 4px solid #ef4444;
  position: relative;
}

.mem-simul_result-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
}

.mem-simul_result-icon {
  font-size: 16px;
  margin-right: 0.5rem;
}

.mem-simul_result-label {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.mem-simul_result-label-dark {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}

.mem-simul_result-main-number {
  color: #f95812;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.mem-simul_result-progress-number {
  color: #2563eb;
  font-size: 32px;
  font-weight: 700;
}

.mem-simul_result-conserve-number {
  color: #dc2626;
  font-size: 32px;
  font-weight: 700;
}

.mem-simul_result-number-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.5rem;
}

.mem-simul_result-trophy {
  font-size: 2rem;
  margin-right: 0.5rem;
}

.mem-simul_result-votes {
  color: #374151;
  font-size: 0.875rem;
}

.mem-simul_result-votes-progress {
  color: #2563eb;
  font-size: 0.875rem;
}

.mem-simul_result-votes-conserve {
  color: #ef4444;
  font-size: 0.875rem;
}

.mem-simul_win-badge {
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 32px;
  border-radius: 50px;
  text-align: center;
  white-space: nowrap;
}

.mem-simul_win-badge-progress {
  background: #3b82f6;
}

.mem-simul_win-badge-conserve {
  background: #ef4444;
}

/* 매직넘버 분석 */
.mem-simul_magic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.mem-simul_magic-card {
  background: #f9fafc;
  border: 1px solid #eceff2;
  border-radius: 10px;
  padding: 20px;
  transition: 0.3s ease;
}

.mem-simul_magic-card:hover {
  transform: translateY(-2px);

}

.mem-simul_magic-card-progress {
  border-top: 4px solid #3b82f6;
}

.mem-simul_magic-card-conserve {
  border-top: 4px solid #ef4444;
}

.mem-simul_magic-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mem-simul_magic-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mem-simul_magic-title-icon {
  font-size: 14px;
}

.mem-simul_magic-title-text {
  color: #1f2937;
  font-size: 16px;
  font-weight: 600;
}

.mem-simul_magic-numbers {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mem-simul_magic-votes {
  font-size: 20px;
  font-weight: 600;
}

.mem-simul_magic-votes-progress {
  color: #2563eb;
}

.mem-simul_magic-votes-conserve {
  color: #ef4444;
}

.mem-simul_magic-slash {
  color: #9ca3af;
  font-size: 1rem;
}

.mem-simul_magic-rate {
  color: #6b7280;
  font-size: 1.125rem;
  font-weight: 600;
}

.mem-simul_magic-body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

.mem-simul_magic-section {
  background: white;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
}

.mem-simul_magic-section-progress {
  border: 1px solid #bfdbfe;
}

.mem-simul_magic-section-conserve {
  border: 1px solid #fecaca;
}

.mem-simul_magic-section-title {
  margin-bottom: 8px;
}

.mem-simul_magic-section-icon {
  font-size: 1.25rem;
  margin-right: 4px;
}

.mem-simul_magic-section-label {
  color: #6b7280;
  font-size: 0.875rem;
  font-weight: 600;
}

.mem-simul_magic-number {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.mem-simul_magic-number-progress {
  color: #2563eb;
}

.mem-simul_magic-number-conserve {
  color: #ef4444;
}

.mem-simul_magic-number-yellow {
  color: #eab308;
}

.mem-simul_magic-number-orange {
  color: #f97316;
}

.mem-simul_magic-desc {
  color: #9ca3af;
  font-size: 0.75rem;
}

@media (max-width: 768px) {

  .mem-simul_result-grid,
  .mem-simul_magic-grid {
    grid-template-columns: 1fr;
  }
}

.inq_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.vote_inqu_container {
  min-width: 1350px;
}

.vote_inqu_cards-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.vote_inqu_cards-wrapper2 {
  display: block;
}

.vote_inqu_card {
  background: white;
  border-radius: 16px;
  padding: 30px 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  border: 1px solid #f1f1f1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.vote_inqu_card2 {
  background: linear-gradient(270deg, #f8f9ff 0%, #f6f4fb 100%);
  border-radius: 16px;
  padding: 30px 20px;
  position: relative;
  border: 1px solid #f1f1f1;
  overflow: hidden;
}

.vote_inqu_card::before {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
  pointer-events: none;
}

.vote_inqu_card2::before {
  content: '';
  position: absolute;
  right: -10px;
  bottom: -20px;
  width: 120px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
  pointer-events: none;
}

.vote_inqu_card:nth-child(1)::before {
  background-image: url(../images/contents/bg_simul.png);
  transform: rotate(-25deg);
}

.vote_inqu_card:nth-child(2)::before {
  background-image: url(../images/contents/bg_data.png);
  transform: rotate(-25deg);
}

.vote_inqu_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.vote_inqu_card-label {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.vote_inqu_card:nth-child(1) .vote_inqu_card-label {
  background-color: #f3e8ff;
  color: #7c3aed;
}

.vote_inqu_card:nth-child(2) .vote_inqu_card-label {
  background-color: #fae8ff;
  color: #a855f7;
}

.simulB::before {
  background-image: url(../images/contents/bg_simul.png);
  transform: rotate(-25deg);
}

.expertB::before {
  background-image: url(../images/contents/bg_data.png);
  transform: rotate(-25deg);
}



.vote_inqu_card2-label {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.simulB .vote_inqu_card-label {
  background-color: #f3e8ff;
  color: #7c3aed;
}

.expertB .vote_inqu_card-label {
  background-color: #fae8ff;
  color: #a855f7;
}

.vote_inqu_card-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}

.vote_inqu_card-description {
  font-size: 14px;
  color: #666;
  margin-bottom: 35px;
  position: relative;
  z-index: 1;
}

.vote_inqu_cta-button {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  padding: 14px 28px;
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  transition: background-color 0.3s ease;
  cursor: pointer;
  border: none;
  position: relative;
  z-index: 1;
}

.vote_inqu_card:nth-child(1) .vote_inqu_cta-button {
  background-color: #7c3aed;
}

.vote_inqu_card:nth-child(1) .vote_inqu_cta-button:hover {
  background-color: #6d28d9;
}

.vote_inqu_card:nth-child(2) .vote_inqu_cta-button {
  background-color: #a855f7;
}

.vote_inqu_card:nth-child(2) .vote_inqu_cta-button:hover {
  background-color: #9333ea;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.vote_inqu_cta-button::after {
  content: '→';
  font-size: 18px;
}

.simulB .vote_inqu_cta-button {
  background-color: #7c3aed;
}

.simulB .vote_inqu_cta-button:hover {
  background-color: #6d28d9;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.expertB .vote_inqu_cta-button {
  background-color: #a855f7;

}

.expertB .vote_inqu_cta-button:hover {
  background-color: #9333ea;
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.vote_inqu_cta-button::after {
  content: '>';
  font-size: 14px;
  font-weight: normal;
}

@media (max-width: 1100px) {
  .vote_inqu_cards-wrapper {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .vote_inqu_card {
    padding: 35px 25px;
  }

  .vote_inqu_card-title {
    font-size: 24px;
  }

  .vote_inqu_card-description {
    font-size: 15px;
  }
}

.expert_strategies {
  padding: 80px 0;
}

.expert_section-header {
  text-align: center;
  margin-bottom: 60px;
}

.expert_section-header h2 {
  font-size: 2.5em;
  font-weight: 700;
  color: #1e3c72;
  margin-bottom: 15px;
}

.expert_section-header p {
  font-size: 1.2em;
  color: #6c757d;
}

.expert_cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
  margin-bottom: 40px;
}

.expert_strategy-card {
  background: white;
  border-radius: 20px;
  padding: 35px;
  transition: all 0.3s ease;
  border: 1px solid #f1f1f1;
  border-top: 4px solid #3d5a99;
  position: relative;
  font-size: 14px;
}

.expert_strategy-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.expert_strategy-card:last-child:hover {
  transform: translateY(-3px);
  border: 1px solid #fbead1;
  border-top: 4px solid #ff9800;
}

.expert_card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.expert_card-icon {
  font-size: 1.8em;
  flex-shrink: 0;
}

.expert_strategy-card h3 {
  font-size: 1.5em;
  color: #3d5a99;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}

.expert_card-summary {
  background: #fafafa;
  padding: 15px;
  border-radius: 10px;
  color: #555;
  margin-bottom: 25px;
  border: 1px solid #f1f1f1
}

.expert_features-section {
  margin: 25px 0;
}

.expert_features-title {
  color: #3d5a99;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px;
}

.expert_features-title::before {
  content: '📌 ';
  margin-right: 5px;
}

.expert_features-list {
  margin: 0;
  padding-left: 0;
}

.expert_feature-item {
  padding-bottom: 6px;
  color: #333;
  border-bottom: none;
}

.expert_feature-item::before {
  content: '✓';
  color: #3d5a99;
  font-weight: bold;
  margin-right: 10px;
}


.expert_deliverables {
  background: #fefcf8;
  padding: 20px;
  border-radius: 8px;
  margin-top: 25px;
  border: 1px solid #fcefcb;
}

.expert_deliverables-title {
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}

.expert_deliverables-title::before {
  content: '📋 ';
  margin-right: 5px;
}

.expert_deliverable-item {
  color: #555;
  padding: 1px 0;
}

.expert_deliverable-item::before {
  content: '• ';
  color: #ff9800;
  font-weight: bold;
  margin-right: 8px;
}

/* Package Summary */
.expert_package-summary {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  color: white;
  padding: 80px 0;
}

.expert_summary-content {
  text-align: center;
}

.expert_summary-content h2 {
  font-size: 2.5em;
  margin-bottom: 30px;
  font-weight: 700;
}

.expert_summary-features {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-top: 50px;
}

.expert_summary-feature {
  padding: 30px 16px;
  background: #fcfcfc;
  border-radius: 10px;
  border: 1px solid #ddccfc;
  transition: 0.3s ease;
}

.expert_summary-feature:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}

.expert_summary-feature h3 {
  font-size: 1.3em;
  margin-bottom: 10px;
}

.expert_summary-feature p {
  opacity: 0.9;
}

@media (max-width: 1024px) {
  .expert_summary-features {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .expert_summary-features {
    grid-template-columns: repeat(2, 1fr);
  }
}



.week5_graph {
  border: 1px solid #e5e9f0;
  border-radius: 10px;
  height: 320px;
  max-height: 320px;
  position: relative;
  padding: 15px;
  display: flex;
  justify-content: center;
}

.vr_infoBox {
  margin: 0 20px;
  margin-top: 10px;
  font-size: 12px;
}


.monthlyR {
  text-align: center;
  margin: 0 auto;
}

.monthlyR h1 {
  font-size: 20px;
  padding: 10px 0;
  text-align: left;
  font-weight: 600;
}

.monthlyR .form-group0 {
  margin-bottom: 5px;
  text-align: left;
  background: #fff;
}

.monthlyR .form-group {
  margin-bottom: 15px;
  text-align: left;
  border: 1px solid #e9e9e9;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
}

.monthlyR label {
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 14px;
}

.monthlyR .form-group0 input,
.monthlyR .form-group0 textarea,
.monthlyR .form-group0 select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

.monthlyR .form-group input,
.monthlyR .form-group textarea,
.monthlyR .form-group select {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  font-size: 14px;
  box-sizing: border-box;
}

/* 상단 섹션 - 사진과 기본정보 */
.monthlyR .top-section {
  display: flex;
  gap: 30px;
  margin-bottom: 30px;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #e9e9e9;
  background: #fff;
}

/* 사진 섹션 */
.monthlyR .photo-section {
  flex-shrink: 0;
}

.monthlyR .photo-upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.monthlyR .photo-preview {
  width: 110px;
  height: 110px;
  border: 1px dashed #e9e9e9;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  cursor: pointer;
  transition: all 0.3s;
}

.monthlyR .photo-preview:hover {
  border-color: #0066cc;
  background: #f5f8ff;
}

.monthlyR .photo-preview i {
  font-size: 28px;
  color: #999;
}

.monthlyR .photo-preview span {
  font-size: 13px;
  color: #999;
  margin-top: 10px;
}

.monthlyR .photo-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
}

/* 기본 정보 섹션 */
.monthlyR .basic-info-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}

.monthlyR .info-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.monthlyR .info-row .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.monthlyR .info-row .form-group label {
  min-width: 60px;
  margin-bottom: 0;
  flex-shrink: 0;
}

.monthlyR .info-row .form-group input,
.monthlyR .info-row .form-group select {
  flex: 1;
}

/* 이거 추가만 하세요 */
.monthlyR .form-group0 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.monthlyR .form-group0 label {
  margin: 0;
  flex-shrink: 0;
}

.monthlyR .form-group0 input,
.monthlyR .form-group0 select {
  flex: 1;
}

/* 2열 레이아웃 */
.monthlyR .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 15px;
  border: 1px solid #e9e9e9;
  padding: 25px;
  border-radius: 10px;
  background: #fff;
}

.monthlyR .form-row .form-group {
  margin-bottom: 0;
}

/* 학력/경력 리스트 */
.monthlyR .list-container {
  margin-bottom: 10px;
}

.monthlyR .list-item {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
  align-items: center;
}

.monthlyR .list-item .date-input {
  width: 200px;
  padding: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  font-size: 14px;
}

.monthlyR .list-item .content-input {
  flex: 1;
  padding: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  font-size: 14px;
}

.monthlyR .list-item .remove-btn {
  width: 35px;
  height: 35px;
  background: #ff4444;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.monthlyR .list-item .remove-btn:hover {
  background: #cc0000;
}

/* SNS 셀렉트박스 스타일 */
.monthlyR .list-item .sns-select {
  width: 160px;
  padding: 12px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  font-size: 14px;
  background: white;
}

.monthlyR .add-btn {
  padding: 10px 20px;
  background: #f0f0f0;
  color: #363636;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 10px;
}

.monthlyR .add-btn:hover {
  background: #e0e0e0;
}

.monthlyR .add-btn i {
  font-size: 16px;
}

/* 슬로건 */
.monthlyR textarea {
  height: 120px;
  resize: vertical;
}

/* 핵심공약 */
.monthlyR .count-info {
  font-size: 13px;
  color: #999;
  font-weight: 400;
  margin-left: 5px;
}

.monthlyR .pledge-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}

.monthlyR .pledge-item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.monthlyR .pledge-item .pledge-input {
  flex: 1;
  padding: 12px 15px;
  border: 1px solid #e9e9e9;
  border-radius: 6px;
  font-size: 14px;
}

.monthlyR .pledge-item .remove-btn {
  width: 35px;
  height: 35px;
  background: #ff4444;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.monthlyR .pledge-item .remove-btn:hover {
  background: #cc0000;
}

/* 버튼 비활성화 스타일 */
.monthlyR .add-btn:disabled {
  background: #f5f5f5;
  color: #ccc;
  border-color: #e9e9e9;
  cursor: not-allowed;
}

.monthlyR .add-btn:disabled:hover {
  background: #f5f5f5;
}

/* 개인정보 동의 */
.monthlyR .privacy-agreement {
  margin: 20px 0;
  text-align: left;
}

.monthlyR .checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.monthlyR .checkbox-label input[type="checkbox"] {
  margin-right: 8px;
  margin-top: 3px;
}

.monthlyR .checkbox-label span {
  font-size: 14px;
  line-height: 1.6;
}

.monthlyR .detail-btn {
  background: none;
  border: none;
  color: #0066cc;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  margin-left: 5px;
  font-size: 13px;
}

.monthlyR .privacy-detail {
  margin-top: 15px;
  padding: 15px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #e9e9e9;
}

.monthlyR .privacy-detail h4 {
  margin-bottom: 10px;
  font-size: 15px;
}

.monthlyR .privacy-detail table {
  width: 100%;
  border-collapse: collapse;
}

.monthlyR .privacy-detail table th,
.monthlyR .privacy-detail table td {
  padding: 8px;
  border: 1px solid #e9e9e9;
  font-size: 13px;
  text-align: left;
}

.monthlyR .privacy-detail table th {
  background: #f0f0f0;
  font-weight: 600;
  width: 100px;
}

.monthlyR .privacy-detail .notice {
  margin-top: 10px;
  font-size: 12px;
  color: #666;
}

.monthlyR .submit-btn {
  width: 100%;
  background: #363636;
  color: white;
  border: none;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 8px;
  margin-top: 10px;
  transition: background 0.3s;
}

.monthlyR .submit-btn:hover {
  background: #012a6c;
}

.monthlyR .hidden {
  display: none;
}

.monthlyR .mt10 {
  margin-top: 10px;
}

.monthlyR .mt20 {
  margin-top: 20px;
}

.monthlyR .fc_r {
  color: #ff0000;
}



.votereport_main-content {
  padding: 20px;
}

.votereport_content-wrapper {
  margin: 0 auto;
}

.votereport_content-section-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.votereport_content-section-subtitle {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 20px;
}

.votereport_controls {
  display: flex;
  gap: 12px;
  margin-bottom: 20px;
  align-items: center;
  justify-content: right;
  flex-wrap: wrap;
}

.votereport_sort-options {
  display: flex;
  gap: 4px;
  background: white;
  padding: 4px;
  border-radius: 8px;
  border: 1px solid #eee;
  background: #f9f9f9;
}

.votereport_filter-tabs {
  display: flex;
  gap: 4px;
  background: white;
  padding: 4px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.votereport_filter-tab {
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
}

.votereport_filter-tab.votereport_active {
  background: #8b5cf6;
  color: white;
}

.votereport_filter-tab:hover:not(.votereport_active) {
  background: #f3f4f6;
  color: #8b5cf6;
}

.votereport_sort-btn {
  padding: 8px 12px;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: #6b7280;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.2s ease;
}

.votereport_sort-btn.votereport_active {
  background: #8b5cf6;
  color: white;
}

.votereport_report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 16px;
}

.votereport_report-card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e5e7eb;
  position: relative;
  overflow: hidden;
}

.votereport_report-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(139, 92, 246, 0.15);
  border-color: #8b5cf6;
}

.votereport_card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.votereport_region-tag {
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  background: #f3f4f6;
  color: #374151;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

.votereport_category-tag {
  padding: 6px 12px;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 600;
  background: #f3f4f6;
  color: #374151;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 4px;
}

.votereport_report-title {
  font-size: 16px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 10px;
  line-height: 1.4;
}

.votereport_report-summary {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 40px;
}

.votereport_card-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  color: #9ca3af;
  gap: 12px;
  padding-top: 12px;
  border-top: 1px solid #f3f4f6;
}

.votereport_report-date {
  font-size: 12px;
  color: #9ca3af;
}

.votereport_report-views {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #9ca3af;
}

/* Modal Styles */
.votereport_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  z-index: 9999;
  padding: 20px;
}

.votereport_modal.votereport_show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.votereport_modal-content {
  background: white;
  border-radius: 16px;
  max-width: 1000px;
  max-height: 90vh;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  animation: votereport_modalSlideIn 0.3s ease;
}

@keyframes votereport_modalSlideIn {
  from {
    opacity: 0;
    transform: translate3d(0, -50px, 0) scale(0.95);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1);
  }
}

.votereport_modal-header {
  padding: 24px 30px 20px;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
}

.votereport_modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  line-height: 1.3;
  margin-bottom: 12px;
  padding-right: 40px;
}

.votereport_modal-close {
  position: absolute;
  top: 24px;
  right: 30px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #6b7280;
  transition: color 0.2s ease;
  padding: 0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  line-height: 1;
}

.votereport_modal-close:hover {
  color: #ef4444;
  background: #fef2f2;
}

.votereport_modal-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  color: #6b7280;
}

.votereport_modal-meta-left {
  display: flex;
  align-items: center;
  gap: 8px;
}

.votereport_modal-meta-right {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9ca3af;
  font-size: 12px;
}

.votereport_modal-body {
  padding: 0;
  overflow-y: auto;
  max-height: calc(90vh - 140px);
}

.votereport_modal-info {
  padding: 0;
  background: transparent;
  border: none;
}

.votereport_modal-content-body {
  padding: 30px;
}

.votereport_content-summary {
  border: 1px solid #d0b9f2;
  border-radius: 12px;
  background: #faf8ff;
  padding: 18px 22px;
  font-size: 15px;
}

.votereport_summary-title {
  font-weight: 500;
  margin-bottom: 8px;
  background-color: #6a40e3;
  padding: 5px 14px;
  border-radius: 80px;
  color: #fff;
  display: inline-block;
}

.votereport_summary-title .logo {
  width: 80px;
}

.votereport_section {
  margin-bottom: 30px;
}

.votereport_section-title {
  font-size: 18px;
  font-weight: 600;
  color: #6366f1;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.votereport_chart-container {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 20px;
  margin: 20px 0;
  text-align: center;
}

.votereport_chart-placeholder {
  height: 200px;
  background: linear-gradient(135deg, #667eea, #764ba2);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
}

.votereport_key-points {
  background: #f9fafb;
  border-radius: 8px;
  padding: 20px;
}

.votereport_key-points ul {
  list-style: none;
  padding: 0;
}

.votereport_key-points li {
  margin: 8px 0;
  padding-left: 20px;
  position: relative;
  color: #374151;
}

.votereport_key-points li::before {
  content: "✓";
  color: #10b981;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Profile Header Styles */
.mr_profile-edit-btn {
  width: 100%;
  padding: 15px 20px;
  background: #faf8ff;
  color: #7f53cf;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  border: 1px solid #b8a7de;
}

.mr_profile-edit-btn:hover {
  border: 1px solid #eee6ff;
  transform: translateY(-2px);
}

.mr_profile-header {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

.mr_profile-header-compact {
  display: flex;
  align-items: center;
  padding: 14px 5px;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 10px;
}

/* Profile Avatar */
.mr_profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 25px;
  overflow: hidden;
  object-fit: cover;
  image-rendering: auto;
  image-rendering: smooth;
}

.mr_profile-avatar-compact {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 15px;
  overflow: hidden;
  object-fit: cover;
  image-rendering: auto;
  image-rendering: smooth;
}

/* Profile Info */
.mr_profile-info h2 {
  font-size: 1.5em;
  color: #1e293b;
  margin-bottom: 5px;
}

.mr_profile-info p {
  color: #64748b;
  font-size: 1em;
}

/* Profile Section Container */
.mr_profile-section {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border: 1px solid #e2e8f0;
  border-top: 4px solid #8b5cf6;
}

/* Section Container */
.mr_section {
  margin-bottom: 60px;
  scroll-margin-top: 100px;
  border: 1px solid #ebebeb;
  border-radius: 16px;
  padding: 30px;
  background: #fff;
  font-size: 14px;
}

.mr_section-title {
  font-size: 1.5em;
  color: #1e293b;
  margin-bottom: 30px;
  padding: 15px 0 15px 10px;
  border-bottom: 1px solid #ededed;
  background: white;
  border-radius: 8px 8px 0 0;
}

/* Section Title Variants */
h5 {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 0.9em;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 8px;
  color: #64748b;
}

/* ================================================================
   6. CARD COMPONENTS
   ================================================================ */

/* Base Card */
.mr_card {
  background: #ffffff;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e2e8f0;
  border-top: 3px solid #3b82f6;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 20px;
}

.mr_card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Card Header */
.mr_card-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #f0f4f8;
}

.mr_card-icon {
  font-size: 1.2em;
  margin-right: 5px;
}

.mr_card-title {
  font-size: 1em;
  font-weight: 600;
  color: #2d3748;
}

/* Card Color Variants */
.mr_card-profile {
  border-top-color: #8b5cf6;
}

.mr_card-blog {
  border-top-color: #f59e0b;
}

.mr_card-facebook {
  border-top-color: #3b82f6;
}

.mr_card-instagram {
  border-top-color: #ec4899;
}

.mr_card-youtube {
  border-top-color: #ef4444;
}

.mr_card-twitter {
  border-top-color: #06b6d4;
}

.mr_card-traffic {
  border-top-color: #10b981;
}

.mr_card-news {
  border-top-color: #6366f1;
}

.mr_card-community {
  border-top-color: #f97316;
}

.mr_card-sentiment {
  border-top-color: #84cc16;
}

.mr_card-keywords {
  border-top-color: #a855f7;
}

.mr_card-competitor {
  border-top-color: #e11d48;
}

.mr_card-region {
  border-top-color: #059669;
}

.mr_card-strategy {
  border-top-color: #dc2626;
}

.mr_card-schedule {
  border-top-color: #0891b2;
}

/* Wide Card */
.mr_wide-card {
  grid-column: 1 / -1;
}

/* ================================================================
   7. GRID LAYOUTS
   ================================================================ */

.mr_dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.mr_dashboard-grid.mr_grid-split {
  position: relative;
  grid-template-columns: 2fr 3fr;
  gap: 0;
}

.mr_dashboard-grid.mr_grid-split > * {
  min-width: 0;
}

.mr_dashboard-grid.mr_grid-split > *:first-child {
  padding-right: 25px;
}

.mr_dashboard-grid.mr_grid-split > *:last-child {
  padding-left: 25px;
}

.mr_dashboard-grid.mr_grid-split::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 40%;
  width: 1px;
  background: #e5e7eb;
  transform: translateX(-0.5px);
}

.mr_split-divider {
  background: #e5e7eb;
  width: 1px;
}

.mr_compact-cards .mr_card {
  padding: 16px;
  margin-bottom: 0;
}

.mr_compact-cards .mr_card-header {
  margin-bottom: 12px;
  padding-bottom: 10px;
  font-size: 14px;
}

.mr_compact-cards .mr_tab-container {
  margin-bottom: 10px;
}

.mr_compact-cards .mr_tab-button {
  padding: 8px;
}

.mr_compact-cards .mr_news-scroll-box {
  height: 320px;
}

.mr_compact-cards .mr_scroll-box-340 {
  height: 280px;
}

.mr_compact-cards .mr_scroll-box-300 {
  height: 260px;
}

/* ================================================================
   8. METRICS & DATA DISPLAY
   ================================================================ */

/* Metric Row */
.mr_metric-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #e2e8f0;
}

.mr_metric-row:last-child {
  border-bottom: none;
}

.mr_metric-label {
  color: #64748b;
  font-weight: 500;
}

.mr_metric-value {
  font-weight: 700;
  color: #1e293b;
}

/* Metric Row Highlighted */
.mr_metric-row-highlighted {
  background: #f6fbfe;
  border: 1px solid #d3eefc;
  border-radius: 8px;
  padding: 12px;
  margin: 8px 0;
  font-weight: 500;
}

/* ================================================================
   9. CONTENT ELEMENTS
   ================================================================ */

/* Lists */
.mr_content ul {
  padding-left: 5px;
}

.mr_content li {
  margin: 4px 0;
  list-style: none;
  position: relative;
  padding-left: 12px;
}

.mr_content li:before {
  content: "•";
  color: #2196F3;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* Summary Items */
.mr_summary-item {
  border: 1px solid #dbdbdb;
  border-radius: 8px;
  padding: 25px;
  line-height: 1.8;
  color: #1e293b;
  border-top: 3px solid #3b82f6;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.mr_summary-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.mr_summary-item strong {
  font-size: 1.1em;
  margin-bottom: 10px;
}

.mr_summary-item:last-child {
  margin-bottom: 0;
}

/* Risk & Opportunity Items */
.mr_risk-item {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 8px;
  padding: 12px;
  margin: 8px 0;
}

.mr_opportunity-item {
  background: #f0fdf4;
  border: 1px solid #bbf7d0;
  border-radius: 8px;
  padding: 12px;
  margin: 8px 0;
}

/* ================================================================
   10. NEWS & MEDIA
   ================================================================ */

/* News Items */
.mr_news-item {
  border-bottom: 1px solid #f1f5f9;
  padding: 12px 0;
  margin-bottom: 12px;
}

.mr_news-title {
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 6px;
  line-height: 1.3;
}

.mr_news-link {
  text-decoration: none;
  color: inherit;
}

.mr_news-link:hover {
  color: #3b82f6;
}

.mr_news-content {
  color: #64748b;
  font-size: 13px;
  line-height: 1.4;
}

/* Date Labels */
.mr_news-date {
  color: #8b5cf6;
  font-size: 0.8em;
  margin-right: 8px;
}

.mr_blog-date {
  color: #f8963f;
  font-size: 0.8em;
  margin-right: 8px;
}

.mr_cafe-date {
  color: #00c4b3;
  font-size: 0.8em;
  margin-right: 8px;
}

/* News Scroll Box */
.mr_news-scroll-box {
  height: 400px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 15px;
}

/* ================================================================
   11. CHARTS
   ================================================================ */

.mr_chart-container {
  width: 100%;
}

.mr_chart-placeholder {
  border-radius: 12px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  color: #64748b;
  font-weight: 500;
  border: 1px solid #e2e8f0;
}

.mr_chart-placeholder--fill {
  align-items: stretch;
  justify-content: stretch;
}

.mr_chart-placeholder--fill canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}

#myChart {
  max-height: 220px;
  width: 100%;
}

#monthChart {
  max-height: 140px;
  width: 100%;
}

#weekdayChart {
  max-height: 140px;
  width: 100%;
}

/* ================================================================
   12. UI COMPONENTS
   ================================================================ */

/* Status Indicators */
.mr_status-indicator {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 8px;
}

.mr_positive {
  background-color: #10b981;
}

.mr_negative {
  background-color: #ef4444;
}

.mr_neutral {
  background-color: #f59e0b;
}

/* Tags */
.mr_tag {
  display: inline-block;
  background: #e0e7ff;
  color: #3730a3;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.9em;
  font-weight: 500;
  margin: 3px;
}

/* Progress Bar */
.mr_progress-bar {
  width: 100%;
  height: 8px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  margin: 8px 0;
}

.mr_progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #667eea, #764ba2);
  transition: width 0.3s ease;
}

/* ================================================================
   13. MODAL
   ================================================================ */

.mr_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
}

.mr_modal.mr_active {
  display: flex;
  align-items: center;
  justify-content: center;
}

.mr_modal-content {
  background: #ffffff;
  border-radius: 12px;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.mr_modal-header {
  background: #535353;
  padding: 14px 24px;
  border-bottom: 1px solid #e2e8f0;
  border-radius: 12px 12px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mr_modal-title {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
}

.mr_modal-body {
  background: #f8f8f8;
  padding: 30px;
}

.mr_close-button {
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #fff;
  transition: background 0.3s ease;
}

.mr_close-button:hover {
  color: #1e293b;
}

/* ================================================================
   14. UTILITY CLASSES
   ================================================================ */

/* Grid Layouts */
.mr_grid-2-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.mr_grid-3-col-auto {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30%, 1fr));
}

.mr_grid-2-3-split {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 30px;
}

.mr_grid-1-col {
  grid-template-columns: 1fr;
}

/* Flex Layouts */
.mr_flex-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mr_flex-center {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 8px;
}

.mr_flex-center-full {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mr_flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mr_flex-item-1 {
  flex: 1;
}

/* Text Styles */
.mr_text-center {
  text-align: center;
}

.mr_text-small {
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: -1px;
}

.mr_text-medium-title {
  font-size: 20px !important;
}

/* Links */
.mr_link-icon {
  color: #3b82f6;
  text-decoration: none;
  font-size: 1em;
  margin-left: 10px;
}

/* Borders */
.mr_border-top-light {
  border-top: 1px solid #e2e8f0;
}

.mr_border-bottom-light {
  border-bottom: 1px solid #e2e8f0;
}

.mr_border-rounded {
  border-radius: 12px;
}

.mr_border-full {
  border: 1px solid #e2e8f0;
}

/* Padding */
.mr_p-25 {
  padding: 25px;
}

.mr_p-20 {
  padding: 20px;
}

.mr_p-26-20 {
  padding: 26px 20px;
}

.mr_py-12 {
  padding: 12px 0;
}

/* Margins */
.mr_mb-15 {
  margin-bottom: 15px;
}

.mr_mb-20 {
  margin-bottom: 20px;
}

/* Backgrounds */
.mr_bg-white {
  background: #ffffff;
}

/* Colors */
.mr_color-dark {
  color: #1e293b;
}

/* Font Weight */
.mr_font-medium {
  font-weight: 500;
}

/* Box Styles */
.mr_box-white-bordered {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 26px 20px;
}

.mr_box-content {
  border-top: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e2e8f0;
}

/* Metric Item */
.mr_metric-item {
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
  color: #1e293b;
  font-weight: 500;
}

/* Progress Fill Widths */
.mr_progress-0 {
  width: 0%;
}

.mr_progress-25 {
  width: 25%;
}

.mr_progress-45 {
  width: 45%;
}

.mr_progress-68 {
  width: 68%;
}

.mr_progress-75 {
  width: 75%;
}

/* Device Icons */
.mr_device-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2em;
  margin: 0 auto 6px;
}

.mr_device-icon-mobile {
  background: #ff7f50;
}

.mr_device-icon-pc {
  background: #9b59b6;
}

.mr_device-icon-total {
  background: #3498db;
}

/* Device Labels & Values */
.mr_device-label {
  color: #64748b;
  font-size: 0.9em;
  margin-bottom: 2px;
}

.mr_device-value {
  font-size: 1em;
  font-weight: 700;
  color: #1e293b;
}

/* Demographics Box */
.mr_demographics-box {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 30px 20px;
}

/* Gender Bar */
.mr_gender-bar-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.mr_gender-bar-row-last {
  display: flex;
  align-items: center;
}

.mr_gender-label {
  color: #64748b;
  font-size: 0.9em;
  width: 120px;
}

.mr_gender-bar-container {
  flex: 1;
  height: 14px;
  background: #e2e8f0;
  border-radius: 7px;
  margin: 0 6px;
  overflow: hidden;
}

.mr_gender-bar-fill-male {
  height: 100%;
  width: 70.9%;
  background: #3b82f6;
  border-radius: 7px;
}

.mr_gender-bar-fill-female {
  height: 100%;
  width: 29.1%;
  background: #ec4899;
  border-radius: 7px;
}

/* Age Bar */
.mr_age-bar-row {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.mr_age-bar-row-last {
  display: flex;
  align-items: center;
}

.mr_age-label {
  color: #64748b;
  font-size: 0.8em;
  width: 60px;
}

.mr_age-bar-container {
  flex: 1;
  height: 10px;
  background: #e2e8f0;
  border-radius: 5px;
  margin: 0 6px;
  overflow: hidden;
}

.mr_age-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #667eea, #764ba2);
  border-radius: 5px;
}

.mr_age-value {
  color: #1e293b;
  font-size: 0.8em;
  font-weight: 600;
  width: 50px;
  text-align: right;
}

/* Age Bar Specific Widths */
.mr_age-bar-10s {
  width: 15.1%;
}

.mr_age-bar-20s {
  width: 30.0%;
}

.mr_age-bar-30s {
  width: 25.9%;
}

.mr_age-bar-40s {
  width: 18.0%;
}

.mr_age-bar-50s {
  width: 9.2%;
}

.mr_age-bar-60s {
  width: 1.8%;
}

/* Content Stats */
.mr_content-stats-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0;
}

.mr_content-stats-item {
  text-align: center;
}

.mr_content-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5em;
  font-weight: bold;
  margin: 0 auto 10px;
}

.mr_content-icon-blog {
  background: #f97316;
}

.mr_content-icon-cafe {
  background: #06b6d4;
}

.mr_content-icon-news {
  background: #8b5cf6;
}

.mr_content-stats-label {
  color: #64748b;
  font-size: 0.9em;
  margin-bottom: 5px;
}

.mr_content-stats-value {
  font-size: 1.3em;
  font-weight: 700;
  color: #1e293b;
}

.mr_content-stats-unit {
  font-size: 0.8em;
  color: #64748b;
}

/* Chart Box */
.mr_chart-box {
  padding: 26px 20px;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  height: 250px;
  position: relative;
}

.mr_chart-box-small {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 15px;
  height: 190px;
}

.mr_chart-container-large {
  height: 200px;
  max-height: 200px;
}

.mr_chart-container-medium {
  height: 150px;
  max-height: 150px;
}

/* Section Titles with Colors */
.mr_section-title-small {
  margin-bottom: 15px;
  color: #1e293b;
  font-weight: 600;
}

/* Grid with margin top */
.mr_grid-2-col-mt {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 20px;
}

/* Device bar fill variants */
.mr_device-bar-fill-mobile {
  height: 100%;
  width: 82.3%;
  background: #ff7f50;
  border-radius: 7px;
}

.mr_device-bar-fill-pc {
  height: 100%;
  width: 17.7%;
  background: #9b59b6;
  border-radius: 7px;
}

/* Tab Buttons */
.mr_tab-button {
  flex: 1;
  padding: 10px;
  border: none;
  background: none;
  font-weight: 500;
  cursor: pointer;
  color: #64748b;
  border-bottom: 2px solid transparent;
}

.mr_tab-button.mr_active {
  color: #3b82f6;
  border-bottom-color: #3b82f6;
  font-weight: 600;
}

/* Tab Container */
.mr_tab-container {
  display: flex;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 15px;
}

/* Tab Content */
.mr_tab-content {
  display: block;
}

.mr_tab-content.mr_hidden {
  display: none;
}

/* Height Variants */
.mr_h-250 {
  height: 250px;
}

.mr_h-300 {
  height: 300px;
}

.mr_h-340 {
  height: 340px;
}

/* Scroll Box Variants */
.mr_scroll-box-300 {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 15px;
}

.mr_scroll-box-340 {
  height: 340px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 15px;
}

/* Box Variants */
.mr_box-bordered {
  border-radius: 12px;
  padding: 25px;
  border: 1px solid #e2e8f0;
}

/* Section Divider */
.mr_section-divider {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f4f8;
}

/* Image Full Width */
.mr_img-full {
  width: 100%;
}

.mr_img-center {
  margin: auto;
}

/* Padding Variants */
.mr_py-12-plain {
  padding: 12px 0;
}

.mr_py-12-border {
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}

/* Margin Top */
.mr_mt-20 {
  margin-top: 20px;
}

/* Border Variants */
.mr_border-light {
  border: 1px solid rgb(240, 240, 240);
}

/* Grid 2:3 with double quote fix */
.mr_grid-2-3 {
  grid-template-columns: 2fr 3fr;
}

/* Grid 2:3 with gap */
.mr_grid-2-3-gap {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 25px;
}

/* Grid 1:2 with gap and padding */
.mr_grid-1-2-gap {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 20px;
}

/* Image Container */
.mr_image-container {
  height: 410px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

/* Info Box */
.mr_info-box {
  margin: 10px 0;
  padding: 8px;
  background: #f1f5f9;
  border-radius: 6px;
  font-size: 0.8em;
  color: #64748b;
}

/* Padding with border bottom and space */
.mr_py-12-border-spaced {
  padding: 12px 0;
  border-bottom: 1px solid #e2e8f0;
}

/* Hero Section */
.landing_hero {
  background: #000;
  color: white;
  padding: 140px 20px 240px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Background Video */
.landing_hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.6;
  transform: scale(1.0) translateY(0px);
}

/* Overlay for better text readability */
.landing_hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.landing_hero-content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.landing_hero h1 {
  font-size: 3.5rem;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.2;
}

.landing_hero .landing_subtitle {
  font-size: 1.5rem;
  margin-bottom: 40px;
  opacity: 0.95;
  font-weight: 440;
}

.lan_flipclock {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}
.lan_flip-group {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.lan_flip-glabel {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    color: var(--gray-light);
}
.lan_flip-glabel-accent {
    color: var(--primary-light);
}
.lan_flip-sep {
    width: 1px;
    background: rgba(255,255,255,0.12);
}
.lan_flip-digits {
    display: flex;
    gap: 3px;
}
.lan_flip-digit {
    position: relative;
    width: 38px;
    height: 56px;
}
.lan_flip-half {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #1e1e1e;
}
.lan_flip-half span {
    font-size: 2rem;
    font-weight: 500;
    color: var(--white);
    line-height: 56px;
    font-variant-numeric: tabular-nums;
}
.lan_flip-half-top {
    top: 0;
    border-radius: 6px 6px 0 0;
    animation: lanFlipTop 0.5s ease-out both;
}
.lan_flip-half-bottom {
    bottom: 0;
    background: #141414;
    border-top: 1px solid #000;
    border-radius: 0 0 6px 6px;
    animation: lanFlipBottom 0.7s ease-out both;
}
.lan_flip-half-bottom span {
    margin-top: -28px;
}
.lan_flip-digit-accent .lan_flip-half {
    background: #241a3d;
    border: 1px solid var(--primary);
}
.lan_flip-digit-accent .lan_flip-half-top {
    border-bottom: none;
}
.lan_flip-digit-accent .lan_flip-half-bottom {
    background: #1a1330;
    border-top: 1px solid #000;
}
@keyframes lanFlipTop {
    0%   { transform: rotateX(90deg); }
    100% { transform: rotateX(0deg); }
}
@keyframes lanFlipBottom {
    0%   { transform: rotateX(-90deg); }
    60%  { transform: rotateX(-90deg); }
    100% { transform: rotateX(0deg); }
}
.lan_flip-group:nth-child(3) .lan_flip-half { animation-delay: 0.1s; }
.lan_flip-group:nth-child(5) .lan_flip-half { animation-delay: 0.2s; }

/* Container */
.landing_container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Section */
.landing_section {
  padding: 100px 20px;
}

.landing_section-alt {
  background: #f8fafc;
}

.landing_section-dark {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
}

.landing_section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.landing_section-dark .landing_section-title {
  color: #fff;
}

.landing_section-description {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 60px;
  opacity: 0.8;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Feature Cards */
.landing_feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.landing_feature-card {
  background: white;
  border-radius: 14px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  border: 1px solid rgba(30, 60, 114, 0.08);
  position: relative;
  overflow: hidden;
  border-top: 4px solid #c2a8f0;
}


.landing_section-dark .landing_feature-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.landing_section-dark .landing_feature-card::before {
  background: linear-gradient(90deg, #93c5fd, #60a5fa, #3b82f6);
}

.landing_feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 4px 20px rgb(125 52 255 / 10%);
}

.landing_feature-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f5f0ff 0%, #fbf9ff 100%);
  border-radius: 8px;
  font-size: 2.5rem;
}

.landing_section-dark .landing_feature-icon {
  background: linear-gradient(135deg, rgba(96, 165, 250, 0.2), rgba(59, 130, 246, 0.2));
}

.landing_feature-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.landing_feature-description {
  font-size: 0.95rem;
  opacity: 0.8;
}

/* Report Categories */
.landing_report-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 50px;
}

.landing_report-item {
  background: white;
  border-radius: 20px;
  padding: 30px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgba(30, 60, 114, 0.08);
  position: relative;
  overflow: hidden;
}



.landing_report-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 20px rgb(125 52 255 / 15%);
}

.landing_report-icon {
  text-align: right;
  margin-top: 20px;
}

.landing_report-icon img {
  display: inline-block;
  width: 120px;
  height: auto;
}

.landing_report-category {
  display: inline-block;
  background: #7947f4;
  color: #ffffff;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 440;
  margin-bottom: 12px;
}

.landing_report-title {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 10px;
  color: #333;
}

.landing_report-description {
  font-size: 015px;
  color: #666;
  margin-bottom: 20px;
}

.landing_report-pictogram {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}

.landing_report-pictogram svg {
  width: 50px;
  height: 50px;
  opacity: 0.4;
}

/* Monthly Report Items */
.landing_monthly-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin-top: 40px;
}

.landing_monthly-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  padding: 25px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
}

.landing_monthly-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
}

.landing_monthly-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(147, 197, 253, 0.3), rgba(96, 165, 250, 0.3));
  border-radius: 8px;
  font-size: 1.8rem;
}

.landing_monthly-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.landing_monthly-description {
  font-size: 0.95rem;
  opacity: 0.8;
}

/* Analysis Steps */
.landing_analysis-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.landing_step-card {
  background: white;
  border-radius: 20px;
  padding: 35px;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border: 1px solid rgb(119, 95, 223, 0.2);
  transition: all 0.3s ease;
}

.landing_step-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(125, 52, 255, 0.15);
}

.landing_step-number {
  position: absolute;
  top: -15px;
  left: 30px;
  background: linear-gradient(135deg, #965afe, #7033dd);
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.3rem;
}

.landing_step-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin: 20px 0 15px;
  color: #333;
}

.landing_step-description {
  font-size: 0.95rem;
  color: #555;
}

/* Strategy Points */
.landing_strategy-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.landing_strategy-item {
  background: white;
  border-radius: 20px;
  padding: 30px;
  border: 1px solid rgba(206, 181, 252, 0.34);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.landing_strategy-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 20px rgba(125, 52, 255, 0.1);
}

.landing_strategy-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #f8f3ff 0%, #ede3ff 100%);
  border-radius: 8px;
  font-size: 2.2rem;
}

.landing_strategy-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 12px;
  color: #333;
}

.landing_strategy-description {
  font-size: 0.95rem;
  color: #555;
}

/* Quote Section */
.landing_quote-section {
  background: linear-gradient(135deg, #7e22ce 0%, #1e3c72 100%);
  color: white;
  padding: 100px 20px;
  text-align: center;
  background: url(https://pharossoft.co.kr/img/bg2.jpg);
  background-position-y: top;
}

.landing_quote-text {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.5;
  max-width: 900px;
  margin: 0 auto;
}

.landing_quote-subtext {
  font-size: 1.2rem;
  margin-top: 30px;
  opacity: 0.9;
}

.landing_hero h1,
.landing_hero .landing_subtitle,
.landing_hero .landing_hero-content>div,
.landing_hero .landing_hero-content>div p {
  opacity: 0;
  transform: translateY(30px);
}

/* Hero Section 애니메이션 */
.landing_hero h1 {
  animation: fadeInUp 0.8s ease-out 0.5s forwards;
}

.landing_hero .landing_subtitle {
  animation: fadeInUp 0.8s ease-out 0.8s forwards;
}

.landing_hero .landing_hero-content>div {
  animation: fadeInUp 0.8s ease-out 1.1s forwards;
}

.landing_hero .landing_hero-content>div p {
  animation: fadeInUp 0.8s ease-out 1.4s forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* 첫 번째 섹션(보트랩 리포트) - CSS 애니메이션으로만 처리 */
.landing_section:first-of-type .landing_section-title {
  animation: fadeInUp 0.8s ease-out 2.5s forwards;
  opacity: 0;
  transform: translateY(30px);
}

.landing_section:first-of-type .landing_section-description {
  animation: fadeInUp 0.8s ease-out 2.8s forwards;
  opacity: 0;
  transform: translateY(30px);
}

.landing_section:first-of-type .landing_report-item:nth-child(1) {
  animation: fadeInUp 0.8s ease-out 3.1s forwards;
  opacity: 0;
  transform: translateY(30px);
}

.landing_section:first-of-type .landing_report-item:nth-child(2) {
  animation: fadeInUp 0.8s ease-out 3.3s forwards;
  opacity: 0;
  transform: translateY(30px);
}

.landing_section:first-of-type .landing_report-item:nth-child(3) {
  animation: fadeInUp 0.8s ease-out 3.5s forwards;
  opacity: 0;
  transform: translateY(30px);
}

.landing_section:first-of-type .landing_report-item:nth-child(4) {
  animation: fadeInUp 0.8s ease-out 3.7s forwards;
  opacity: 0;
  transform: translateY(30px);
}

.landing_section:first-of-type .landing_report-item:nth-child(5) {
  animation: fadeInUp 0.8s ease-out 3.9s forwards;
  opacity: 0;
  transform: translateY(30px);
}

.landing_section:first-of-type .landing_report-item:nth-child(6) {
  animation: fadeInUp 0.8s ease-out 4.1s forwards;
  opacity: 0;
  transform: translateY(30px);
}

.landing_section:first-of-type .landing_report-item:nth-child(7) {
  animation: fadeInUp 0.8s ease-out 4.3s forwards;
  opacity: 0;
  transform: translateY(30px);
}

/* Scroll Animation (나머지 섹션들) */
.landing_fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

.landing_fade-in.landing_visible {
  opacity: 1;
  transform: translateY(0);
}

/* 섹션별 순차 애니메이션 딜레이 */
/* 타이틀 */
.landing_section-title.landing_fade-in {
  transition-delay: 0s;
}

/* 설명 */
.landing_section-description.landing_fade-in {
  transition-delay: 0.2s;
}

/* 카드들 - 각각 딜레이 */
.landing_monthly-grid .landing_fade-in:nth-child(1) {
  transition-delay: 0.4s;
}

.landing_monthly-grid .landing_fade-in:nth-child(2) {
  transition-delay: 0.5s;
}

.landing_monthly-grid .landing_fade-in:nth-child(3) {
  transition-delay: 0.6s;
}

.landing_monthly-grid .landing_fade-in:nth-child(4) {
  transition-delay: 0.7s;
}

.landing_monthly-grid .landing_fade-in:nth-child(5) {
  transition-delay: 0.8s;
}

.landing_monthly-grid .landing_fade-in:nth-child(6) {
  transition-delay: 0.9s;
}

.landing_monthly-grid .landing_fade-in:nth-child(7) {
  transition-delay: 1s;
}

.landing_monthly-grid .landing_fade-in:nth-child(8) {
  transition-delay: 1.1s;
}

.landing_monthly-grid .landing_fade-in:nth-child(9) {
  transition-delay: 1.2s;
}

.landing_feature-grid .landing_fade-in:nth-child(1) {
  transition-delay: 0.4s;
}

.landing_feature-grid .landing_fade-in:nth-child(2) {
  transition-delay: 0.5s;
}

.landing_feature-grid .landing_fade-in:nth-child(3) {
  transition-delay: 0.6s;
}

.landing_feature-grid .landing_fade-in:nth-child(4) {
  transition-delay: 0.7s;
}

.landing_analysis-steps .landing_fade-in:nth-child(1) {
  transition-delay: 0.4s;
}

.landing_analysis-steps .landing_fade-in:nth-child(2) {
  transition-delay: 0.5s;
}

.landing_analysis-steps .landing_fade-in:nth-child(3) {
  transition-delay: 0.6s;
}

.landing_analysis-steps .landing_fade-in:nth-child(4) {
  transition-delay: 0.7s;
}

.landing_analysis-steps .landing_fade-in:nth-child(5) {
  transition-delay: 0.8s;
}

.landing_strategy-list .landing_fade-in:nth-child(1) {
  transition-delay: 0.4s;
}

.landing_strategy-list .landing_fade-in:nth-child(2) {
  transition-delay: 0.5s;
}

.landing_strategy-list .landing_fade-in:nth-child(3) {
  transition-delay: 0.6s;
}

.landing_strategy-list .landing_fade-in:nth-child(4) {
  transition-delay: 0.7s;
}

.landing_strategy-list .landing_fade-in:nth-child(5) {
  transition-delay: 0.8s;
}

.landing_strategy-list .landing_fade-in:nth-child(6) {
  transition-delay: 0.9s;
}

.lan_hero-label {
  display: inline-block;
  padding: 8px 20px;
  background: rgba(124, 58, 237, 0.1);
  border: 1px solid rgba(124, 58, 237, 0.2);
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 30px;
  animation: fadeInUp 1s ease forwards;
}

.lan_scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  animation: bounce 2s infinite;
}

.lan_scroll-indicator span {
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--gray-light);
}

.lan_scroll-indicator::after {
  content: '';
  width: 1px;
  height: 60px;
  background: linear-gradient(to bottom, var(--primary), transparent);
}

@keyframes bounce {

  0%,
  100% {
    transform: translateX(-50%) translateY(0);
  }

  50% {
    transform: translateX(-50%) translateY(10px);
  }
}

/* Section Common */
.layout2 {
  --primary: #7C3AED;
  --primary-dark: #6D28D9;
  --primary-light: #A78BFA;
  --secondary: #EC4899;
  --secondary-light: #F472B6;
  --accent: #10B981;
  --dark: #1F2937;
  --dark-light: #374151;
  --gray: #6B7280;
  --gray-light: #9CA3AF;
  --gray-lighter: #E5E7EB;
  --light: #F3F4F6;
  --lighter: #F9FAFB;
  --white: #FFFFFF;
  --gradient-primary: linear-gradient(135deg, #7C3AED 0%, #EC4899 100%);
  --gradient-secondary: linear-gradient(135deg, #A78BFA 0%, #F472B6 100%);
  --gradient-light: linear-gradient(180deg, #F9FAFB 0%, #F3F4F6 100%);
}

.lan_section section {
  padding: 120px 60px;
  position: relative;
}

.lan_section-header {
  text-align: center;
  margin-bottom: 80px;
}

.lan_section-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 20px;
}

.lan_section-title {
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--dark);
}

.lan_section-desc {
  font-size: 18px;
  color: var(--gray);
  max-width: 700px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 1.8;
}

/* Report Section */
.lan_report {
  background: var(--white);
}

.lan_report-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1400px;
  margin: 0 auto;
}

.lan_report-item {
  background: var(--white);
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease;
  cursor: pointer;
  border-radius: 16px;
  border: 1px solid var(--gray-lighter);
}

.lan_report-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.lan_report-item:hover::before {
  transform: scaleX(1);
}

.lan_report-item:hover {
  background: rgba(124, 58, 237, 0.03);
  border-color: rgba(124, 58, 237, 0.2);
  box-shadow: 0 10px 40px rgba(124, 58, 237, 0.1);
  transform: translateY(-5px);
}

.lan_report-icon {
  width: 50px;
  height: 50px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  transition: all 0.5s ease;
}

.lan_report-item:hover .lan_report-icon {
  background: var(--gradient-primary);
}

.lan_report-icon svg {
  width: 24px;
  height: 24px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 2;
  transition: stroke 0.5s ease;
}

.lan_report-item:hover .lan_report-icon svg {
  stroke: var(--white);
}

.lan_report-title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 12px;
  color: var(--dark);
}

.lan_report-desc {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.8;
}

/* Monthly Report Section */
.lan_monthly {
  background: var(--lighter);
}

.lan_monthly-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}

.lan_monthly-visual {
  position: relative;
  height: 500px;
}

.lan_monthly-circle {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(124, 58, 237, 0.2);
  animation: rotate 20s linear infinite;
}

.lan_monthly-circle:nth-child(1) {
  width: 400px;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lan_monthly-circle:nth-child(2) {
  width: 300px;
  height: 300px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-direction: reverse;
  animation-duration: 15s;
  border-color: rgba(236, 72, 153, 0.2);
}

.lan_monthly-circle:nth-child(3) {
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-duration: 10s;
}

@keyframes rotate {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.lan_monthly-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  background: var(--gradient-primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 60px rgba(124, 58, 237, 0.3);
}

.lan_monthly-center svg {
  width: 50px;
  height: 50px;
  stroke: var(--white);
  fill: none;
  stroke-width: 1.5;
}

.lan_monthly-text h3 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.3;
  color: var(--dark);
}

.lan_monthly-text h3 span {
  color: var(--primary);
}

.lan_monthly-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 30px;
}

.lan_monthly-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 15px;
  background: var(--white);
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid var(--gray-lighter);
}

.lan_monthly-item:hover {
  border-color: rgba(124, 58, 237, 0.3);
  box-shadow: 0 5px 20px rgba(124, 58, 237, 0.08);
}

.lan_monthly-item-icon {
  width: 32px;
  height: 32px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lan_monthly-item-icon svg {
  width: 16px;
  height: 16px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 2;
}

.lan_monthly-item span {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}

/* Dashboard Section */
.lan_dashboard {
  background: var(--white);
}

.lan_dashboard-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.lan_dashboard-card {
  background: var(--white);
  border: 1px solid var(--gray-lighter);
  border-radius: 20px;
  padding: 50px 40px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.lan_dashboard-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--gradient-primary);
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: -1;
}

.lan_dashboard-card:hover {
  transform: translateY(-10px);
  border-color: transparent;
  box-shadow: 0 30px 60px rgba(124, 58, 237, 0.15);
}

.lan_dashboard-card:hover::before {
  opacity: 0.03;
}

.lan_dashboard-icon {
  width: 70px;
  height: 70px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  transition: all 0.5s ease;
}

.lan_dashboard-card:hover .lan_dashboard-icon {
  background: var(--gradient-primary);
}

.lan_dashboard-icon svg {
  width: 35px;
  height: 35px;
  stroke: var(--primary);
  fill: none;
  transition: stroke 0.5s ease;
}

.lan_dashboard-card:hover .lan_dashboard-icon svg {
  stroke: var(--white);
}

.lan_dashboard-card h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--dark);
}

.lan_dashboard-card p {
  font-size: 15px;
  color: var(--gray);
  line-height: 1.8;
}

/* Analysis Section */
.lan_analysis {
  background: var(--lighter);
}

.lan_analysis-content {
  max-width: 1400px;
  margin: 0 auto;
}

.lan_analysis-main {
  text-align: center;
  margin-bottom: 60px;
}

.lan_analysis-main h3 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color: var(--dark);
}

.lan_analysis-main p {
  font-size: 17px;
  color: var(--gray);
  line-height: 1.8;
  max-width: 800px;
  margin: 0 auto;
}

.lan_analysis-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

.lan_analysis-item {
  background: var(--white);
  border: 1px solid var(--gray-lighter);
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.4s ease;
}

.lan_analysis-item:hover {
  border-color: rgba(124, 58, 237, 0.3);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(124, 58, 237, 0.1);
}

.lan_analysis-item-number {
  font-size: 36px;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 15px;
}

.lan_analysis-item h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--dark);
}

.lan_analysis-item p {
  font-size: 13px;
  color: var(--gray);
  line-height: 1.6;
}

/* Prediction Section */
.lan_prediction {
  background: var(--white);
}

.lan_prediction-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  max-width: 1400px;
  margin: 0 auto;
  align-items: center;
}

.lan_prediction-text h3 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  color: var(--dark);
}

.lan_prediction-text h3 span {
  color: var(--primary);
}

.lan_prediction-text>p {
  font-size: 17px;
  color: var(--gray);
  line-height: 1.8;
  margin-bottom: 30px;
}

.lan_prediction-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.lan_prediction-feature {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px;
  background: var(--lighter);
  border-radius: 12px;
  border-left: 3px solid var(--primary);
  transition: all 0.3s ease;
}

.lan_prediction-feature:hover {
  background: rgba(124, 58, 237, 0.05);
}

.lan_prediction-feature-icon {
  width: 40px;
  height: 40px;
  background: rgba(124, 58, 237, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lan_prediction-feature-icon svg {
  width: 20px;
  height: 20px;
  stroke: var(--primary);
  fill: none;
  stroke-width: 2;
}

.lan_prediction-feature-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--dark);
}

.lan_prediction-feature-content p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.6;
}

.lan_prediction-visual {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lan_prediction-chart {
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background: conic-gradient(var(--primary) 0deg 120deg,
      var(--secondary) 120deg 220deg,
      var(--gray-lighter) 220deg 360deg);
  position: relative;
  animation: chartRotate 30s linear infinite;
}

@keyframes chartRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.lan_prediction-chart::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  background: var(--white);
  border-radius: 50%;
}

.lan_prediction-chart-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.lan_prediction-chart-center span {
  font-size: 48px;
  font-weight: 800;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lan_prediction-chart-center p {
  font-size: 14px;
  color: var(--gray);
}

/* Strategy Section */
.lan_strategy {
  background: var(--lighter);
}

.lan_strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}

.lan_strategy-card {
  background: var(--white);
  border: 1px solid var(--gray-lighter);
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.5s ease;
  position: relative;
  overflow: hidden;
}

.lan_strategy-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--gradient-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.lan_strategy-card:hover::before {
  transform: scaleX(1);
}

.lan_strategy-card:hover {
  border-color: rgba(124, 58, 237, 0.2);
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(124, 58, 237, 0.1);
}

.lan_strategy-number {
  font-size: 56px;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.2) 0%, rgba(236, 72, 153, 0.2) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}

.lan_strategy-card:hover .lan_strategy-number {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  background-clip: text;
}

.lan_strategy-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
  color: var(--dark);
}

.lan_strategy-card p {
  font-size: 14px;
  color: var(--gray);
  line-height: 1.8;
}

/* Vision Section */
.lan_vision {
  background: var(--white);
  text-align: center;
}

.lan_vision-statement {
  max-width: 900px;
  margin: 0 auto 60px;
}

.lan_vision-quote {
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 300;
  line-height: 1.6;
  color: var(--dark);
  position: relative;
  padding: 0 10px;
}

.lan_vision-quote::before,
.lan_vision-quote::after {

  font-family: "RemixIcon";
  font-size: 50px;
  color: var(--primary);
  opacity: 0.2;
  position: absolute;
}


.lan_vision-quote::before {
  content: "\ec51";
  top: -30px;
  left: 80px;
}

.lan_vision-quote::after {
  content: "\ec52";
  bottom: -30px;
  right: 80px;
}

.lan_vision-sub {
  font-size: 18px;
  color: var(--gray);
  margin-top: 40px;
  line-height: 1.8;
}

.lan_vision-highlight {
  display: inline-block;
  padding: 20px 40px;
  background: rgba(124, 58, 237, 0.05);
  border-left: 3px solid var(--primary);
  font-size: 17px;
  color: var(--primary);
  margin-top: 40px;
  text-align: left;
}

/* Contact Section */
.lan_contact {
  background: var(--gradient-light);
  text-align: center;
}

.lan_contact-cta {
  max-width: 800px;
  margin: 0 auto;
}

.lan_contact-cta h3 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--dark);
}

.lan_contact-cta p {
  font-size: 18px;
  color: var(--gray);
  margin-bottom: 40px;
}

.lan_contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 20px 50px;
  background: var(--gradient-primary);
  color: var(--white);
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 50px;
  transition: all 0.4s ease;
  box-shadow: 0 10px 40px rgba(124, 58, 237, 0.3);
}

.lan_contact-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 50px rgba(124, 58, 237, 0.4);
}

.lan_contact-btn svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  fill: none;
  transition: transform 0.3s ease;
}

.lan_contact-btn:hover svg {
  transform: translateX(5px);
}

.lan_contact-info {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
}

.lan_contact-info-item {
  text-align: center;
}

.lan_contact-info-item span {
  display: block;
  font-size: 12px;
  color: var(--gray-light);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.lan_contact-info-item p {
  font-size: 16px;
  color: var(--dark);
}

/* Footer */
.lan_footer {
  background: var(--dark);
  padding: 60px;
}

.lan_footer-content {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}

.lan_footer-left {
  text-align: left;
}

.lan_footer-logo {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 2px;
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
}

.lan_footer-tagline {
  font-size: 14px;
  color: var(--gray-light);
}

.lan_footer-links {
  display: flex;
  gap: 30px;
}

.lan_footer-links a {
  color: var(--gray-light);
  text-decoration: none;
  font-size: 13px;
  transition: color 0.3s ease;
}

.lan_footer-links a:hover {
  color: var(--primary-light);
}

.lan_footer-copy {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: var(--gray);
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Mobile Menu */
.lan_mobile-menu-btn {
  display: none;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
  z-index: 1001;
}

.lan_mobile-menu-btn span {
  width: 30px;
  height: 2px;
  background: var(--dark);
  transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 1200px) {
  .lan_report-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lan_dashboard-cards,
  .lan_strategy-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lan_analysis-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 992px) {
  section {
    padding: 80px 30px;
  }

  .lan_nav {
    padding: 20px 30px;
  }

  .lan_monthly-content,
  .lan_prediction-content {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .lan_monthly-visual,
  .lan_prediction-visual {
    height: 350px;
    order: -1;
  }

  .lan_analysis-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lan_nav-links {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 30px;
  }

  .lan_nav-links.lan_active {
    display: flex;
  }

  .lan_mobile-menu-btn {
    display: flex;
  }

  .lan_report-grid,
  .lan_dashboard-cards,
  .lan_strategy-grid,
  .lan_analysis-grid {
    grid-template-columns: 1fr;
  }

  .lan_report-item {
    padding: 30px 25px;
  }

  .lan_monthly-items {
    grid-template-columns: 1fr;
  }

  .lan_footer-content {
    flex-direction: column;
    text-align: center;
  }

  .lan_footer-left {
    text-align: center;
  }

  .lan_footer-links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .lan_contact-info {
    flex-direction: column;
    gap: 30px;
  }
}

/* Quote Section */
.landing_quote-text.landing_fade-in {
  transition-delay: 0s;
}

.landing_quote-subtext.landing_fade-in {
  transition-delay: 0.2s;
}

.camppro_box {
  border-bottom: 1px solid #f0f0f0;
}

.camp_profile-reg {
  margin-top: 20px;
}

.camp_profile {
  margin: 0 20px;
  margin-top: 20px;
  border: 1px solid #b8a7de;
  border-radius: 12px;
  padding: 30px 20px;
}


.camp_profile .profile-title {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 5px;
}

.camp_profile .profile-left {
  width: 170px;
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.camp_profile .party-logo {
  height: 30px;
}

.camp_profile .profile-info-box {
  background: none;
  padding: 15px 0px 0px 5px;
}

.camp_profile .profile-left .photoimg {
  width: 90px;
  height: 120px;
  /*object-fit: fill;*/

}

.camp_profile .profile-info-box .profile-info-list {
  gap: 1px;
}

.campprofile_edit_btn {
  border: 1px solid #c6b1ed;
  font-size: 12px;
  color: #555;
  padding: 2px 8px;
  border-radius: 4px;
}

/* 베이스캠프 */
.baseCamp_container {
  position: relative;
  /* background: url(../images/contents/bc_map.png) no-repeat 0 0; */
  margin-top: 20px;
  border-radius: 8px;
}

/* 지도 영역 - camp.tpl의 #map_hjgy에만 적용 (body.camp 페이지 한정) */
body.camp .baseCamp_container.map-area#map_hjgy {
  height: 900px !important;
  min-height: 900px !important;
  max-height: 900px !important;
}

.baseCamp_map-area {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.baseCamp_map-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#map_hjgy {
  background-color: #fff;
}

/* map_hjgy 지도 컨테이너 강제 설정 - camp.tpl 페이지에만 적용 */
body.camp #map_hjgy {
  height: 900px !important;
  min-height: 900px !important;
  max-height: 900px !important;
  width: 100% !important;
  position: relative !important;
  overflow: hidden !important;
  background-color: #dee0d1 !important;
}

body.camp #map_hjgy .leaflet-container {
  height: 900px !important;
  width: 100% !important;
  background-color: #dee0d1 !important;
}

/* SVG 지역 스타일 */
.baseCamp_region {
  fill: #e8ecf0;
  stroke: white;
  stroke-width: 2;
  cursor: pointer;
  transition: all 0.2s;
}

.baseCamp_region:hover {
  fill: #4285f4;
  opacity: 0.7;
}

.baseCamp_region.baseCamp_selected {
  fill: #4285f4;
  opacity: 0.9;
}

.baseCamp_region-label {
  font-size: 14px;
  font-weight: 600;
  fill: #2c3e50;
  pointer-events: none;
  text-anchor: middle;
}

/* 툴팁 컨테이너 - 오른쪽 하단 플로팅 */
.baseCamp_tooltip-container {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 360px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

.baseCamp_tooltip-container.baseCamp_active {
  opacity: 1;
  pointer-events: auto;
}

.baseCamp_tooltip-content {
  background: #00000080;
  border-radius: 12px;
  padding: 20px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.baseCamp_tooltip-content.baseCamp_active {
  opacity: 1 !important;
  visibility: visible !important;
}

/* 헤더 섹션 */
.baseCamp_header-section {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin: 16px;
  margin-top: 0px;
  padding: 20px;
  position: relative;
}

.baseCamp_region-header {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 12px;
}

.baseCamp_building-icon {
  font-size: 18px;
  color: #6c757d;
}

.baseCamp_region-name {
  font-size: 18px;
  font-weight: 700;
  color: #2c3e50;
}

.baseCamp_voters-info {
  display: flex;
  align-items: center;
  gap: 8px;
}

.baseCamp_voters-icon {
  font-size: 16px;
  color: #4285f4;
}

.baseCamp_voters-text {
  font-size: 14px;
}

.baseCamp_grade-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #e8f5e8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(40, 167, 69, 0.15);
}

.baseCamp_shield-icon {
  font-size: 24px;
  margin-bottom: 2px;
}

.baseCamp_grade-text {
  font-size: 12px;
  font-weight: 600;
  color: #28a745;
}

.baseCamp_grade-number {
  font-size: 20px;
  font-weight: 700;
  color: #28a745;
}

.baseCamp_target-section {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.baseCamp_target-number {
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
}

.baseCamp_achievement-rate {
  font-size: 14px;
  font-weight: 600;
}

.baseCamp_achievement-rate.baseCamp_low {
  color: #e74c3c;
}

.baseCamp_achievement-rate.baseCamp_medium {
  color: #f39c12;
}

.baseCamp_achievement-rate.baseCamp_high {
  color: #28a745;
}

/* 콘텐츠 섹션 */
.baseCamp_content {
  padding: 0 16px;
}

.baseCamp_section {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.baseCamp_section:last-child {
  margin-bottom: 0;
}

.baseCamp_section-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 13px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #e9ecef;
  cursor: pointer;
}

.baseCamp_section-icon {
  font-size: 16px;
}

.baseCamp_section-title {
  font-size: 15px;
  font-weight: 700;
  color: #2c3e50;
  flex: 1;
}

.baseCamp_dropdown-arrow {
  font-size: 16px;
  color: #6c757d;
  transition: transform 0.2s;
  font-weight: 300;
}

.baseCamp_section.baseCamp_collapsed .baseCamp_dropdown-arrow {
  transform: rotate(180deg);
}

.baseCamp_section-content {
  padding: 20px;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #fff;
}

.baseCamp_section.baseCamp_collapsed .baseCamp_section-content {
  max-height: 0;
  padding: 0 20px;
}

/* 과거 선거 분석 */
.baseCamp_election-results {
  display: flex;
  gap: 20px;
}

.baseCamp_candidate {
  flex: 1;
}

.baseCamp_candidate-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.baseCamp_party-icon {
  font-size: 14px;
}

.baseCamp_party-name {
  font-size: 13px;
  color: #6c757d;
  font-weight: 600;
}

.baseCamp_vote-percentage {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
}

.baseCamp_vote-count {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #6c757d;
}

.baseCamp_vote-info {
  display: flex;
  align-items: baseline;
  gap: 4px;
  font-size: 14px;
}

.baseCamp_vote-percentage {
  font-size: 18px;
  font-weight: 700;
}

.baseCamp_vote-slash {
  color: #9aa0a6;
}

.baseCamp_org-buttons {
  display: flex;
  gap: 6px;
  margin-left: auto;
  margin-right: 8px;
}

.baseCamp_org-btn {
  padding: 4px 2px;
  border: 1px solid #dadce0;
  border-radius: 4px;
  background: white;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  width: 30px;
}

.baseCamp_add-btn {
  color: #5d5d5d;
  border-color: #dbdbdb;
}

.baseCamp_add-btn:hover {
  background: #e9e9e9;
}

.baseCamp_delete-btn {
  color: #5d5d5d;
  border-color: #dbdbdb;
}

.baseCamp_delete-btn:hover {
  background: #e9e9e9;
}

.baseCamp_add-form {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 16px;
}

.baseCamp_form-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  font-size: 13px;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.baseCamp_form-input:focus {
  outline: none;
  border-color: #1976d2;
}

.baseCamp_form-buttons {
  display: flex;
  gap: 8px;
}

.baseCamp_form-save,
.baseCamp_form-cancel {
  flex: 1;
  padding: 8px;
  border: none;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.baseCamp_form-save {
  background: #1976d2;
  color: white;
}

.baseCamp_form-cancel {
  background: #e0e0e0;
  color: #333;
}

.baseCamp_manager-card {
  position: relative;
  transition: background 0.2s;
}

.baseCamp_manager-card:hover {
  background: #f8f9fa;
}

.baseCamp_delete-x {
  position: absolute;
  top: 3px;
  left: 0px;
  width: 16px;
  height: 16px;
  background: #d32f2f;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
}

.baseCamp_delete-x:hover {
  background: #b71c1c;
  transform: scale(1.1);
}


.baseCamp_blue-candidate .baseCamp_vote-percentage {
  color: #4285f4;
}

.baseCamp_red-candidate .baseCamp_vote-percentage {
  color: #ea4335;
}


.baseCamp_progress-bar {
  height: 8px;
  background: #cbcbcb;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  margin-bottom: 4px;
}

.baseCamp_progress-fill {
  height: 100%;
  position: absolute;
  top: 0;
}

.baseCamp_blue-progress {
  background: #4285f4;
}

.baseCamp_red-progress {
  background: #ea4335;
}

.baseCamp_progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #6c757d;
  margin-bottom: 6px;
}

.baseCamp_result-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 12px;
  padding: 4px 12px;
  background: #fafafb;
  border: 1px solid #ebedef;
  border-radius: 50px;
  text-align: center;
  margin: 0px auto 0px auto;
}

/* 메모 섹션 */
.baseCamp_memo-item {
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 12px;
  background: #fefefe;
}

.baseCamp_memo-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.baseCamp_memo-tags {
  display: flex;
  gap: 6px;
  flex: 1;
}

.baseCamp_memo-tag {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  padding: 4px 8px;
  border-radius: 12px;
  font-weight: 600;
}

.baseCamp_tag-fire {
  background: #ffe8e6;
  color: #d93025;
}

.baseCamp_tag-folder {
  background: #e8f5e8;
  color: #137333;
}

.baseCamp_memo-date {
  font-size: 11px;
  color: #9aa0a6;
}

.baseCamp_memo-content {
  font-size: 13px;
  color: #3c4043;
  line-height: 1.5;
}

/* 지역 조직 */
.baseCamp_manager-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 5px;
  margin-bottom: 6px;
}

.baseCamp_manager-card {
  display: flex;
  align-items: center;
  gap: 10px;
}

.baseCamp_manager-icon {
  font-size: 16px;
}

.baseCamp_manager-details h4 {
  margin: 0 0 4px 0;
  font-size: 14px;
  font-weight: 600;
  color: #2c3e50;
}

.baseCamp_manager-details span {
  font-size: 12px;
  color: #6c757d;
  font-weight: normal;
}

.baseCamp_manager-contact {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #6c757d;
  margin: 2px 0;
}

.baseCamp_contact-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  background: #f8f9fa;
  border-radius: 8px;
}

.baseCamp_contact-icon {
  font-size: 14px;
  color: #6c757d;
}

.baseCamp_contact-text {
  font-size: 13px;
  color: #6c757d;
}

.baseCamp_contact-date {
  margin-left: auto;
  font-size: 13px;
  color: #6c757d;
  font-weight: 600;
}

/* 컨트롤 패널 삭제됨 */

/* 지역 정보 카드 */
.baseCamp_info-cards-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  position: absolute;
  padding: 0 20px;
  top: 20px;
  z-index: 999;
}

.baseCamp_info-card {
  background: #ffffffeb;
  border: 1px solid #b7b7b7;
  border-radius: 6px;
  padding: 10px 16px;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.baseCamp_info-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
}

.baseCamp_info-card-icon {
  font-size: 13px;
  color: #673AB7;
}

.baseCamp_info-card-title {
  font-size: 13px;
  color: #5f6368;
  font-weight: 600;
}

.baseCamp_info-card-value {
  font-size: 15px;
  font-weight: 700;
  color: #202124;
}

.small_value {
  font-size: 13px;
  font-weight: normal;
}

.increase {
  font-size: 11px;
  font-weight: normal;
  background: #ef1212;
  color: #fff;
  padding: 1px 4px;
  border-radius: 50px;
}

/* 플레이스홀더 */
.baseCamp_placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #9aa0a6;
  padding: 40px;
  text-align: center;
}

.baseCamp_placeholder-icon {
  font-size: 48px;
  margin-bottom: 16px;
  opacity: 0.5;
}

.baseCamp_placeholder-text {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}

.baseCamp_empty-message {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px 20px;
  color: #9aa0a6;
  font-size: 13px;
}

.baseCamp_placeholder-subtext {
  font-size: 13px;
}

.basecamp_table-wrapper {
  overflow: hidden;
  padding: 20px 10px;
}

.basecamp_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid rgb(224, 224, 224);
  border-bottom: 1px solid rgb(224, 224, 224);
  text-align: center;
}

.basecamp_table thead {
  background-color: #f8f9fa;
}

.basecamp_table th {
  padding: 15px 0;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
}

.basecamp_table tbody tr {
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s ease;
  cursor: pointer;
}

.basecamp_table tbody tr:hover {
  background-color: #f8f9fa;
}

.basecamp_table tbody tr:last-child {
  border-bottom: none;
}

.basecamp_table td {
  padding: 10px 0;
  color: #333;
}

.basecamp_edit-btn {
  background-color: #6d6d6d;
  color: white;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 500;
}

.basecamp_edit-btn:hover {
  background-color: #2563eb;
  transform: scale(1.05);
}

.basecamp_achievement-rate {
  font-weight: bold;
}

.basecamp_achievement-good {
  color: #10b981;
}

.basecamp_achievement-warning {
  color: #f59e0b;
}

.basecamp_achievement-danger {
  color: #ef4444;
}

.basecamp_table .bc_jinbo {
  background-color: #4285f4;
  color: #fff;
  font-weight: 600;
}

.basecamp_table .bc_bosu {
  background-color: #ea4335eb;
  color: #fff;
  font-weight: 600;
}

.basecamp_table .bc_rateD {
  background-color: #e4ddf0;
  font-weight: 600;
}

.basecamp_party-conservative {
  background-color: #e53e3e;
  color: white;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  display: inline-block;
}

.basecamp_party-progressive {
  background-color: #fbbf24;
  color: white;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 11px;
  display: inline-block;
}

/* 테이블 컬럼 너비 조정 */
.basecamp_table th:nth-child(1),
.basecamp_table td:nth-child(1) {
  width: 10%;
}

.basecamp_table th:nth-child(2),
.basecamp_table td:nth-child(2) {
  width: 10%;
}

.basecamp_table th:nth-child(3),
.basecamp_table td:nth-child(3) {
  width: 10%;
}

.basecamp_table th:nth-child(4),
.basecamp_table td:nth-child(4) {
  width: 10%;
}

.basecamp_table th:nth-child(5),
.basecamp_table td:nth-child(5) {
  width: 10%;
}

.basecamp_table th:nth-child(6),
.basecamp_table td:nth-child(6) {
  width: 10%;
}

.basecamp_table th:nth-child(7),
.basecamp_table td:nth-child(7) {
  width: 10%;
}

.basecamp_table th:nth-child(8),
.basecamp_table td:nth-child(8) {
  width: 20%;
}

.basecamp_table th:nth-child(9),
.basecamp_table td:nth-child(9) {
  width: 10%;
}

.basecamp_table td:nth-child(8) {
  text-align: left;
}

.baseCamp_memo-form {
  margin-bottom: 16px;
}

.baseCamp_memo-tag-selector {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.baseCamp_tag-checkbox {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.baseCamp_memo-tag-input {
  cursor: pointer;
}

.baseCamp_tag-label {
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 11px;
  font-weight: 600;
}

.baseCamp_memo-tag-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.baseCamp_tag-calendar {
  background: #e3f2fd;
  color: #1976d2;
}

.baseCamp_tag-check {
  background: #f3e5f5;
  color: #7b1fa2;
}

.baseCamp_tag-request {
  background: #fff3e0;
  color: #f57c00;
}

.baseCamp_tag-progress {
  background: #e0f2f1;
  color: #00796b;
}

.baseCamp_tag-done {
  background: #e8f5e8;
  color: #388e3c;
}

.baseCamp_form-textarea {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #dadce0;
  border-radius: 6px;
  font-size: 13px;
  font-family: inherit;
  resize: vertical;
  margin-bottom: 8px;
  box-sizing: border-box;
}

.baseCamp_form-textarea:focus {
  outline: none;
  border-color: #1976d2;
}

.baseCamp_memo-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.baseCamp_memo-item {
  position: relative;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 16px;
  background: #fefefe;
  transition: all 0.2s;
}

.baseCamp_memo-item:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.baseCamp_memo-content[contenteditable="true"] {
  outline: 2px solid #1976d2;
  padding: 8px;
  border-radius: 4px;
  background: #f8f9fa;
}

.baseCamp_memo-actions {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}

.baseCamp_memo-edit-btn,
.baseCamp_memo-delete-btn {
  padding: 6px 16px;
  border: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.baseCamp_memo-edit-btn {
  background: #1976d2;
  color: white;
}

.baseCamp_memo-edit-btn:hover {
  background: #1565c0;
}

.baseCamp_memo-delete-btn {
  background: #d32f2f;
  color: white;
}

.baseCamp_memo-delete-btn:hover {
  background: #b71c1c;
}

.baseCamp_strength-section {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
}

.baseCamp_strength-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.baseCamp_strength-label {
  color: #5f6368;
  font-weight: 600;
}

.baseCamp_strength-value {
  font-weight: 700;
}

.baseCamp_strength-value.baseCamp_blue {
  color: #4285f4;
}

.baseCamp_strength-value.baseCamp_red {
  color: #ea4335;
}

.baseCamp_strength-divider {
  color: #dadce0;
}

.barClegend_container {
  position: absolute;
  bottom: 20px;
  left: 20px;
  border-radius: 8px;
  z-index: 1000;
  background: #ffffffeb;
  border: 1px solid #b7b7b7;
  padding: 10px 20px;
}

.barClegend_title {
  font-size: 14px;
  font-weight: 700;
  color: rgb(31, 41, 55);
  margin-bottom: 16px;
  text-align: center;
  letter-spacing: -0.025em;
}

.barClegend_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0px;
}

.barClegend_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 40px;
}

.barClegend_colorBox {
  width: 40px;
  height: 10px;
}

.barClegend_progressive5 {
  background: #1e3a8a;
  border-radius: 50px 0 0 50px;
}

.barClegend_progressive4 {
  background: #1e40af;
}

.barClegend_progressive3 {
  background: #3b82f6;
}

.barClegend_progressive2 {
  background: #93c5fd;
}

.barClegend_progressive1 {
  background: #dbeafe;
}

.barClegend_conservative1 {
  background: #fee2e2;
}

.barClegend_conservative2 {
  background: #fca5a5;
}

.barClegend_conservative3 {
  background: #ef4444;
}

.barClegend_conservative4 {
  background: #dc2626;
}

.barClegend_conservative5 {
  background: #991b1b;
  border-radius: 0 50px 50px 0;
}

.barClegend_label {
  font-size: 12px;
  font-weight: 500;
  color: #1f2937;
  margin-top: 4px;
  text-align: center;
}

.barClegend_range {
  font-size: 11px;
  color: #6b7280;
  margin-top: 2px;
  text-align: center;
}

/* 보트랩 리포트 상세보기 샘플 */
.vr_sample {
  --primary-dark: #1a365d;
  --primary-mid: #2c5282;
  --primary-light: #4299e1;
  --accent-blue: #3182ce;
  --accent-teal: #319795;
  --bg-cream: #f7f5f0;
  --bg-white: #ffffff;
  --text-dark: #1a202c;
  --text-mid: #4a5568;
  --text-light: #718096;
  --border-light: #e2e8f0;
  --shadow-soft: 0 4px 20px rgba(0, 0, 0, 0.08);
  --shadow-strong: 0 8px 40px rgba(26, 54, 93, 0.15);
}

.vr_sample {
  .vrs_container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 60px 40px;
  }

  /* Section */
  .section {
    background: var(--bg-white);
    border-radius: 16px;
    margin-bottom: 40px;
    border: 1px solid #eeeeee;
    padding: 40px;
  }

  .section-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--primary-dark);
    margin-bottom: 32px;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--primary-light);
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .section-title .icon {
    font-size: 1.5rem;
  }

  /* Summary Table */
  .summary-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px;
    font-size: 0.95rem;
  }

  .summary-table th {
    background: var(--primary-dark);
    color: white;
    padding: 16px 20px;
    text-align: left;
    font-weight: 600;
  }

  .summary-table th:first-child {
    border-radius: 8px 0 0 0;
  }

  .summary-table th:last-child {
    border-radius: 0 8px 0 0;
  }

  .summary-table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-light);
    vertical-align: top;
  }

  .summary-table tr:nth-child(even) {
    background: #f8fafc;
  }

  .summary-table tr:last-child td:first-child {
    border-radius: 0 0 0 8px;
  }

  .summary-table tr:last-child td:last-child {
    border-radius: 0 0 8px 0;
  }

  .summary-table .gen-label {
    font-weight: 600;
    color: var(--primary-mid);
    white-space: nowrap;
  }

  /* Matrix Chart */
  .matrix-container {
    margin: 40px 0;
  }

  .matrix-title {
    text-align: center;
    margin-bottom: 30px;
  }

  .matrix-title h3 {
    font-size: 2rem;
    color: var(--primary-dark);
    margin-bottom: 8px;
  }

  .matrix-title p {
    font-size: 1.1rem;
    color: var(--text-mid);
  }

  .matrix-chart {
    position: relative;
    max-width: 600px;
    max-height: 600px;
    margin: 0 auto;
    aspect-ratio: 1;
  }

  .matrix-axis {
    position: absolute;
    background: var(--primary-dark);
  }

  .matrix-axis.vertical {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }

  .matrix-axis.horizontal {
    width: 100%;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .axis-arrow {
    position: absolute;
    width: 0;
    height: 0;
  }

  .axis-arrow.top {
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid var(--primary-dark);
  }

  .axis-arrow.right {
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid var(--primary-dark);
  }

  .axis-label {
    position: absolute;
    font-weight: 600;
    color: var(--primary-dark);
    font-size: 0.95rem;
    white-space: nowrap;
  }

  .axis-label.top {
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .axis-label.bottom {
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .quadrant {
    position: absolute;
    width: 240px;
    height: 240px;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
  }

  .quadrant.q1 {
    top: 10px;
    left: 10px;
    background: linear-gradient(135deg, #e8f4fd 0%, #d4e9fa 100%);
    border: 2px solid #b3d4f1;
  }

  .quadrant.q2 {
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #e8fdf4 0%, #d4fae9 100%);
    border: 2px solid #b3f1d4;
  }

  .quadrant.q3 {
    bottom: 10px;
    left: 10px;
    background: linear-gradient(135deg, #fdf4e8 0%, #fae9d4 100%);
    border: 2px solid #f1d4b3;
  }

  .quadrant.q4 {
    bottom: 10px;
    right: 10px;
    background: linear-gradient(135deg, #f4e8fd 0%, #e9d4fa 100%);
    border: 2px solid #d4b3f1;
  }

  .quadrant-header {
    font-size: 0.85rem;
    color: var(--text-mid);
    margin-bottom: 8px;
    font-weight: 500;
  }

  .quadrant-badge {
    display: inline-block;
    background: var(--primary-mid);
    color: white;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 12px;
  }

  .quadrant.q1 .quadrant-badge {
    background: #2563eb;
  }

  .quadrant.q2 .quadrant-badge {
    background: #059669;
  }

  .quadrant.q3 .quadrant-badge {
    background: #d97706;
  }

  .quadrant.q4 .quadrant-badge {
    background: #7c3aed;
  }

  .quadrant-items {
    font-size: 0.8rem;
    color: var(--text-mid);
    line-height: 1.6;
  }

  .quadrant-items li {
    margin-bottom: 4px;
    list-style: none;
    position: relative;
    padding-left: 12px;
  }

  .quadrant-items li::before {
    content: '·';
    position: absolute;
    left: 0;
    font-weight: bold;
  }

  /* Bottom labels for matrix */
  .matrix-bottom-section {
    display: flex;
    justify-content: space-around;
    margin-top: 60px;
    padding: 30px 20px;
    background: #f8fafc;
    border-radius: 12px;
  }

  .bottom-group {
    text-align: center;
  }

  .bottom-group h4 {
    font-size: 1.1rem;
    color: var(--primary-dark);
    margin-bottom: 12px;
    font-weight: 700;
  }

  .bottom-group ul {
    list-style: none;
    font-size: 0.9rem;
    color: var(--text-mid);
  }

  .bottom-group li {
    margin-bottom: 4px;
  }

  /* Generation Cards */
  .gen-card {
    background: var(--bg-white);
    border-radius: 16px;
    padding: 40px;
    margin-bottom: 32px;
    border-left: 5px solid var(--primary-mid);
    border: 1px solid #eee;
  }



  .gen-card.male-2030 {
    border-left-color: #2563eb;
  }

  .gen-card.female-2030 {
    border-left-color: #059669;
  }

  .gen-card.gen-4050 {
    border-left-color: #d97706;
  }

  .gen-card.gen-6070 {
    border-left-color: #7c3aed;
  }

  .gen-card-header {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
  }

  .gen-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
  }

  .male-2030 .gen-icon {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
  }

  .female-2030 .gen-icon {
    background: linear-gradient(135deg, #059669, #10b981);
  }

  .gen-4050 .gen-icon {
    background: linear-gradient(135deg, #d97706, #f59e0b);
  }

  .gen-6070 .gen-icon {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
  }

  .gen-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--primary-dark);
  }

  .gen-subtitle {
    font-size: 0.95rem;
    color: var(--text-mid);
    margin-top: 4px;
  }

  .gen-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-mid);
    margin: 24px 0 16px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .gen-content h4:first-child {
    margin-top: 0;
  }

  .issue-block {
    background: #f8fafc;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 16px;
  }

  .issue-title {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 8px;
    font-size: 1rem;
  }

  .issue-content {
    color: var(--text-mid);
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .issue-content li {
    margin-bottom: 6px;
    margin-left: 20px;
  }

  .sentiment-box {
    background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
    border: 1px solid #bae6fd;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
  }

  .sentiment-box h5 {
    font-weight: 600;
    color: var(--primary-mid);
    margin-bottom: 12px;
  }

  .sentiment-box ul {
    list-style: none;
  }

  .sentiment-box li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
    color: var(--text-mid);
  }

  .sentiment-box li::before {
    content: '▸';
    position: absolute;
    left: 0;
    color: var(--primary-light);
  }
}

.my_cs_container_v1 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.my_cs_card {
    background: white;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.my_cs_card_icon {
    font-size: 32px;
    margin-bottom: 12px;
    display: block;
}

.my_cs_card_label {
    font-size: 12px;
    color: #999;
    margin-bottom: 8px;
    font-weight: 500;
}

.my_cs_card_value {
    font-size: 14px;
    color: #333;
    font-weight: 600;
    line-height: 1.4;
}

.my_cs_card_sub {
    font-size: 11px;
    color: #999;
    margin-top: 4px;
}

/* 탭 컨테이너 */
.mypay_tab_container {
    display: flex;
    background: #eeeeee;
    border-radius: 60px;
    margin: 0 20px;
    border: 3px solid #eee;
}

.mypay_tab_button {
    flex: 1;
    padding: 15px 20px;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: #767676;
    cursor: pointer;
    transition: all 0.3s ease;
}

.mypay_tab_button.active {
    color: #353535;
    background: #ffffff;
    border-radius: 60px;
    font-weight: 600;
}

.mypay_tab_content {
    display: none;
}

.mypay_tab_content.active {
    display: block;
}