/* Start custom CSS for html, class: .elementor-element-f2e812e *//* =========================================================
   台鋼保經｜2026 第二屆會長盃
   正式環境穩定版
   核心原則：直接沿用濟州島正式頁成熟結構與原生 TABLE 邏輯
   不採用新式 DIV 假表格，不使用多層覆蓋修補。
   ========================================================= */

.tsg-jeju-page {
  --navy: #161512;
  --blue: #2a2924;
  --sky: #eee6d7;
  --orange: #b9852d;
  --yellow: #d8b45f;
  --gold: #d0aa59;
  --gold-hi: #efd590;
  --sand: #eee7da;
  --ivory: #f8f5ee;
  --white: #ffffff;
  --text: #28251f;
  --muted: #6e685f;
  --line: #ddd3c2;
  --shadow: 0 12px 28px rgba(30, 25, 16, .08);

  width: 100%;
  overflow: hidden;
  color: var(--text);
  background: var(--ivory);
  font-family: "Noto Serif TC", "Source Han Serif TC", "PMingLiU", serif;
  line-height: 1.72;
}

.tsg-jeju-page *,
.tsg-jeju-page *::before,
.tsg-jeju-page *::after {
  box-sizing: border-box;
}

.tsg-jeju-page h1,
.tsg-jeju-page h2,
.tsg-jeju-page h3,
.tsg-jeju-page h4,
.tsg-jeju-page p {
  margin-top: 0;
}

.tsg-jeju-page img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.jeju-container {
  width: min(1160px, calc(100% - 44px));
  margin: 0 auto;
}

.jeju-section {
  padding: 54px 0;
}

/* =========================================================
   HERO
   ========================================================= */

.jeju-hero {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  color: var(--white);
  background: #0b0b0a;
}

.jeju-hero.jeju-hero--image {
  background-color: #070706 !important;
  background-image:
    linear-gradient(90deg, rgba(9,9,8,.94) 0%, rgba(13,13,12,.76) 40%, rgba(13,13,12,.08) 72%),
    linear-gradient(0deg, rgba(5,5,5,.42) 0%, transparent 42%),
    url("https://tsgbroker.com/wp-content/uploads/2026/08/2026第二屆會長盃.png") !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
  background-position: center, center, right center !important;
  background-size: 100% 100%, 100% 100%, contain !important;
}

.jeju-hero__content {
  position: relative;
  z-index: 3;
  padding: 66px 0 112px;
}

.jeju-label {
  margin: 0 0 10px;
  color: var(--gold-hi);
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .15em;
}

.jeju-label--dark {
  color: #a87526;
}

.jeju-hero h1 {
  margin: 0;
  color: #ffffff;
  -webkit-text-fill-color: #ffffff;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: .03em;
  text-shadow: 0 5px 22px rgba(0,0,0,.38);
}

.jeju-hero__subtitle {
  margin: 17px 0 23px;
  color: #f3eee4;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .04em;
}

.jeju-hero__facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 780px;
  border-top: 1px solid rgba(255,255,255,.30);
  border-bottom: 1px solid rgba(255,255,255,.30);
}

.jeju-hero__facts div {
  padding: 15px 18px 15px 0;
}

.jeju-hero__facts div + div {
  padding-left: 22px;
  border-left: 1px solid rgba(255,255,255,.20);
}

.jeju-hero__facts span,
.jeju-hero__facts strong {
  display: block;
}

.jeju-hero__facts span {
  margin-bottom: 2px;
  color: rgba(255,255,255,.70);
  font-size: 14px;
}

.jeju-hero__facts strong {
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
}

/* =========================================================
   INTRO
   ========================================================= */

.jeju-intro {
  padding: 38px 0;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.jeju-intro__grid {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 52px;
  align-items: center;
}

.jeju-intro h2 {
  margin: 0;
  color: var(--navy);
  font-size: 40px;
  line-height: 1.35;
  font-weight: 800;
}

.jeju-intro h2.jeju-intro__nowrap {
  white-space: nowrap;
}

.jeju-intro__grid &gt; p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  font-weight: 600;
}

/* =========================================================
   SECTION / HEADING
   ========================================================= */

.jeju-section--light {
  background: var(--ivory);
}

.jeju-section--white {
  background: var(--white);
}

.jeju-section--sand {
  background: var(--sand);
}

.jeju-section--navy {
  color: var(--white);
  background:
    radial-gradient(circle at 90% 0%, rgba(208,170,89,.10), transparent 28%),
    var(--navy);
}

.jeju-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.jeju-section-number {
  display: flex;
  flex: 0 0 50px;
  width: 50px;
  min-width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #17130d;
  background: #e8ab00;
  font-size: 17px;
  font-weight: 800;
  line-height: 1;
}

.jeju-heading p {
  margin: 0;
  color: #9e762f;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .12em;
}

.jeju-heading h2 {
  margin: 1px 0 0;
  color: var(--navy);
  font-size: 35px;
  font-weight: 800;
  line-height: 1.25;
}

.jeju-heading--light p {
  color: var(--gold-hi);
}

.jeju-heading--light h2 {
  color: #ffffff;
}

/* =========================================================
   INFO
   ========================================================= */

.jeju-info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.jeju-info-list article {
  min-height: 112px;
  padding: 21px 24px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.jeju-info-list b {
  display: block;
  margin-bottom: 5px;
  color: var(--navy);
  font-size: 19px;
  font-weight: 800;
}

.jeju-info-list p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  font-weight: 600;
}

/* =========================================================
   TRAVEL SUBSIDY / TABLE
   沿用濟州島正式版原生 table 做法
   ========================================================= */

.jeju-qualification {
  display: grid;
  grid-template-columns: 290px 1fr;
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--white);
  box-shadow: var(--shadow);
}

.jeju-qualification__copy {
  padding: 30px 27px;
  color: var(--white);
  background: linear-gradient(145deg, #1b1a17, #29261f);
}

.jeju-qualification__copy p {
  margin-bottom: 7px;
  color: var(--gold-hi);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .13em;
}

.jeju-qualification__copy h3 {
  margin-bottom: 17px;
  color: #ffffff;
  font-size: 29px;
  font-weight: 800;
}

.jeju-qualification__copy span,
.jeju-qualification__copy small {
  display: block;
}

.jeju-qualification__copy span {
  margin-bottom: 8px;
  color: var(--gold-hi);
  font-size: 18px;
  font-weight: 800;
}

.jeju-qualification__copy small {
  color: rgba(255,255,255,.85);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.7;
}

.jeju-qualification-table-wrap {
  width: 100%;
  overflow-x: auto;
  background: #ffffff;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.jeju-qualification-table {
  width: 100%;
  min-width: 620px;
  margin: 0 !important;
  padding: 0 !important;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  color: var(--text);
  background: #ffffff;
}

.jeju-qualification-table thead,
.jeju-qualification-table tbody,
.jeju-qualification-table tr {
  margin: 0 !important;
  padding: 0 !important;
}



.jeju-qualification-table th,
.jeju-qualification-table td {
  padding: 15px 13px;
  border: 1px solid #d8cfbf;
  text-align: center;
  vertical-align: middle;
}

.jeju-qualification-table thead th {
  color: #ffffff;
  background: #1c1b18;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.45;
}

.jeju-qualification-table thead th:nth-child(even) {
  background: #6f5729;
}

.jeju-qualification-table tbody td {
  color: var(--text);
  background: #ffffff;
  font-size: 16px;
  font-weight: 700;
}

.jeju-qualification-table tbody tr:nth-child(even) td {
  background: #faf7f0;
}

.jeju-qualification-table tbody td:nth-child(even) {
  color: #76551d;
  font-weight: 800;
}

.president-cup-table--two {
  min-width: 420px;
}

.president-cup-table--five {
  min-width: 760px;
}

.president-cup-footnote {
  margin: 16px 0 0;
  padding-left: 13px;
  border-left: 3px solid var(--gold);
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}



/* =========================================================
   營運中心組：短表格專用
   不再用 height:100% 強撐 table；縮短左側文案高度，讓原生表格自然決定區塊高度。
   ========================================================= */
.president-cup-table-block--compact .jeju-qualification__copy {
  padding: 20px 27px;
}

.president-cup-table-block--compact .jeju-qualification__copy p {
  margin-bottom: 5px;
}

.president-cup-table-block--compact .jeju-qualification__copy h3 {
  margin-bottom: 10px;
  font-size: 28px;
}

.president-cup-table-block--compact .jeju-qualification__copy span {
  margin-bottom: 6px;
  font-size: 17px;
}

.president-cup-table-block--compact .jeju-qualification__copy small {
  font-size: 13px;
  line-height: 1.55;
}

/* =========================================================
   共同目標：改用原生 TABLE
   與濟州島資格表相同策略，避免 Elementor 正式環境吃掉 DIV 卡片背景/框線。
   ========================================================= */
.president-cup-summary-table-wrap {
  width: 100%;
  margin: 0 0 20px;
  overflow: hidden;
  background: transparent;
}

.president-cup-summary-table {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: #ffffff;
}

.president-cup-summary-table td {
  width: 33.333%;
  min-height: 94px;
  padding: 18px 20px;
  border: 1px solid #d5cab6;
  vertical-align: middle;
  text-align: left;
  background: #ffffff;
}

.president-cup-summary-table span,
.president-cup-summary-table strong {
  display: block;
}

.president-cup-summary-table span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 700;
}

.president-cup-summary-table strong {
  margin-top: 7px;
  color: #805f26;
  font-size: 27px;
  font-weight: 800;
  line-height: 1.25;
}

/* =========================================================
   AWARDS
   ========================================================= */

.jeju-awards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.jeju-award {
  padding: 23px;
  border: 1px solid rgba(255,255,255,.15);
  background: rgba(255,255,255,.06);
}

.jeju-award--main {
  grid-column: 1 / -1;
  background: rgba(255,255,255,.10);
}

.jeju-award--spirit {
  background: linear-gradient(135deg, rgba(208,170,89,.28), rgba(255,255,255,.06));
}

.jeju-award header span {
  display: block;
  margin-bottom: 3px;
  color: var(--gold-hi);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .12em;
}

.jeju-award h3 {
  margin: 0;
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
}

.jeju-award small {
  display: block;
  margin-top: 7px;
  color: rgba(255,255,255,.75);
  font-size: 14px;
  font-weight: 600;
}

.jeju-award__rows {
  margin-top: 17px;
  border-top: 1px solid rgba(255,255,255,.16);
}

.jeju-award__rows p {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 16px;
  margin: 0;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
}

.jeju-award__rows b,
.jeju-award__simple b,
.jeju-award--spirit b {
  color: var(--gold-hi);
}

.jeju-award__simple {
  margin-top: 14px;
}

.jeju-award__simple p {
  margin: 0;
  padding: 8px 0;
  border-top: 1px solid rgba(255,255,255,.11);
  color: rgba(255,255,255,.90);
  font-size: 16px;
  font-weight: 600;
}

.jeju-award__simple b {
  display: inline-block;
  min-width: 84px;
  font-weight: 800;
}

.jeju-award--spirit &gt; div {
  margin-top: 22px;
}

.jeju-award--spirit &gt; div b {
  display: block;
  font-size: 22px;
  font-weight: 800;
}

.jeju-award--spirit &gt; div p {
  margin: 4px 0 0;
  color: rgba(255,255,255,.84);
  font-size: 16px;
}

/* =========================================================
   PERFORMANCE BOOST
   ========================================================= */

.president-cup-boost-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.president-cup-boost-card {
  padding: 23px;
  border: 1px solid var(--line);
  background: #ffffff;
}

.president-cup-boost-card--wide {
  grid-column: 1 / -1;
}

.president-cup-boost-card--gold {
  color: #ffffff;
  background: linear-gradient(135deg, #2b261c, #86652d);
  border-color: #8a6b32;
}

.president-cup-card-title {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.president-cup-card-title &gt; span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  color: #17130d;
  background: #e8ab00;
  font-size: 14px;
  font-weight: 800;
}

.president-cup-card-title p {
  margin: 0;
  color: #987333;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .10em;
}

.president-cup-card-title h3 {
  margin: 2px 0 0;
  color: var(--navy);
  font-size: 22px;
  font-weight: 800;
}

.president-cup-boost-card &gt; strong {
  display: block;
  color: #79581e;
  font-size: 22px;
  font-weight: 800;
}

.president-cup-boost-card &gt; p {
  margin: 5px 0 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

.president-cup-boost-card--gold .president-cup-card-title p,
.president-cup-boost-card--gold .president-cup-card-title h3,
.president-cup-boost-card--gold &gt; strong,
.president-cup-boost-card--gold &gt; p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.president-cup-boost-card--gold .president-cup-card-title p,
.president-cup-boost-card--gold &gt; strong {
  color: var(--gold-hi) !important;
  -webkit-text-fill-color: var(--gold-hi) !important;
}

.president-cup-boost-card--gold .president-cup-card-title h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* =========================================================
   TARGET
   ========================================================= */

.president-cup-target-table {
  min-width: 720px;
}

.president-cup-target-table tbody td:first-child {
  color: var(--navy);
  font-weight: 800;
}

.president-cup-total-row td {
  color: #6f511c !important;
  background: #eee0bd !important;
  font-weight: 800 !important;
}

/* =========================================================
   RULES
   ========================================================= */

.president-cup-rules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.president-cup-rules article {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 15px;
  min-height: 108px;
  padding: 20px 22px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}

.president-cup-rules article &gt; span {
  color: #a77829;
  font-size: 15px;
  font-weight: 800;
}

.president-cup-rules b {
  display: block;
  margin-bottom: 4px;
  color: var(--navy);
  font-size: 18px;
  font-weight: 800;
}

.president-cup-rules p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  font-weight: 600;
}

/* =========================================================
   ENDING
   ========================================================= */

.jeju-ending {
  padding: 58px 0;
  color: var(--white);
  background: #12110f;
  text-align: center;
}

.jeju-ending p {
  margin: 0 0 6px;
  color: var(--gold-hi);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .15em;
}

.jeju-ending h2 {
  margin: 0;
  color: #ffffff;
  font-size: 38px;
  font-weight: 800;
}

.jeju-ending span {
  display: block;
  margin-top: 8px;
  color: rgba(255,255,255,.78);
  font-size: 16px;
  font-weight: 600;
}

/* =========================================================
   正式環境文字顏色保護
   只保護必要區域，不做大量覆蓋。
   ========================================================= */

body .tsg-jeju-page .jeju-hero h1,
body .tsg-jeju-page .jeju-hero .jeju-hero__subtitle,
body .tsg-jeju-page .jeju-hero .jeju-hero__facts strong,
body .tsg-jeju-page .jeju-section--navy h2,
body .tsg-jeju-page .jeju-section--navy h3,
body .tsg-jeju-page .jeju-section--navy p,
body .tsg-jeju-page .jeju-section--navy span,
body .tsg-jeju-page .jeju-section--navy b,
body .tsg-jeju-page .jeju-section--navy strong,
body .tsg-jeju-page .jeju-ending h2 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

body .tsg-jeju-page .jeju-section--navy .jeju-heading p,
body .tsg-jeju-page .jeju-section--navy .jeju-award header span,
body .tsg-jeju-page .jeju-section--navy .jeju-award__rows b,
body .tsg-jeju-page .jeju-section--navy .jeju-award__simple b,
body .tsg-jeju-page .jeju-section--navy .jeju-award--spirit b,
body .tsg-jeju-page .jeju-ending p {
  color: var(--gold-hi) !important;
  -webkit-text-fill-color: var(--gold-hi) !important;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {
  .jeju-hero h1 {
    font-size: 62px;
  }

  .jeju-intro h2 {
    font-size: 36px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {
  .jeju-container {
    width: min(100% - 28px, 1160px);
  }

  .jeju-section {
    padding: 42px 0;
  }

  .jeju-hero {
    min-height: 560px;
  }

  .jeju-hero.jeju-hero--image {
    background-position: center, center, right center !important;
    background-size: 100% 100%, 100% 100%, contain !important;
  }

  .jeju-hero__content {
    padding: 58px 0 150px;
  }

  .jeju-hero h1 {
    font-size: 44px;
  }

  .jeju-hero__subtitle {
    font-size: 18px;
  }

  .jeju-hero__facts {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .jeju-hero__facts div {
    padding: 10px 0;
  }

  .jeju-hero__facts div + div {
    padding-left: 0;
    border-top: 1px solid rgba(255,255,255,.18);
    border-left: 0;
  }

  .jeju-intro {
    padding: 31px 0;
  }

  .jeju-intro__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .jeju-intro h2,
  .jeju-intro h2.jeju-intro__nowrap {
    white-space: normal;
    font-size: 30px;
  }

  .jeju-heading {
    margin-bottom: 21px;
  }

  .jeju-section-number {
    flex-basis: 44px;
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .jeju-heading h2 {
    font-size: 29px;
  }

  .jeju-info-list,
  .jeju-awards,
  .president-cup-boost-grid,
  .president-cup-rules,
  .jeju-qualification {
    grid-template-columns: 1fr;
  }

  .jeju-award--main,
  .president-cup-boost-card--wide {
    grid-column: auto;
  }

  .jeju-award__rows p {
    grid-template-columns: 1fr;
    gap: 2px;
  }

  .jeju-qualification__copy {
    padding: 24px 21px;
  }

  .jeju-qualification__copy h3 {
    font-size: 27px;
  }

  /* 保留正式版濟州島已驗證的「原生表格 + 橫向捲動」模式 */
  .jeju-qualification-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    background: #ffffff;
  }

  .jeju-qualification-table {
    display: table;
    width: 100%;
    height: auto;
    min-height: 0;
    min-width: 620px;
    table-layout: fixed;
    border-collapse: collapse;
  }

  .jeju-qualification-table-wrap {
    height: auto;
    min-height: 0;
  }

  .jeju-qualification-table thead {
    display: table-header-group;
  }

  .jeju-qualification-table tbody {
    display: table-row-group;
  }

  .jeju-qualification-table tr {
    display: table-row;
  }

  .jeju-qualification-table th,
  .jeju-qualification-table td {
    display: table-cell;
    padding: 10px 7px;
    border: 1px solid #d8cfbf;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 1.45;
  }

  .president-cup-table--two {
    min-width: 430px;
  }

  .president-cup-table--five {
    min-width: 720px;
  }

  .president-cup-target-table {
    min-width: 680px;
  }


  .president-cup-summary-table,
  .president-cup-summary-table tbody,
  .president-cup-summary-table tr,
  .president-cup-summary-table td {
    display: block;
    width: 100%;
  }

  .president-cup-summary-table td {
    min-height: 0;
    padding: 14px 16px;
    border-bottom: 0;
  }

  .president-cup-summary-table td:last-child {
    border-bottom: 1px solid #d5cab6;
  }

  .president-cup-summary-table strong {
    font-size: 22px;
  }

  .president-cup-rules article {
    min-height: 0;
  }

  .jeju-ending {
    padding: 50px 0;
  }

  .jeju-ending h2 {
    font-size: 32px;
  }
}

@media (max-width: 420px) {
  .jeju-label {
    font-size: 12px;
  }

  .jeju-hero h1 {
    font-size: 40px;
  }

}/* End custom CSS */