:root{
  --bg:#f5f7fb;
  --card:#ffffff;
  --ink:#0f172a;
  --muted:#64748b;
  --line:rgba(15,23,42,.10);
  --shadow:0 8px 20px rgba(2,6,23,.08);
  --shadow2:0 14px 34px rgba(2,6,23,.12);

  --orange:#ff8a00;
  --r:14px;
}

/* =========================================================
      AJAX 濡쒕뵫  ㅻ쾭 덉씠 ( 꾩옱 蹂댁씠    붾㈃ 以묒븰)
========================================================= */
.ltux-scope{
  position:relative;
  min-height:200px;
}
.ltux-scope.is-loading::before{
  content:"" !important;
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  z-index:9998 !important;
  background:rgba(255,255,255,.65) !important;
  backdrop-filter:blur(4px) !important;
}
.ltux-scope.is-loading::after{
  content:"" !important;
  position:fixed !important;
  top:calc(50vh - 25px) !important;
  left:calc(50vw - 25px) !important;
  z-index:9999 !important;
  width:50px !important;
  height:50px !important;
  margin:0 !important;
  border-radius:50% !important;
  border:4px solid rgba(15,23,42,.12) !important;
  border-top-color:var(--orange) !important;
  animation:luxg-spin .7s linear infinite !important;
  box-shadow:0 4px 20px rgba(0,0,0,.15) !important;
}
@keyframes luxg-spin{
  0%{ transform:rotate(0deg); }
  100%{ transform:rotate(360deg); }
}

/* =========================================================
      Hover Preview (留덉슦    ㅻ쾭    鍮꾨뵒    ъ깮)
========================================================= */
.ltux-thumb{ position:relative; overflow:hidden; }
.ltux-prev{
  position:absolute;
  inset:0;
  z-index:3;
  opacity:0;
  transition:opacity .15s ease;
  pointer-events:none;
}
.ltux-card:hover .ltux-prev,
.ltux-prev.is-loading{ opacity:1; }
.ltux-prev video{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.ltux-prev .ltux-pl{
  position:absolute;
  inset:0;
  z-index:5;
  display:none;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:8px;
  background:rgba(0,0,0,.55);
}
.ltux-prev.is-loading .ltux-pl{ display:flex; }
.ltux-prev .sp{
  width:24px;
  height:24px;
  border-radius:50%;
  border:2px solid rgba(255,255,255,.25);
  border-top-color:rgba(255,255,255,.95);
  animation:luxg-spin .8s linear infinite;
}
.ltux-prev .tx{
  font-size:11px;
  letter-spacing:.18em;
  font-weight:800;
  color:rgba(255,255,255,.9);
}

/*    PC 醫뚯슦  щ갚 */
.ltux-container{
  width:min(1400px, calc(100% - 72px));
  margin:0 auto;
}
@media (max-width:900px){ .ltux-container{ width:calc(100% - 28px); } }
@media (max-width:520px){ .ltux-container{ width:calc(100% - 16px); } }

/* top */
.ltux-top{
  position:relative;
  display:flex; align-items:flex-end; justify-content:space-between;
  gap:12px; margin:8px 0 10px;
}
.ltux-h1{
  margin:0;
  font-size:22px;
  font-weight:950;
  color:var(--ink);
  letter-spacing:-0.2px;
  display:flex;
  align-items:center;
  gap:8px;
}
.ltux-titlebar{
  color:var(--orange);
  font-weight:1000;
  line-height:1;
  transform:translateY(-1px);
}
.ltux-sub{ display:none !important; }

/* =========================================================
       뺣젹 3踰꾪듉: PC       묎쾶
========================================================= */
.ltux-sortbar{
  display:flex;
  gap:8px;                 /*    媛꾧꺽 以꾩엫 */
  align-items:center;
  flex-wrap:nowrap;
}

/*    PC 湲곕낯(=520px  댁긽):  묎쾶 */
.ltux-sortpill{
  height:34px;             /*    42 -> 34 */
  padding:0 12px;          /*    16 -> 12 */
  border-radius:999px;
  border:1px solid rgba(15,23,42,.12);
  background:#fff;
  color:rgba(15,23,42,.82);
  font-weight:950;
  font-size:13px;          /*     고듃 以꾩엫 */
  letter-spacing:-0.2px;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 16px rgba(2,6,23,.07);  /*    洹몃┝ 먮룄  쏀븯寃  */
  transition:transform .12s ease, box-shadow .12s ease, border-color .12s ease, color .12s ease, background .12s ease;
}
.ltux-sortpill:hover{
  transform:translateY(-1px);
  border-color:rgba(255,138,0,.28);
  box-shadow:0 12px 22px rgba(2,6,23,.10);
  color:var(--ink);
}
.ltux-sortpill.is-active{
  border-color:rgba(255,138,0,.62);
  background:rgba(255,138,0,.09);
  color:var(--ink);
  box-shadow:0 12px 22px rgba(2,6,23,.10);
}

/*    紐⑤컮  : 湲곗〈 洹몃 濡 ( 곗륫  곷떒 媛 濡  3媛 ) */
@media (max-width:520px){
  .ltux-top{ margin-top:10px; }
  .ltux-sortbar{
    position:absolute;
    right:0;
    top:0;
    height:44px;
    gap:6px;

    padding:6px;
    border-radius:999px;
    border:1px solid rgba(15,23,42,.10);
    background:rgba(255,255,255,.86);
    -webkit-backdrop-filter:blur(12px);
    backdrop-filter:blur(12px);
    box-shadow:0 16px 30px rgba(2,6,23,.14);
  }
  .ltux-sortpill{
    height:32px;
    padding:0 10px;
    font-size:12px;
    box-shadow:none;
    background:rgba(255,255,255,.92);
    white-space:nowrap;
  }
  .ltux-sortpill.is-active{
    background:rgba(255,138,0,.11);
    border-color:rgba(255,138,0,.68);
  }
  .ltux-h1{ padding-right:220px; }
}

/* loading */
.ltux-scope{ position:relative; }
.ltux-scope.is-loading:before{
  content:""; position:absolute; inset:0; z-index:40;
  background:rgba(255,255,255,.70); backdrop-filter:blur(6px);
  border-radius:16px;
}

/* grid */
.ltux-grid{
  width:100%;
  display:grid;
  grid-template-columns:repeat(4, minmax(0,1fr));
  gap:12px;
}
@media (max-width:1200px){ .ltux-grid{ grid-template-columns:repeat(3,1fr); } }
@media (max-width:900px){  .ltux-grid{ grid-template-columns:repeat(2,1fr); gap:10px; } }
@media (max-width:520px){  .ltux-grid{ grid-template-columns:repeat(2, minmax(0,1fr)); gap:8px; } }

.ltux-card{
  background:var(--card);
  border:1px solid var(--line);
  border-radius:var(--r);
  overflow:hidden;
  box-shadow:var(--shadow);
  transition:transform .16s ease, box-shadow .16s ease, border-color .16s ease;
}
.ltux-card:hover{
  transform:translateY(-1px);
  border-color:rgba(255,138,0,.18);
  box-shadow:var(--shadow2);
}
.ltux-a{ display:block; text-decoration:none; color:inherit; }

.ltux-thumb{
  position:relative;
  aspect-ratio:16/9;
  background:#eef1f7;
  overflow:hidden;
}
.ltux-img{
  width:100%; height:100%; display:block; object-fit:cover;
  transform:scale(1.01);
  transition:transform .22s ease;
}
.ltux-card:hover .ltux-img{ transform:scale(1.06); }

/* overlays */
.ltux-badges{
  position:absolute; left:8px; top:8px;
  display:flex; gap:6px; z-index:6;
}
.ltux-meta{
  position:absolute; right:8px; bottom:8px;
  display:flex; gap:6px; z-index:6;
}
.ltux-badge,
.ltux-chip,
.ltux-dur{
  display:inline-flex; align-items:center; gap:5px;
  padding:3px 7px;
  font-size:10px;
  font-weight:950;
  border-radius:999px;

  background:rgba(255,255,255,.72);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);

  border:1px solid rgba(15,23,42,.12);
  box-shadow:0 6px 14px rgba(2,6,23,.14);
  color:var(--ink);
}
.ltux-chip i{ color:var(--orange); }
.ltux-dur i{ color:var(--orange); }

.ltux-dur{
  position:absolute;
  left:8px;
  bottom:8px;
  z-index:6;
}

/* body */
.ltux-body{ padding:10px 10px 10px; }
.ltux-subject{
  font-weight:950; font-size:13px; line-height:1.25;
  color:var(--ink);
  display:-webkit-box;
  -webkit-line-clamp:2;
  line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  min-height:2.6em;
}
.ltux-date{
  margin-top:6px;
  font-size:11px; font-weight:850; color:var(--muted);
  display:flex; align-items:center; gap:6px;
}
.ltux-date i{ color:var(--orange); }

@media (max-width:520px){
  .ltux-body{ padding:9px 9px 9px; }
  .ltux-subject{ font-size:12.5px; min-height:2.55em; }
  .ltux-date{ font-size:10.5px; margin-top:5px; }
}

/* =========================================================
       섏씠吏  ㅼ씠    ㅽ    媛쒖꽑
========================================================= */
.ltux-paging{
  margin-top:24px;
  margin-bottom:20px;
  display:flex;
  justify-content:center;
  align-items:center;
}

.ltux-paging .pg_wrap{
  display:flex !important;
  align-items:center;
  flex-wrap:nowrap !important;
  gap:6px;
  width:auto;
  justify-content:flex-start;
  padding:0;
  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
  white-space:nowrap;
}

/* 洹몃늻蹂대뱶 湲곕낯 ul 湲곕컲  섏씠吏  ㅼ씠        */
.ltux-paging ul{
  list-style:none;
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:6px;
  padding:0;
  margin:0;
  background:transparent;
  border:none;
  border-radius:0;
  box-shadow:none;
  overflow:visible;
  white-space:nowrap;
}
.ltux-paging ul li{ margin:0; padding:0; }

/* 而ㅼ뒪    ㅻ퉬寃뚯씠    뚮뜑(luxpg) 怨듯넻  ㅽ    */
.luxpg.luxpg--win{
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:8px;
  padding:10px 12px;
  background:rgba(255,255,255,.96);
  border:1px solid rgba(15,23,42,.08);
  border-radius:16px;
  box-shadow:0 10px 26px rgba(2,6,23,.10);
  white-space:nowrap;
  overflow:hidden;
  max-width:100%;
  justify-content:center;
}

/*  섏씠吏  ㅼ씠   留곹겕 怨듯넻  ㅽ    */
.ltux-paging a,
.ltux-paging .pg_page,
.ltux-paging .pg_next,
.ltux-paging .pg_prev,
.ltux-paging .pg_start,
.ltux-paging .pg_end,
.ltux-paging strong,
.luxpg.luxpg--win a,
.luxpg.luxpg--win span{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:38px;
  height:38px;
  padding:0 12px;
  font-size:13px;
  font-weight:950;
  color:var(--ink);
  text-decoration:none;
  border-radius:10px;
  border:1px solid transparent;
  background:transparent;
  transition:all .15s ease;
  cursor:pointer;
  white-space:nowrap;
}

/*  쇰컲  섏씠吏  留곹겕 */
.ltux-paging .pg_page,
.luxpg.luxpg--win a.n{
  color:rgba(15,23,42,.75);
  border-color:rgba(15,23,42,.08);
  background:rgba(15,23,42,.02);
}

.ltux-paging .pg_page:hover{
  color:var(--ink);
  border-color:rgba(255,138,0,.25);
  background:rgba(255,138,0,.06);
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(2,6,23,.08);
}
.luxpg.luxpg--win a.n:hover{
  color:var(--ink);
  border-color:rgba(255,138,0,.25);
  background:rgba(255,138,0,.06);
  transform:translateY(-1px);
  box-shadow:0 4px 12px rgba(2,6,23,.08);
}

/*  쒖꽦  섏씠吏  */
.ltux-paging strong,
.ltux-paging .pg_page.on,
.luxpg.luxpg--win span.cur{
  color:#fff;
  background:linear-gradient(135deg, var(--orange) 0%, #ff6a00 100%);
  border-color:var(--orange);
  box-shadow:0 4px 14px rgba(255,138,0,.32);
  font-weight:1000;
}

/*  댁쟾/ ㅼ쓬/泥섏쓬/   踰꾪듉 */
.ltux-paging .pg_prev,
.ltux-paging .pg_next,
.ltux-paging .pg_start,
.ltux-paging .pg_end,
.luxpg.luxpg--win a.nav,
.luxpg.luxpg--win span.dis{
  color:var(--ink);
  border-color:rgba(15,23,42,.12);
  background:#fff;
  font-weight:1000;
  min-width:42px;
}

.ltux-paging .pg_prev:hover,
.ltux-paging .pg_next:hover,
.ltux-paging .pg_start:hover,
.ltux-paging .pg_end:hover,
.luxpg.luxpg--win a.nav:hover{
  color:var(--orange);
  border-color:rgba(255,138,0,.35);
  background:rgba(255,138,0,.08);
  transform:translateY(-1px);
  box-shadow:0 6px 16px rgba(2,6,23,.12);
}

/* 鍮꾪솢 깊솕   踰꾪듉 */
.ltux-paging .pg_prev.disabled,
.ltux-paging .pg_next.disabled,
.ltux-paging .pg_start.disabled,
.ltux-paging .pg_end.disabled,
.luxpg.luxpg--win span.dis{
  opacity:0.4;
  cursor:not-allowed;
  pointer-events:none;
}

/* 紐⑤컮  : 理쒕  5媛쒕쭔 蹂댁씠寃  - CSS濡  湲곕낯  ④  */
@media (max-width:520px){
  .ltux-paging{
    margin-top:20px;
    margin-bottom:16px;
    overflow:hidden;
  }
  
  .ltux-paging .pg_wrap{
    gap:3px;
    padding:6px 6px;
    border-radius:10px;
    flex-wrap:nowrap !important;
    justify-content:center;
    overflow:hidden;
  }
  
  /* 紐⑤컮 쇱뿉    レ옄  섏씠吏    湲곕낯 곸쑝濡  紐⑤몢  ④  - 紐⑤뱺  꾩넀      */
  .ltux-paging .pg_wrap a.pg_page,
  .ltux-paging .pg_wrap strong {
    display:none !important;
  }
  
  /*  ㅻ퉬寃뚯씠   踰꾪듉     긽  쒖떆 */
  .ltux-paging .pg_prev,
  .ltux-paging .pg_next,
  .ltux-paging .pg_start,
  .ltux-paging .pg_end {
    display:inline-flex !important;
  }

  /* ul 湲곕컲  섏씠吏  ㅼ씠  : 湲곕낯  ④  */
  .ltux-paging ul a,
  .ltux-paging ul strong{
    display:none !important;
  }
  /* JS濡   쒖떆   寃껊쭔 */
  .ltux-paging ul a[data-luxg-show="true"],
  .ltux-paging ul strong[data-luxg-show="true"]{
    display:inline-flex !important;
  }
  /*  ㅻ퉬寃뚯씠    띿뒪 몃뒗   긽  쒖떆 */
  .ltux-paging ul a.nav-fixed{
    display:inline-flex !important;
  }

  /* 媛뺤젣    以   좎  */
  .ltux-paging ul{
    flex-wrap:nowrap !important;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }
  
  /* JavaScript媛   쒖떆   寃껊쭔 蹂댁씠寃  - 理쒖슦   */
  .ltux-paging .pg_wrap a[data-luxg-show="true"],
  .ltux-paging .pg_wrap strong[data-luxg-show="true"] {
    display:inline-flex !important;
    visibility:visible !important;
    opacity:1 !important;
  }
  
  .ltux-paging a,
  .ltux-paging .pg_page,
  .ltux-paging .pg_next,
  .ltux-paging .pg_prev,
  .ltux-paging .pg_start,
  .ltux-paging .pg_end,
  .ltux-paging strong{
    min-width:28px;
    height:30px;
    padding:0 6px;
    font-size:11px;
    border-radius:7px;
    flex-shrink:0;
    float:none !important;
    margin:0 !important;
  }
  
  .ltux-paging .pg_prev,
  .ltux-paging .pg_next,
  .ltux-paging .pg_start,
  .ltux-paging .pg_end{
    min-width:30px;
  }
}

/* 酉고룷   700px  댄븯: 媛꾧꺽 異뺤냼 + 媛 濡   ㅽ겕濡   덉슜 */
@media (max-width:700px){
  .luxpg.luxpg--win{
    gap:4px;
    padding:6px 8px;
    overflow:hidden;
    max-width:100%;
  }
  .luxpg.luxpg--win a,
  .luxpg.luxpg--win span{
    min-width:32px;
    height:32px;
    padding:0 8px;
    font-size:12px;
    border-radius:8px;
  }
  .ltux-paging{
    justify-content:flex-start;
  }
}

/*  붿옱  쒓굅 */
#filters, .filters-select, .filters-options{ display:none !important; }
