.elementor-3038 .elementor-element.elementor-element-162cb04f{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );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 );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-f0d93a9 */.jc-chess-wrap{
  padding:60px 20px;
  font-family:"Noto Sans TC","Microsoft JhengHei",sans-serif;
  color:#2a2418;
}

.jc-chess-hero,
.jc-chess-section-title{
  max-width:900px;
  margin:0 auto 36px;
  text-align:center;
}

.jc-chess-hero span,
.jc-chess-section-title span,
.jc-chess-final span{
  display:inline-block;
  margin-bottom:12px;
  padding:7px 16px;
  background:#fff1bf;
  color:#9a6900;
  font-size:13px;
  font-weight:900;
  letter-spacing:1.4px;
}

.jc-chess-hero h2,
.jc-chess-section-title h2,
.jc-chess-final h2{
  margin:0 0 12px;
  color:#221a0c;
  font-size:clamp(30px,4vw,46px);
  font-weight:900;
  line-height:1.25;
}

.jc-chess-hero h3,
.jc-chess-final h3{
  margin:0 0 14px;
  color:#9a6900;
  font-size:22px;
  font-weight:900;
}

.jc-chess-hero p,
.jc-chess-section-title p,
.jc-chess-final p{
  margin:0 auto;
  color:#665b46;
  font-size:16px;
  line-height:1.9;
}

.jc-chess-grid{
  max-width:1180px;
  margin:0 auto 56px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:18px;
}

.jc-chess-card{
  position:relative;
  padding:28px 20px;
  background:#ffffff;
  border:1px solid #f1d999;
  box-shadow:0 12px 30px rgba(255,181,36,.1);
  overflow:hidden;
  transition:.25s ease;
}

.jc-chess-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 42px rgba(255,181,36,.16);
}

.jc-chess-card b{
  display:inline-flex;
  margin-bottom:18px;
  width:46px;
  height:46px;
  align-items:center;
  justify-content:center;
  background:linear-gradient(135deg,#ffcf4a,#ffb524);
  color:#2b1d00;
  font-size:18px;
  font-weight:900;
}

.jc-chess-card h3{
  margin:0 0 12px;
  color:#241b0b;
  font-size:21px;
  font-weight:900;
  line-height:1.4;
}

.jc-chess-card p{
  margin:0 0 12px;
  color:#625743;
  font-size:15px;
  line-height:1.8;
}

.jc-chess-mode{
  max-width:1180px;
  margin:0 auto 56px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:22px;
}

.jc-chess-mode article{
  padding:28px;
  background:linear-gradient(180deg,#ffffff,#fffaf0);
  border:1px solid #f1d999;
  box-shadow:0 12px 30px rgba(255,181,36,.09);
}

.jc-chess-mode h3{
  margin:0 0 14px;
  color:#241b0b;
  font-size:24px;
  font-weight:900;
  line-height:1.4;
}

.jc-chess-mode p{
  margin:0 0 14px;
  color:#625743;
  font-size:15px;
  line-height:1.85;
}

.jc-chess-mode ul{
  margin:0 0 18px;
  padding-left:20px;
}

.jc-chess-mode li{
  margin-bottom:8px;
  color:#4f4636;
  font-size:15px;
  line-height:1.7;
}

.jc-chess-mode strong,
.jc-chess-card strong,
.jc-chess-final strong{
  color:#9a6900;
  font-weight:900;
}

.jc-chess-final{
  max-width:980px;
  margin:0 auto;
  padding:34px;
  background:linear-gradient(135deg,#fff3c7,#fffaf0);
  border:1px solid #f0cf7b;
  box-shadow:0 14px 36px rgba(255,181,36,.13);
  text-align:center;
}

.jc-chess-final a{
  display:inline-flex;
  margin-top:24px;
  padding:14px 32px;
  background:linear-gradient(135deg,#ffcf4a,#ffb524);
  color:#2b1d00;
  font-size:16px;
  font-weight:900;
  text-decoration:none;
  transition:.25s ease;
}

.jc-chess-final a:hover{
  transform:translateY(-2px);
  background:linear-gradient(135deg,#ffe08a,#ffc233);
}

@media (max-width:1024px){
  .jc-chess-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .jc-chess-mode{
    grid-template-columns:1fr;
  }
}

@media (max-width:600px){
  .jc-chess-wrap{
    padding:42px 14px;
  }

  .jc-chess-hero,
  .jc-chess-section-title,
  .jc-chess-final{
    text-align:left;
  }

  .jc-chess-grid{
    grid-template-columns:1fr;
    gap:16px;
    margin-bottom:42px;
  }

  .jc-chess-card,
  .jc-chess-mode article,
  .jc-chess-final{
    padding:22px 18px;
  }

  .jc-chess-hero h2,
  .jc-chess-section-title h2,
  .jc-chess-final h2{
    font-size:28px;
  }

  .jc-chess-hero h3,
  .jc-chess-final h3{
    font-size:19px;
  }

  .jc-chess-mode h3{
    font-size:21px;
  }

  .jc-chess-final a{
    width:100%;
    justify-content:center;
  }
}/* End custom CSS */