
:root{--teal:#007a80;--teal2:#004d55;--gold:#f5aa00;--blue:#1d4ed8;--green:#059669;--red:#dc2626;--orange:#ea580c;--ink:#172033;--text:#2e333b;--muted:#64748b;--line:#e2e8f0;--bg:#f6f8fb;--white:#fff;--shadow:0 18px 45px rgba(0,65,72,.13);--max:1200px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Pretendard","Noto Sans KR",Arial,sans-serif;color:var(--text);letter-spacing:-.035em;word-break:keep-all}a{text-decoration:none;color:inherit}button,input,select,textarea{font-family:inherit}button{cursor:pointer}img{max-width:100%;display:block}.hidden{display:none!important}
.topbar{position:sticky;top:0;z-index:80;background:#101827;color:#fff;font-size:12px;border-bottom:1px solid rgba(255,255,255,.08)}.topbar-inner{max-width:var(--max);margin:0 auto;padding:8px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.live{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:999px;background:#1d4ed8;font-weight:900}.dot{width:7px;height:7px;border-radius:99px;background:#34d399;box-shadow:0 0 0 5px rgba(52,211,153,.16)}
.header{position:sticky;top:33px;z-index:70;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);box-shadow:0 6px 20px rgba(12,25,38,.04)}.header.no-top{top:0}.header-inner{max-width:var(--max);margin:0 auto;min-height:78px;padding:0 16px;display:flex;justify-content:space-between;align-items:center;gap:16px}.logo-wrap{display:flex;align-items:center;gap:10px;border:0;background:transparent;font-weight:1000;color:var(--teal2);font-size:18px}.logo{width:236px;max-width:48vw}.nav{display:flex;gap:4px;align-items:center}.nav a,.nav button{padding:10px 11px;border:0;background:transparent;border-radius:999px;font-size:13px;font-weight:900;color:#334155}.nav a:hover,.nav button:hover{background:#e6fffb;color:var(--teal)}.auth{display:flex;gap:8px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:999px;padding:12px 18px;font-size:14px;font-weight:1000;white-space:nowrap}.btn-sm{padding:9px 12px;font-size:12px}.btn-teal{background:var(--teal);color:#fff}.btn-gold{background:var(--gold);color:#201900}.btn-blue{background:var(--blue);color:#fff}.btn-green{background:var(--green);color:#fff}.btn-dark{background:#111827;color:#fff}.btn-line{background:#fff;border:1px solid var(--line);color:#334155}.member-chip{display:inline-flex;gap:7px;align-items:center;border:1px solid #cceeed;background:#f1fbfb;color:var(--teal2);border-radius:14px;padding:9px 12px;font-size:12px;font-weight:900}
.hero{position:relative;overflow:hidden;background:#eef7fa;isolation:isolate}.hero-bg{position:absolute;inset:0;z-index:-2;background:url("https://static.myktla.com/public/hero/ktla-hero-clean-4k.webp") center/cover no-repeat}.hero:after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(255,255,255,.90),rgba(255,255,255,.76) 40%,rgba(255,255,255,.12) 75%)}.hero-inner{max-width:var(--max);min-height:620px;margin:0 auto;padding:54px 16px 0;display:grid;grid-template-rows:auto 1fr auto}.hero-brand{width:320px;filter:drop-shadow(0 8px 14px rgba(255,255,255,.65))}.hero-content{align-self:center;max-width:760px}.hero-kicker{display:inline-flex;gap:10px;align-items:center;color:var(--teal2);font-size:14px;font-weight:1000;text-transform:uppercase;letter-spacing:.12em}.hero-kicker:before{content:"";width:50px;height:3px;background:var(--teal2);border-radius:99px}.hero h1{margin:18px 0 0;font-size:clamp(42px,5.2vw,70px);line-height:1.07;letter-spacing:-.08em;color:#111827;font-weight:1000;text-shadow:0 2px rgba(255,255,255,.45)}.hero h1 span{color:var(--teal)}.hero p{margin:22px 0 0;max-width:620px;color:#334155;font-size:20px;line-height:1.7;font-weight:760}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:28px}.hero-panel{margin:0 -16px;background:linear-gradient(135deg,#003f46,#052f38);color:#fff;display:grid;grid-template-columns:repeat(5,1fr);box-shadow:0 -18px 48px rgba(0,45,52,.16)}.hero-feature{min-height:108px;display:flex;align-items:center;justify-content:center;gap:10px;padding:16px;border-right:1px solid rgba(255,255,255,.14);font-weight:900;text-align:center}.hero-feature i{font-size:28px;font-style:normal}
.section{max-width:var(--max);margin:0 auto;padding:72px 16px}.section.white{background:#fff;max-width:none}.section.white>.inner{max-width:var(--max);margin:0 auto}.head{margin-bottom:26px}.kicker{display:inline-flex;align-items:center;color:var(--teal);font-size:13px;font-weight:1000;letter-spacing:.18em;text-transform:uppercase}.head h2{margin:10px 0 0;font-size:clamp(28px,4vw,44px);line-height:1.18;color:var(--ink);letter-spacing:-.07em}.head p{margin:12px 0 0;max-width:780px;color:var(--muted);font-size:15px;line-height:1.7;font-weight:700}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.card{background:#fff;border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:0 10px 26px rgba(40,50,60,.045)}.card h3{margin:0;color:var(--ink);font-size:21px;letter-spacing:-.05em}.card p{margin:10px 0 0;color:var(--muted);font-weight:650;line-height:1.65;font-size:14px}.field{display:grid;gap:8px;margin-bottom:14px}.field label{font-size:13px;font-weight:1000;color:#334155}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);background:#fff;border-radius:16px;padding:13px 14px;outline:none;font-size:14px}.field textarea{min-height:98px}.full{grid-column:1/-1}.required{color:#dc2626;font-weight:1000}
.tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:16px}.tabbtn{border:1px solid var(--line);background:#fff;color:#334155;padding:12px 16px;border-radius:999px;font-weight:1000}.tabbtn.active{background:var(--teal);border-color:var(--teal);color:#fff}.tabbtn.orange.active{background:var(--orange);border-color:var(--orange)}
.table-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;box-shadow:0 10px 26px rgba(40,50,60,.045)}.table-scroll{overflow:auto}table{width:100%;border-collapse:collapse;min-width:850px}th,td{padding:15px 16px;border-bottom:1px solid #edf2f7;text-align:left;font-size:14px}th{background:#f1f8f8;color:var(--teal2);font-size:12px;font-weight:1000}td{font-weight:750}.locked .table-scroll,.locked .direct-body{filter:blur(5px);pointer-events:none;user-select:none}.lock{display:none;position:absolute;inset:0;z-index:10;align-items:center;justify-content:center;text-align:center;color:#fff;background:rgba(10,18,29,.65);backdrop-filter:blur(4px);padding:22px}.locked .lock{display:flex}.lockbox{max-width:430px}.lockicon{width:64px;height:64px;border-radius:999px;margin:0 auto 12px;display:grid;place-items:center;background:rgba(255,255,255,.13);font-size:30px}.tag{display:inline-flex;padding:6px 10px;border-radius:99px;font-size:12px;font-weight:1000}.tag.green{background:#d1fae5;color:#047857}.tag.gold{background:#fff3cf;color:#9a6400}.tag.blue{background:#dbeafe;color:#1d4ed8}.tag.gray{background:#f1f5f9;color:#475569}.up{color:#dc2626;font-weight:1000}.down{color:#2563eb;font-weight:1000}.flat{color:#64748b;font-weight:1000}
.check-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.progress{height:12px;border-radius:99px;background:#e2e8f0;overflow:hidden}.progress i{display:block;height:100%;background:var(--teal);border-radius:99px}.checklist{display:grid;gap:10px;margin-top:18px}.doc{display:flex;gap:14px;border:1px solid var(--line);background:#f8fafc;border-radius:18px;padding:16px;cursor:pointer}.doc input{margin-top:4px;width:19px;height:19px}.doc b{display:block;color:#111827}.doc small{display:inline-flex;margin-left:6px;border-radius:99px;padding:3px 7px;background:#fee2e2;color:#b91c1c;font-size:10px}.doc p{margin:5px 0 0;color:#64748b;font-size:13px;line-height:1.5;font-weight:650}
.news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.news{background:#fff;border:1px solid var(--line);border-radius:22px;padding:20px;box-shadow:0 10px 26px rgba(40,50,60,.045)}.news h3{font-size:17px;line-height:1.45;margin:13px 0;color:#111827}.news p{font-size:13px;line-height:1.6;color:#64748b;font-weight:650}.news-meta{display:flex;justify-content:space-between;gap:12px;margin-top:14px;color:#94a3b8;font-size:12px;font-weight:900}.news-more-wrap{display:flex;justify-content:center;margin-top:26px}
.consult{background:#fff;border-top:1px solid var(--line)}.consult-inner{max-width:var(--max);margin:0 auto;padding:72px 16px;display:grid;grid-template-columns:.9fr 1.1fr;gap:24px}.consult-info{background:linear-gradient(135deg,var(--teal),var(--teal2));border-radius:26px;color:#fff;padding:32px}.consult-info h2{font-size:34px;margin:0}.big-phone{font-size:44px;font-weight:1000;margin-top:24px}.form{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:var(--shadow)}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.modal{position:fixed;inset:0;z-index:120;display:none;align-items:center;justify-content:center;background:rgba(7,14,24,.72);backdrop-filter:blur(6px);padding:18px}.modal.open{display:flex}.modal-card{width:min(100%,740px);max-height:92vh;overflow:auto;background:#fff;border-radius:26px;padding:24px;box-shadow:0 32px 80px rgba(0,0,0,.32)}.modal-card.wide{width:min(100%,1120px)}.modal-head{display:flex;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:14px;margin-bottom:18px}.modal-head h3{margin:0;font-size:22px}.close{border:0;background:#f1f5f9;border-radius:12px;width:38px;height:38px;font-size:24px}
.float{position:fixed;right:18px;bottom:18px;z-index:100;display:grid;gap:10px}.kakao{width:62px;height:62px;border-radius:999px;background:#fee500;color:#181600;display:grid;place-items:center;font-size:30px;box-shadow:0 18px 35px rgba(0,0,0,.18);border:1px solid rgba(0,0,0,.08)}.topbtn{width:52px;height:52px;border-radius:999px;background:#111827;color:#fff;font-weight:1000;box-shadow:0 14px 28px rgba(0,0,0,.18)}
.footer{background:#111827;color:#cbd5e1;padding:38px 16px 88px}.footer-inner{max-width:var(--max);margin:0 auto;display:flex;justify-content:space-between;gap:24px}.footer img{width:230px;background:#fff;border-radius:8px;padding:8px;margin-bottom:12px}
.admin-layout{display:grid;grid-template-columns:250px 1fr;min-height:100vh;background:#0f172a;color:#e5e7eb}.side{background:#020617;padding:22px;position:sticky;top:0;height:100vh}.side button,.side a{display:block;width:100%;text-align:left;margin:6px 0;padding:12px;border-radius:14px;background:rgba(255,255,255,.06);color:#e5e7eb;border:0;font-weight:900}.side button.active{background:#f5aa00;color:#111827}.admin-main{padding:26px}.admin-panel{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:24px;padding:22px;margin-bottom:20px}.input-dark{border-radius:.75rem;background:#0f172a;border:1px solid rgba(255,255,255,.1);padding:.6rem;color:white;width:100%}
@media(max-width:1040px){.nav{display:none}.hero-panel{grid-template-columns:repeat(2,1fr)}.grid-2,.grid-3,.grid-5,.consult-inner{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr 1fr}.admin-layout{grid-template-columns:1fr}.side{height:auto;position:relative}.side button,.side a{display:inline-flex;width:auto;margin:4px}}
@media(max-width:720px){.topbar-inner{justify-content:center}.topbar-inner>div:last-child{display:none}.header{top:33px}.header.no-top{top:0}.header-inner{height:auto;min-height:70px}.logo{width:190px}.auth{gap:5px}.btn-sm{padding:8px 9px}.hero{min-height:720px}.hero-bg{background-image:url("https://static.myktla.com/public/hero/ktla-hero-clean-mobile-1600x2200.webp");background-position:center top}.hero:after{background:linear-gradient(180deg,rgba(255,255,255,.94),rgba(255,255,255,.75) 48%,rgba(255,255,255,.08) 78%)}.hero-inner{min-height:720px;padding-top:28px}.hero-brand{width:245px}.hero h1{font-size:40px}.hero p{font-size:16px}.hero-actions{display:grid;max-width:310px}.section,.consult-inner{padding:52px 14px}.answer-grid,.form-grid{grid-template-columns:1fr}.news-grid{grid-template-columns:1fr}.footer-inner{display:block}.hero-panel{margin:0 -14px}.hero-feature{min-height:82px;font-size:13px;padding:10px}}
@media print{.topbar,.header,.hero,.float,.btn,.tabs,.consult,.footer,.lock{display:none!important}.section{padding:20px!important}.card,.table-card{box-shadow:none!important}}


/* =====================================================
   KTLA 상담바 / 핵심 기능바 CSS-only patch
   목적: 아이콘·글자·버튼 느낌을 화면 크기에 맞게 정돈
   변경 범위: hero-panel, hero-feature only
   ===================================================== */

.hero-panel{
  margin:0 -16px;
  padding:14px 16px;
  background:linear-gradient(135deg,#003f46,#052f38);
  color:#fff;
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:12px;
  box-shadow:0 -18px 48px rgba(0,45,52,.16);
}

.hero-feature{
  min-height:86px;
  display:flex;
  flex-direction:row;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:14px 12px;
  border:1px solid rgba(255,255,255,.16);
  border-radius:20px;
  background:rgba(255,255,255,.10);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 10px 22px rgba(0,0,0,.10);
  font-size:15px;
  font-weight:1000;
  line-height:1.28;
  letter-spacing:-.04em;
  text-align:left;
  word-break:keep-all;
  white-space:normal;
  transition:transform .16s ease,background .16s ease,border-color .16s ease;
}

.hero-feature:hover{
  transform:translateY(-2px);
  background:rgba(255,255,255,.16);
  border-color:rgba(255,255,255,.28);
}

.hero-feature i{
  flex:0 0 auto;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:14px;
  background:rgba(255,255,255,.14);
  font-size:24px;
  font-style:normal;
  line-height:1;
}

.hero-feature span{
  display:block;
  min-width:0;
  max-width:118px;
  color:#fff;
  text-shadow:0 1px 1px rgba(0,0,0,.16);
}

@media(max-width:1040px){
  .hero-panel{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:10px;
  }
  .hero-feature{
    min-height:78px;
    font-size:14px;
    padding:12px;
  }
  .hero-feature span{
    max-width:none;
  }
}

@media(max-width:720px){
  .hero-panel{
    margin:0 -14px;
    padding:12px 14px;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px;
  }
  .hero-feature{
    min-height:74px;
    justify-content:flex-start;
    font-size:13px;
    padding:11px 10px;
    border-radius:18px;
  }
  .hero-feature i{
    width:34px;
    height:34px;
    font-size:21px;
    border-radius:12px;
  }
  .hero-feature span{
    max-width:none;
  }
}

@media(max-width:390px){
  .hero-feature{
    gap:8px;
    font-size:12px;
    letter-spacing:-.055em;
  }
  .hero-feature i{
    width:31px;
    height:31px;
    font-size:19px;
  }
}


/* =====================================================
   KTLA hero quick buttons active + senior-readable font patch
   Changed scope: .hero-panel / .hero-feature only
   ===================================================== */

.hero-panel{
  max-width:1200px;
  margin:0 auto !important;
  padding:16px !important;
  background:linear-gradient(135deg,#003f46,#064a52) !important;
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:12px !important;
}

.hero-panel a,
.hero-panel button{
  text-decoration:none !important;
}

.hero-feature{
  appearance:none;
  -webkit-appearance:none;
  width:100%;
  min-height:88px !important;
  border:1px solid rgba(255,255,255,.22) !important;
  border-radius:22px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.15),rgba(255,255,255,.08)) !important;
  color:#fff !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  padding:16px 14px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.22),0 12px 24px rgba(0,0,0,.14) !important;
  font-size:18px !important;
  font-weight:1000 !important;
  line-height:1.25 !important;
  letter-spacing:-.045em !important;
  text-align:left !important;
  word-break:keep-all !important;
  white-space:normal !important;
  cursor:pointer !important;
  transition:transform .16s ease,background .16s ease,border-color .16s ease,box-shadow .16s ease !important;
}

.hero-feature:hover,
.hero-feature:focus-visible{
  transform:translateY(-3px) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.24),rgba(255,255,255,.13)) !important;
  border-color:rgba(255,255,255,.42) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.30),0 18px 34px rgba(0,0,0,.20) !important;
  outline:none !important;
}

.hero-feature:active{
  transform:translateY(0) scale(.985) !important;
}

.hero-feature i{
  flex:0 0 auto !important;
  width:46px !important;
  height:46px !important;
  display:grid !important;
  place-items:center !important;
  border-radius:17px !important;
  background:rgba(255,255,255,.16) !important;
  font-size:27px !important;
  line-height:1 !important;
  font-style:normal !important;
}

.hero-feature span{
  display:block !important;
  max-width:none !important;
  min-width:0 !important;
  color:#fff !important;
  text-shadow:0 1px 2px rgba(0,0,0,.25) !important;
}

@media(max-width:1040px){
  .hero-panel{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
    gap:10px !important;
    padding:14px !important;
  }
  .hero-feature{
    min-height:86px !important;
    font-size:17px !important;
    justify-content:flex-start !important;
  }
}

@media(max-width:720px){
  .hero-panel{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    padding:12px !important;
  }
  .hero-feature{
    min-height:82px !important;
    font-size:16px !important;
    gap:11px !important;
    padding:14px 12px !important;
  }
  .hero-feature i{
    width:42px !important;
    height:42px !important;
    font-size:24px !important;
  }
}

@media(max-width:390px){
  .hero-feature{
    font-size:15px !important;
  }
}


/* =====================================================
   KTLA mobile responsive emergency patch
   Scope: mobile layout, header, hero, quick buttons, tables
   Goal: prevent horizontal overflow and keep auth buttons visible
   ===================================================== */

html,body{
  max-width:100%;
  overflow-x:hidden !important;
}

body{
  -webkit-text-size-adjust:100%;
}

img,video,canvas,svg{
  max-width:100%;
}

.header,
.topbar,
.hero,
.section,
.consult,
.footer{
  max-width:100vw;
  overflow-x:hidden;
}

.header-inner{
  width:100%;
  min-width:0;
}

.logo-wrap,
.logo-wrap *{
  min-width:0;
}

.mobile-menu-btn{
  display:none;
  border:1px solid #dbe3ea;
  background:#fff;
  color:#0f172a;
  border-radius:999px;
  padding:9px 11px;
  font-size:12px;
  font-weight:1000;
  white-space:nowrap;
}

@media(max-width:900px){
  .topbar{
    position:relative;
  }

  .topbar-inner{
    padding:7px 10px;
    justify-content:center;
    overflow:hidden;
  }

  .topbar-inner>div:last-child{
    display:none;
  }

  .live{
    max-width:92vw;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:11px;
  }

  .header{
    top:0 !important;
  }

  .header-inner{
    min-height:64px;
    padding:8px 10px;
    gap:7px;
    justify-content:space-between;
  }

  .logo-wrap{
    flex:1 1 auto;
    max-width:calc(100vw - 190px);
    overflow:hidden;
  }

  .logo{
    width:170px !important;
    max-width:100% !important;
    flex:0 1 auto;
  }

  .logo-title{
    display:none !important;
  }

  .auth{
    flex:0 0 auto;
    gap:5px;
  }

  .auth .btn,
  .btn-sm{
    padding:8px 10px !important;
    font-size:12px !important;
    letter-spacing:-.04em;
  }

  #authArea .btn-line{
    min-width:54px;
  }

  #authArea .btn-teal{
    min-width:82px;
  }

  .mobile-menu-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
  }

  .nav{
    display:none !important;
  }

  body.mobile-nav-open .nav{
    display:grid !important;
    position:fixed;
    left:10px;
    right:10px;
    top:72px;
    z-index:95;
    grid-template-columns:1fr 1fr;
    gap:8px;
    padding:12px;
    border:1px solid #dbe3ea;
    border-radius:22px;
    background:rgba(255,255,255,.98);
    box-shadow:0 22px 46px rgba(15,23,42,.18);
  }

  body.mobile-nav-open .nav a,
  body.mobile-nav-open .nav button{
    display:flex;
    min-height:44px;
    align-items:center;
    justify-content:center;
    border:1px solid #e2e8f0;
    background:#f8fafc;
    padding:10px;
    text-align:center;
    font-size:13px;
    line-height:1.25;
  }

  .hero-inner{
    min-height:auto !important;
    padding:26px 14px 0 !important;
    display:block !important;
  }

  .hero-brand{
    width:210px !important;
    max-width:70vw !important;
  }

  .hero-content{
    max-width:100%;
    padding-top:20px;
  }

  .hero-kicker{
    font-size:12px !important;
    letter-spacing:.16em !important;
    max-width:100%;
    overflow:hidden;
  }

  .hero-kicker:before{
    width:24px !important;
    flex:0 0 auto;
  }

  .hero h1{
    width:100%;
    max-width:100%;
    font-size:clamp(34px,10.2vw,48px) !important;
    line-height:1.08 !important;
    letter-spacing:-.085em !important;
    word-break:keep-all !important;
    overflow-wrap:normal !important;
    margin-top:12px !important;
  }

  .hero p{
    max-width:100%;
    font-size:16px !important;
    line-height:1.62 !important;
    margin-top:16px !important;
  }

  .hero-actions{
    display:grid !important;
    grid-template-columns:1fr !important;
    width:min(100%,330px) !important;
    max-width:100% !important;
    gap:10px !important;
    margin-top:22px !important;
  }

  .hero-actions .btn{
    width:100%;
    min-height:48px;
    padding:13px 16px !important;
    font-size:15px !important;
  }

  .hero-panel{
    width:100% !important;
    max-width:100% !important;
    margin:22px 0 0 !important;
    padding:12px !important;
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
    border-radius:0 !important;
  }

  .hero-feature{
    min-width:0 !important;
    min-height:82px !important;
    justify-content:flex-start !important;
    font-size:16px !important;
    line-height:1.25 !important;
    padding:13px 10px !important;
    gap:10px !important;
    text-align:left !important;
  }

  .hero-feature i{
    width:40px !important;
    height:40px !important;
    font-size:23px !important;
  }

  .hero-feature span{
    min-width:0 !important;
    max-width:100% !important;
    overflow-wrap:keep-all !important;
    word-break:keep-all !important;
  }

  .section{
    padding:46px 14px !important;
  }

  .grid-5,
  .grid-3,
  .grid-2{
    grid-template-columns:1fr !important;
  }

  .card{
    padding:20px !important;
  }

  .head h2{
    font-size:30px !important;
    line-height:1.2 !important;
  }

  .head p{
    font-size:15px !important;
  }

  .table-card{
    width:100%;
    max-width:100%;
    overflow:hidden;
  }

  .table-scroll{
    max-width:100%;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
  }

  table{
    min-width:720px;
  }

  .float{
    right:12px;
    bottom:12px;
  }

  .kakao{
    width:54px;
    height:54px;
    font-size:25px;
  }

  .topbtn{
    width:48px;
    height:48px;
  }

  .modal-card{
    width:calc(100vw - 24px);
    max-width:calc(100vw - 24px);
    padding:18px;
    border-radius:22px;
  }
}

@media(max-width:480px){
  .header-inner{
    padding:7px 8px;
    gap:5px;
  }

  .logo-wrap{
    max-width:calc(100vw - 172px);
  }

  .logo{
    width:145px !important;
  }

  .auth .btn,
  .btn-sm{
    padding:7px 8px !important;
    font-size:11px !important;
  }

  #authArea .btn-line{
    min-width:50px;
  }

  #authArea .btn-teal{
    min-width:78px;
  }

  .mobile-menu-btn{
    padding:7px 8px;
    font-size:11px;
  }

  body.mobile-nav-open .nav{
    top:64px;
    grid-template-columns:1fr;
  }

  .hero h1{
    font-size:clamp(31px,11.5vw,42px) !important;
  }

  .hero p{
    font-size:15px !important;
  }

  .hero-feature{
    min-height:78px !important;
    font-size:15px !important;
  }

  .hero-feature i{
    width:36px !important;
    height:36px !important;
    font-size:21px !important;
  }
}

@media(max-width:360px){
  .logo{
    width:128px !important;
  }

  .logo-wrap{
    max-width:calc(100vw - 158px);
  }

  #authArea .btn-line{
    display:none;
  }

  .hero h1{
    font-size:30px !important;
  }

  .hero-feature{
    font-size:14px !important;
  }
}

