/* Extracted from original <style> block 8. Do not edit unless changing that original block. */

/* Taekwon Road top navigation redesign */
body.trTopNavRedesign .topbar{
  display:none!important;
}
body.trTopNavRedesign .tkdPremiumNav{
  display:none!important;
}
body.trTopNavRedesign .header{
  position:relative;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:18px 10px 8px!important;
  margin-bottom:6px!important;
  display:grid!important;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
}
body.trTopNavRedesign .header:before{
  display:none!important;
}
body.trTopNavRedesign .header .badge,
body.trTopNavRedesign .header .subtitle{
  display:none!important;
}
body.trTopNavRedesign .header h1{
  font-size:28px!important;
  letter-spacing:0!important;
  font-weight:1000!important;
}
body.trTopNavRedesign .scoreBox{
  justify-self:end;
  background:#fff!important;
  color:#0f172a!important;
  border:1px solid #dbeafe!important;
  border-radius:18px!important;
  min-width:180px!important;
  padding:12px 16px!important;
  box-shadow:0 10px 28px rgba(15,23,42,.08)!important;
}
body.trTopNavRedesign .scoreBox small{
  color:#475569!important;
}
body.trTopNavRedesign .scoreBox div{
  font-size:14px!important;
}
.trTopLogoBox{
  display:flex;
  align-items:center;
  gap:10px;
  justify-self:start;
}
.trTopLogoMark{
  width:44px;
  height:44px;
  border-radius:14px;
  background:linear-gradient(135deg,#0f172a,#0ea5e9);
  color:#fff;
  display:grid;
  place-items:center;
  font-weight:1000;
  font-size:20px;
  box-shadow:0 10px 24px rgba(14,165,233,.24);
}
.trTopLogoText b{
  display:block;
  font-size:24px;
  line-height:1.05;
  color:#0f172a;
  font-weight:1000;
}
.trTopLogoText small{
  display:block;
  color:#64748b;
  font-size:12px;
  font-weight:800;
  margin-top:3px;
}
.trTopUserBox{
  justify-self:end;
  display:flex;
  align-items:center;
  gap:12px;
  background:#fff;
  border:1px solid #dbeafe;
  border-radius:18px;
  padding:10px 14px;
  box-shadow:0 10px 28px rgba(15,23,42,.08);
}
.trTopUserIcon{
  width:28px;
  height:28px;
  border-radius:999px;
  border:2px solid #0f172a;
  display:grid;
  place-items:center;
  font-size:14px;
}
.trTopUserText b{
  display:block;
  font-size:14px;
  color:#0f172a;
}
.trTopUserText small{
  display:block;
  color:#64748b;
  font-size:12px;
  margin-top:2px;
}
.trTopUserGear{
  font-size:20px;
}
.trMainPillNavWrap{
  display:flex;
  justify-content:flex-start;
  margin:0 auto 18px;
  padding:0 10px;
  max-width:1100px;
  overflow-x:auto;
  scrollbar-width:none;
}
.trMainPillNavWrap::-webkit-scrollbar{display:none;}
.trMainPillNav{
  width:max-content;
  max-width:none;
  display:inline-flex;
  align-items:center;
  justify-content:flex-start;
  gap:4px;
  overflow-x:auto;
  scrollbar-width:none;
  background:#172033;
  border-radius:999px;
  padding:8px;
  box-shadow:0 18px 38px rgba(15,23,42,.18), inset 0 0 0 1px rgba(255,255,255,.08);
}
.trMainPillNav::-webkit-scrollbar{display:none;}
.trMainPillNav button{
  flex:0 0 auto;
  min-width:88px;
  border:0;
  background:transparent!important;
  color:#e2e8f0!important;
  box-shadow:none!important;
  border-radius:999px!important;
  min-height:58px;
  padding:10px 14px;
  font-size:17px;
  font-weight:1000;
}
.trMainPillNav button.active{
  background:#fff!important;
  color:#0f172a!important;
  box-shadow:0 6px 18px rgba(0,0,0,.16)!important;
}
body.trTopNavRedesign .homeHero{
  margin-top:6px;
}
@media(max-width:760px){
  body.trTopNavRedesign .header{
    grid-template-columns:1fr;
    gap:10px;
    justify-items:center;
  }
  .trTopLogoBox,.trTopUserBox{
    justify-self:center;
  }
  .trMainPillNav{
    overflow-x:auto;
    justify-content:flex-start;
  }
  .trMainPillNav button{
    flex:0 0 auto;
    min-width:88px;
    min-height:48px;
    font-size:14px;
  }
}

/* Part12: 상단 메뉴 표시 설정 */
.trMainPillNav .trMenuSettingBtn{
  flex:0 0 58px;
  width:58px;
  min-width:58px;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  font-size:22px!important;
  display:grid;
  place-items:center;
}
.trTopUserGear{
  border:0;
  width:38px;
  height:38px;
  border-radius:999px;
  background:#172033;
  color:#fff;
  display:grid;
  place-items:center;
  cursor:pointer;
  box-shadow:none!important;
  padding:0!important;
}
.trMenuSettingsOverlay{
  position:fixed;
  inset:0;
  z-index:9999;
  background:rgba(15,23,42,.38);
  backdrop-filter:blur(6px);
  display:flex;
  align-items:center;
  justify-content:center;
  padding:22px;
}
.trMenuSettingsModal{
  position:relative;
  width:min(980px,100%);
  max-height:92vh;
  overflow:auto;
  display:grid;
  grid-template-columns:300px 1fr;
  background:#fff;
  border:1px solid #e2e8f0;
  border-radius:26px;
  box-shadow:0 28px 70px rgba(15,23,42,.25);
}
.trMenuSettingsClose{
  position:absolute;
  top:18px;
  right:18px;
  width:38px;
  height:38px;
  border:0;
  background:transparent!important;
  color:#172033!important;
  font-size:34px;
  line-height:1;
  box-shadow:none!important;
  padding:0!important;
}
.trMenuSettingsInfo{
  padding:40px 34px;
  border-right:1px solid #e2e8f0;
}
.trMenuSettingsInfo h2{
  margin:0 0 20px;
  font-size:30px;
  color:#0f172a;
  font-weight:1000;
}
.trMenuSettingsInfo p{
  margin:0;
  line-height:1.75;
  color:#475569;
  font-weight:700;
}
.trMenuSettingsHelp{
  margin-top:120px;
  border:1px solid #dbeafe;
  background:#f8fbff;
  border-radius:16px;
  padding:18px;
  color:#334155;
}
.trMenuSettingsHelp b{
  display:block;
  color:#0f172a;
  font-size:18px;
  margin-bottom:10px;
}
.trMenuSettingsHelp span{
  display:block;
  line-height:1.65;
  font-size:14px;
  font-weight:700;
}
.trMenuSettingsListBox{
  padding:40px 40px 28px;
}
.trMenuSettingsHead{
  display:grid;
  grid-template-columns:110px 1fr;
  color:#64748b;
  font-size:14px;
  font-weight:900;
  margin:0 0 14px;
}
.trMenuSettingsList{
  display:flex;
  flex-direction:column;
  gap:8px;
}


.trMenuSettingGroup{
  margin:14px 4px 4px;
  color:#64748b;
  font-size:13px;
  font-weight:1000;
  letter-spacing:-.02em;
}
.trMenuSettingGroup:first-child{margin-top:0;}

.trMenuSettingRow{
  min-height:54px;
  display:grid;
  grid-template-columns:54px 1fr;
  align-items:center;
  border:1px solid #e2e8f0;
  border-radius:12px;
  padding:0 18px;
  color:#0f172a;
  font-size:18px;
  font-weight:1000;
  cursor:pointer;
}
.trMenuSettingRow input{
  width:22px;
  height:22px;
  accent-color:#2563eb;
}
.trMenuSettingRow input:disabled{
  opacity:.55;
  cursor:not-allowed;
}
.trMenuSettingsActions{
  margin-top:26px;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  gap:12px;
  align-items:center;
}
.trMenuSettingsActions button{
  min-height:48px;
  border-radius:10px!important;
  padding:0 24px!important;
}
@media(max-width:760px){
  .trMainPillNav .trMenuSettingBtn{
    flex:0 0 52px;
    width:52px;
    min-width:52px;
    min-height:48px;
  }
  .trMenuSettingsOverlay{padding:12px;align-items:flex-start;overflow:auto;}
  .trMenuSettingsModal{grid-template-columns:1fr;border-radius:22px;}
  .trMenuSettingsInfo{padding:26px 22px;border-right:0;border-bottom:1px solid #e2e8f0;}
  .trMenuSettingsInfo h2{font-size:26px;}
  .trMenuSettingsHelp{margin-top:22px;}
  .trMenuSettingsListBox{padding:24px 18px;}
  .trMenuSettingsActions{grid-template-columns:1fr;}
  .trMenuSettingsActions span{display:none;}
}


/* Part14: 상단 메뉴 우측 빈 여백 제거 */
.trMainPillNavWrap{
  justify-content:flex-start!important;
  overflow-x:auto!important;
  max-width:1100px!important;
}
.trMainPillNav{
  width:max-content!important;
  min-width:0!important;
  max-width:none!important;
  display:inline-flex!important;
  flex:0 0 auto!important;
}
.trMainPillNav .trMenuSettingBtn{
  margin-left:4px!important;
}
@media(max-width:760px){
  .trMainPillNavWrap{max-width:100%!important;padding:0 8px!important;}
  .trMainPillNav{width:max-content!important;max-width:none!important;}
}
