.elementor-141723 .elementor-element.elementor-element-c97035c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-141723 .elementor-element.elementor-element-d4abcd2 > .elementor-widget-container{margin:0px 0px -25px 0px;padding:0px 0px 0px 0px;}.elementor-141723 .elementor-element.elementor-element-d4abcd2{text-align:start;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;color:#000000;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-141723 .elementor-element.elementor-element-3a5c6cb .elementor-button{background-color:#000000;font-family:"Roboto", Sans-serif;font-weight:400;}.elementor-141723 .elementor-element.elementor-element-3a5c6cb > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-141723 .elementor-element.elementor-element-2049196 .elementor-button{background-color:#FFFFFF;fill:#000000;color:#000000;}.elementor-141723 .elementor-element.elementor-element-2049196 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-141723 .elementor-element.elementor-element-6e2bca2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-141723 .elementor-element.elementor-element-8c999d6{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-141723 .elementor-element.elementor-element-c97035c{--margin-top:0px;--margin-bottom:50px;--margin-left:0px;--margin-right:0px;}.elementor-141723 .elementor-element.elementor-element-d4abcd2{font-size:17px;}.elementor-141723 .elementor-element.elementor-element-3a5c6cb .elementor-button{font-size:16px;}}/* Start custom CSS for html, class: .elementor-element-3806720 *//* =================================================
   FORCE PC TABLE HEADER BLACK (UNIVERSAL)
   - WordPress / Elementor / Theme override
================================================= */

/* 모든 테이블 헤더 기본 */
table thead th,
table th {
  background-color: #000 !important;   /* 완전 블랙 */
  color: #fff !important;              /* 화이트 텍스트 */
  font-weight: 600 !important;
  text-align: center !important;
  border-color: #222 !important;
}

/* 헤더 패딩 & 높이 통일 */
table thead th {
  padding: 14px 10px !important;
}

/* 헤더 구분선 */
table thead th:not(:last-child),
table th:not(:last-child) {
  border-right: 1px solid #222 !important;
}

/* 테이블 바디 기본 정리 (PC) */
table tbody td {
  padding: 12px 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

/* Hover 가독성 */
table tbody tr:hover {
  background-color: #f7f7f7;
}

/* 헤더 고정 (PC 스크롤 시) */
table thead th {
  position: sticky;
  top: 0;
  z-index: 50;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc5963c */<style>
/* ===============================
   Mobile Ranking – Global
================================ */
.mobile-ranking-wrapper {
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
}

/* ===============================
   Table Base
================================ */
.mobile-ranking-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  text-align: center;   /* 전체 가운데 정렬 */
}

/* ===============================
   Table Header (Black & White)
================================ */
.mobile-ranking-table thead th {
  background-color: #000;     /* 검은 배경 */
  color: #fff;                /* 흰 텍스트 */
  font-size: 10px;
  font-weight: 600;
  padding: 6px 2px;
  border-bottom: 1px solid #222;
  text-align: center;
  position: sticky;           /* 스크롤 시 고정 */
  top: 0;
  z-index: 10;
}

/* ===============================
   Table Body
================================ */
.mobile-ranking-table td {
  padding: 4px 2px;
  border-bottom: 1px solid #eee;
  text-align: center;
  line-height: 1.25;
}

/* ===============================
   Column Width Control
================================ */
/* Rank */
.mobile-ranking-table th:nth-child(1),
.mobile-ranking-table td:nth-child(1) {
  width: 40px;
  white-space: nowrap;
}

/* Tier */
.mobile-ranking-table th:nth-child(2),
.mobile-ranking-table td:nth-child(2) {
  width: 40px;
  white-space: nowrap;
}

/* University */
.mobile-ranking-table th:nth-child(3),
.mobile-ranking-table td:nth-child(3) {
  word-break: break-word;
}

/* ===============================
   Row Hover (Optional UX)
================================ */
.mobile-ranking-table tbody tr:hover {
  background-color: #f5f5f5;
}
</style>/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-8c999d6 */<style>
.mobile-ranking-wrapper {
  width: 100%;
  padding: 6px;
}

.mobile-ranking-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  text-align: center;          /* 테이블 전체 중앙 정렬 */
}

.mobile-ranking-table th {
  font-size: 10px;
  font-weight: 600;
  padding: 4px 2px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.mobile-ranking-table td {
  padding: 4px 2px;
  border-bottom: 1px solid #eee;
  text-align: center;          /* 모든 셀 중앙 정렬 */
  line-height: 1.25;
}

/* Rank, Tier 폭 고정 */
.mobile-ranking-table td:nth-child(1),
.mobile-ranking-table td:nth-child(2),
.mobile-ranking-table th:nth-child(1),
.mobile-ranking-table th:nth-child(2) {
  width: 40px;
  white-space: nowrap;
}

/* University도 중앙 정렬 + 줄바꿈 허용 */
.mobile-ranking-table td:nth-child(3),
.mobile-ranking-table th:nth-child(3) {
  word-break: break-word;
}
</style>/* End custom CSS */