
:root{
  --ink:#17191F;--ink2:#0E2236;--ink3:#102A40;
  --dline:#22425F;--dline2:#193448;
  --cyan:#A8E000;--cyan-dim:#6E9A00;
  --paper:#F5F5EF;--paper2:#FFFFFF;--card:#FFFFFF;
  --pline:#E8E7DC;--pline2:#D8D8CE;--line:#E8E7DC;
  --blue:#5C7211;--blue-deep:#23262F;--text:#1E3140;--pmuted:#5C6470;
  --muted:#5C6470;--dmuted:#8FA8BC;
  --amber:#A8E000;--amber2:#DCF58C;--pine:#23262F;--kakao:#FAE100;
  --gridD:rgba(168,224,0,.07);--gridL:rgba(0,0,0,.04);
  --serif:"Noto Serif KR",serif;--sans:"Pretendard Variable","Pretendard",-apple-system,"Apple SD Gothic Neo",sans-serif;--mono:"Space Mono",monospace;
  --max:1160px;
}
*{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{background:var(--paper);color:var(--text);font-family:var(--sans);line-height:1.75;-webkit-font-smoothing:antialiased;}
.wrap{max-width:var(--max);margin:0 auto;padding:0 28px;}
a{color:inherit;text-decoration:none;}
h1,h2,h3{font-weight:800;line-height:1.25;letter-spacing:-.01em;color:var(--blue-deep);}
.eyebrow{font-family:var(--mono);font-size:.72rem;letter-spacing:.2em;text-transform:uppercase;color:var(--blue);}
.ser{font-weight:800;letter-spacing:-.01em;}
.accent{color:var(--cyan);}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;font-size:.94rem;padding:.66em 1.3em;border-radius:7px;border:1px solid transparent;cursor:pointer;transition:transform .12s,background .15s,border-color .15s,color .15s;}
.btn:active{transform:translateY(1px);}
.btn-amber{background:var(--amber);color:#26190A;}
.btn-amber:hover{background:var(--amber2);}
.btn-out{border-color:var(--pline2);color:var(--blue-deep);background:transparent;}
.btn-out:hover{border-color:var(--blue);}
.btn-dark{background:var(--blue-deep);color:#EAF2F8;}
.btn-dark:hover{background:#1c3a52;}
.btn-line{border-color:var(--cyan-dim);color:#EAF2F8;background:transparent;}
.btn-line:hover{border-color:var(--cyan);background:rgba(168,224,0,.08);}

header{position:sticky;top:0;z-index:60;background:rgba(23,25,31,.94);backdrop-filter:blur(8px);border-bottom:1px solid var(--dline2);}
.nav{display:flex;align-items:center;gap:22px;height:66px;}
.brand{margin-right:auto;}
.brand{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.12rem;color:#EAF2F8;}
.brand .dot{width:10px;height:10px;border-radius:50%;background:var(--amber);box-shadow:0 0 0 4px rgba(242,169,59,.18);}
.nav-links{display:flex;align-items:center;gap:26px;}
.nav-toggle{display:none;}
.nav-links a{font-size:.92rem;color:var(--dmuted);transition:color .15s;padding:6px 2px;}
.nav-links a:hover,.nav-links a.on{color:#fff;}
.nav-links a.cta-top{color:#26190A;}

.hero{position:relative;overflow:hidden;background:var(--ink);color:#EAF2F8;border-bottom:1px solid var(--dline2);}
.hero::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--gridD) 1px,transparent 1px),linear-gradient(90deg,var(--gridD) 1px,transparent 1px);background-size:46px 46px;-webkit-mask-image:linear-gradient(180deg,#000 55%,transparent);mask-image:linear-gradient(180deg,#000 55%,transparent);pointer-events:none;}
.hero .inner{position:relative;display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;padding:64px 0 72px;}
.hero h1{font-size:clamp(2.1rem,4.6vw,3.3rem);color:#fff;}
.hero .lead{color:#BBD0E0;font-size:1.06rem;max-width:30em;margin-top:1.1rem;}
.hero .cta{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap;}
.hero .tiny{font-family:var(--mono);font-size:.74rem;color:var(--cyan-dim);margin-top:22px;letter-spacing:.1em;}
.relief{width:100%;height:auto;}
.relief .ring{fill:none;stroke:#2A4A66;stroke-width:1;}
.relief .ring.b{stroke:#34607f;}
.relief .path{fill:none;stroke:var(--cyan);stroke-width:2.6;stroke-linecap:round;}
.relief .me{fill:var(--cyan);}
.relief .peak{fill:var(--amber2);}

.strip{background:var(--paper2);border-bottom:1px solid var(--pline);}
.strip .g{display:grid;grid-template-columns:repeat(4,1fr);}
.strip .s{padding:26px 16px;text-align:center;border-right:1px solid var(--pline);}
.strip .s:last-child{border-right:0;}
.strip .n{font-family:var(--mono);font-weight:700;font-size:1.7rem;color:var(--blue);line-height:1;}
.strip .l{font-size:.82rem;color:var(--pmuted);margin-top:8px;}

.block{padding:78px 0;}
.block.alt{background:var(--paper2);border-top:1px solid var(--pline);border-bottom:1px solid var(--pline);}
.head{max-width:46em;margin-bottom:36px;}
.head h2{font-size:clamp(1.6rem,3vw,2.1rem);margin-top:.5rem;}
.head p{color:var(--pmuted);margin-top:10px;}
.feat{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.fcard{position:relative;background:var(--card);border:1px solid var(--pline);border-radius:12px;padding:26px 24px;}
.fcard .lv{font-family:var(--mono);font-size:.8rem;color:var(--blue);border:1px solid var(--pline2);width:34px;height:34px;border-radius:6px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;}
.fcard h3{font-size:1.12rem;margin-bottom:8px;}
.fcard p{color:var(--pmuted);font-size:.94rem;}
.steps{display:grid;grid-template-columns:repeat(4,1fr);position:relative;margin-top:8px;}
.steps::before{content:"";position:absolute;top:27px;left:9%;right:9%;height:2px;background:linear-gradient(90deg,#A8E000,#DCF58C);}
.step{position:relative;padding:0 16px;}
.step .sn{position:relative;z-index:2;width:54px;height:54px;border:2px solid #A8E000;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;color:#17191F;background:var(--paper);box-shadow:0 10px 24px -10px rgba(168,224,0,.4);}
.block.alt .step .sn{background:var(--paper2);}
.step h3{font-size:1.06rem;margin:16px 0 6px;}
.step p{color:var(--pmuted);font-size:.9rem;}
.quotes{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.quote{border:1px solid var(--pline);border-left:3px solid var(--cyan);border-radius:0 12px 12px 0;padding:24px;background:var(--card);}
.quote blockquote{font-family:var(--serif);font-size:1.12rem;line-height:1.65;color:var(--blue-deep);}
.quote .who{font-size:.86rem;color:var(--pmuted);margin-top:12px;}

.ctaband{background:linear-gradient(120deg,#0E2236,#13314A);border:1px solid var(--dline);border-radius:16px;padding:46px 40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;color:#EAF2F8;}
.ctaband h2{color:#fff;font-size:clamp(1.5rem,2.6vw,2rem);}
.ctaband p{color:var(--dmuted);margin-top:8px;}
.ctaband .eyebrow{color:#5C7211;}

.phead{position:relative;overflow:hidden;border-bottom:1px solid var(--pline);background:var(--paper);}
.phead::before{content:"";position:absolute;inset:0;background-image:linear-gradient(var(--gridL) 1px,transparent 1px),linear-gradient(90deg,var(--gridL) 1px,transparent 1px);background-size:42px 42px;opacity:.7;pointer-events:none;}
.phead .wrap{position:relative;padding:40px 28px 32px;}
.phead-center .wrap{text-align:center;}
.phead h1{font-size:clamp(1.7rem,3.4vw,2.3rem);margin-top:.6rem;}
.phead p{color:var(--pmuted);margin-top:8px;}
.crumb{font-family:var(--mono);font-size:.74rem;color:var(--blue);letter-spacing:.05em;}
.crumb a:hover{text-decoration:underline;}
.pthumb{display:block;width:100%;max-height:300px;object-fit:cover;border-radius:14px;border:1px solid var(--pline);margin:24px auto 0;background:var(--ink);}

.searchbar{margin-bottom:18px;}
.searchbar input{width:100%;padding:13px 16px;border:1px solid var(--pline2);border-radius:9px;background:var(--card);font-size:1rem;font-family:var(--sans);color:var(--text);}
.searchbar input:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,0,0,.12);}
.rchips{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:30px;}
.rchip{font-family:var(--sans);font-size:.86rem;padding:7px 14px;border:1px solid var(--pline2);background:var(--card);color:var(--blue-deep);border-radius:999px;cursor:pointer;transition:.15s;}
.rchip:hover{border-color:var(--blue);}
.rchip.on{background:var(--blue-deep);color:#fff;border-color:var(--blue-deep);}
.region{margin-bottom:40px;}
.region-title{font-size:1.2rem;display:flex;align-items:baseline;gap:10px;margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid var(--pline);}
.region-title .cnt{font-family:var(--mono);font-size:.78rem;color:var(--pmuted);font-weight:400;}
.bgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;}
.bcard{display:block;background:var(--card);border:1px solid var(--pline);border-radius:11px;padding:18px 18px 16px;transition:border-color .15s,transform .12s;}
.bcard:hover{border-color:var(--blue);transform:translateY(-2px);}
.bcard h4{font-size:1.04rem;margin-bottom:5px;color:var(--blue-deep);}
.bcard .addr{font-size:.82rem;color:var(--pmuted);margin-bottom:10px;}
.tags{display:flex;flex-wrap:wrap;gap:5px;margin-top:5px;}
.tag{display:inline-block;border:1px solid var(--pline2);border-radius:999px;padding:2px 10px;font-size:.76rem;color:var(--blue-deep);}
.bcard .more{display:inline-block;margin-top:12px;font-family:var(--mono);font-size:.76rem;color:var(--blue);}

.detail-grid{display:grid;grid-template-columns:1fr 320px;gap:34px;}
.info{min-width:0;}
.info .row{display:flex;gap:14px;padding:14px 0;border-bottom:1px solid var(--pline);}
.info .row .lbl{flex:0 0 116px;font-family:var(--mono);font-size:.74rem;color:var(--blue);letter-spacing:.03em;padding-top:2px;}
.info .row .v{color:var(--text);}
.chips-static{display:flex;flex-wrap:wrap;gap:5px;}
.lpchips{display:flex;flex-wrap:wrap;gap:7px;}
.lpchips a{display:inline-block;border:1px solid var(--pline2);border-radius:999px;padding:5px 12px;font-size:.82rem;color:var(--blue-deep);}
.lpchips a:hover{border-color:var(--blue);color:var(--blue);}
.side{align-self:start;position:sticky;top:84px;background:var(--card);border:1px solid var(--pline);border-radius:14px;padding:22px 20px;}
.side .tel{font-family:var(--mono);font-size:1.4rem;color:var(--blue-deep);text-align:center;margin-bottom:14px;}
.side .btn{width:100%;margin-bottom:9px;}

.lp{max-width:760px;}
.lp .lead{font-size:1.06rem;color:var(--blue-deep);}
.lp h2{font-family:var(--serif);font-size:1.4rem;margin:32px 0 12px;}
.lp h3{font-size:1.08rem;color:var(--blue);margin:20px 0 6px;}
.lp p{margin:10px 0;color:var(--text);}
.lp ul{margin:10px 0 10px 1.1em;color:var(--text);}
.lp li{margin:6px 0;}
.facts{background:var(--card);border:1px solid var(--pline);border-radius:12px;overflow:hidden;margin:22px 0;}
.frow{display:flex;border-bottom:1px solid var(--pline);}
.frow:last-child{border-bottom:0;}
.frow .fk{flex:0 0 116px;background:#F4F7F7;font-family:var(--mono);font-size:.74rem;color:var(--blue);padding:12px 14px;border-right:1px solid var(--pline);}
.frow span:last-child{padding:12px 14px;font-size:.92rem;}
.faq .q{font-weight:700;margin-top:16px;color:var(--blue-deep);}
.faq .a{color:var(--pmuted);margin-top:4px;}
.cta-row{display:flex;gap:12px;flex-wrap:wrap;margin:26px 0;}
.related{margin-top:26px;padding-top:20px;border-top:1px solid var(--pline);}
.related .lbl{font-family:var(--mono);font-size:.74rem;color:var(--blue);display:block;margin-bottom:10px;}

.ch{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:0 auto 26px;max-width:640px;}
.chan{display:block;background:var(--card);border:1px solid var(--pline);border-radius:12px;padding:22px;text-align:center;}
.chan:hover{border-color:var(--blue);}
.chan .ic{width:44px;height:44px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;margin:0 auto 12px;font-size:1.2rem;}
.chan h3{font-size:1rem;}
.chan p{font-size:.82rem;color:var(--pmuted);margin:4px 0;}
.chan .v{font-weight:700;color:var(--blue-deep);}
.form{max-width:620px;margin:0 auto;}
.form .row{display:grid;grid-template-columns:1fr 1fr;gap:16px;border:0;padding:0;margin-bottom:16px;}
.form>div{margin-bottom:16px;}
.form label,.qf label{display:block;font-size:.86rem;font-weight:700;color:var(--blue-deep);margin-bottom:6px;}
.form input,.form select,.form textarea,.qf input,.qf select{width:100%;padding:12px 14px;border:1px solid var(--pline2);border-radius:9px;background:var(--card);font-size:1rem;font-family:var(--sans);color:var(--text);}
.form textarea{min-height:120px;resize:vertical;}
.form input:focus,.form select:focus,.form textarea:focus,.qf input:focus,.qf select:focus{outline:none;border-color:var(--blue);box-shadow:0 0 0 3px rgba(0,0,0,.12);}
.form{max-width:640px;margin-left:auto;margin-right:auto;}
#c-submit{width:100%;}
.status{margin-top:14px;font-size:.92rem;}

.fab{position:fixed;right:22px;bottom:22px;z-index:55;display:flex;flex-direction:column;gap:12px;}
.fab .item{display:flex;}
.ico{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 26px -8px rgba(11,26,43,.5);transition:transform .15s;}
.fab .item:hover .ico{transform:translateY(-2px);}
.ico.tel{background:var(--blue-deep);color:#fff;}
.ico.kakao{background:var(--kakao);color:#3A1D1D;}
.ico.ask{background:var(--amber);color:#3A2206;}
/* 무료 방문 상담 오퍼 바 (전 페이지 상단) */
.offerbar{background:linear-gradient(90deg,#0F2A22,#1C5C46);color:#fff;text-align:center;font-size:.94rem;font-weight:700;padding:10px 16px;line-height:1.5;}
.offerbar b{color:#BFF13A;}
.offerbar a{display:inline-block;margin-left:10px;background:#A8E000;color:#15291C;padding:4px 14px;border-radius:999px;font-weight:800;text-decoration:none;white-space:nowrap;}
.offerbar a:hover{background:#BFF13A;}
/* 모바일 하단 고정 문의 바 */
.mcta{display:none;}
/* 후기·성과 섹션 */
.rv-sec{padding:60px 0;background:#F7F6F0;}
.rv-head{text-align:center;margin-bottom:34px;}
.rv-head h2{font-size:1.62rem;}
.rv-head p{color:var(--muted);margin-top:10px;}
.rv-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;max-width:1040px;margin:0 auto;}
.rv-card{background:#fff;border:1px solid #ECEBE1;border-radius:16px;padding:22px 22px 20px;box-shadow:0 10px 30px -20px rgba(11,26,43,.35);display:flex;flex-direction:column;gap:11px;}
.rv-top{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.rv-badge{display:inline-block;background:#EEF6E5;color:#33691E;font-size:.78rem;font-weight:800;padding:4px 11px;border-radius:999px;white-space:nowrap;}
.rv-stars{color:#F5A623;font-size:1rem;letter-spacing:2px;}
.rv-title{font-size:1.12rem;font-weight:800;color:#12344E;line-height:1.35;}
.rv-body{color:#2C3138;line-height:1.66;font-size:.96rem;flex:1;}
.rv-who{color:var(--muted);font-size:.9rem;font-weight:700;border-top:1px solid #F0EFE7;padding-top:11px;}
/* 학습정보(가이드) */
.g-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.g-card{display:flex;flex-direction:column;background:#fff;border:1px solid #ECEBE1;border-radius:16px;overflow:hidden;text-decoration:none;color:inherit;box-shadow:0 10px 30px -22px rgba(11,26,43,.35);transition:transform .15s,box-shadow .15s;}
.g-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px -22px rgba(11,26,43,.4);}
.g-thumb{aspect-ratio:16/9;background:#EEF1EC;overflow:hidden;}
.g-thumb img{width:100%;height:100%;object-fit:cover;display:block;}
.g-cbody{display:flex;flex-direction:column;gap:9px;padding:18px 20px 20px;}
.g-hero{max-width:760px;margin:0 auto 24px;border-radius:14px;overflow:hidden;aspect-ratio:16/9;background:#EEF1EC;}
.g-hero img{width:100%;height:100%;object-fit:cover;display:block;}
.g-cat{align-self:flex-start;background:#EEF6E5;color:#33691E;font-size:.76rem;font-weight:800;padding:4px 11px;border-radius:999px;}
.g-card h3{font-size:1.12rem;line-height:1.4;color:#12344E;}
.g-card p{color:var(--muted);font-size:.94rem;line-height:1.6;flex:1;}
.g-more{color:var(--pine,#1C5C46);font-weight:800;font-size:.9rem;}
.g-article{max-width:760px;margin:0 auto;color:#2B3138;line-height:1.8;font-size:1.02rem;}
.g-article h2{font-size:1.3rem;color:#12344E;margin:34px 0 12px;padding-top:6px;}
.g-article h3{font-size:1.08rem;color:#1C5C46;margin:22px 0 8px;}
.g-article p{margin:0 0 14px;}
.g-article ul,.g-article ol{margin:0 0 16px;padding-left:22px;}
.g-article li{margin:0 0 7px;}
.g-article .lead{font-size:1.1rem;color:#3A4149;background:#F7F6F0;border-left:4px solid #A8E000;padding:14px 18px;border-radius:8px;}
.g-related{max-width:760px;margin:40px auto 0;border-top:1px solid #EAE9E1;padding-top:20px;}
.g-related h4{font-size:1rem;margin-bottom:12px;}
.g-related a{display:block;color:var(--pine,#1C5C46);font-weight:700;padding:6px 0;text-decoration:none;}
.g-related a:hover{text-decoration:underline;}
.g-cta{background:linear-gradient(120deg,#0F2A22,#1C5C46);color:#fff;padding:56px 0;text-align:center;}
.g-cta h2{font-size:1.5rem;}
.g-cta p{color:#D6E6DE;margin:12px auto 22px;max-width:560px;}

.modal-bg{position:fixed;inset:0;background:rgba(11,26,43,.6);display:none;align-items:center;justify-content:center;z-index:80;padding:20px;}
.modal-bg.show{display:flex;}
.modal{background:var(--card);border-radius:18px;max-width:380px;width:100%;padding:36px 28px 28px;text-align:center;box-shadow:0 30px 80px -20px rgba(0,0,0,.5);}
.modal .mic{width:64px;height:64px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;margin:0 auto 18px;}
.modal h3{font-size:1.22rem;margin-bottom:10px;}
.modal p{color:var(--pmuted);margin-bottom:22px;}
.modal{position:relative;}
.modal-x{position:absolute;top:12px;right:14px;width:30px;height:30px;background:none;border:0;font-size:1.4rem;line-height:1;color:var(--muted);cursor:pointer;border-radius:8px;}
.modal-x:hover{background:#F1F0EA;color:#333;}
.ph-ic{width:58px;height:58px;border-radius:50%;background:#FDEBF1;color:#E8436E;display:flex;align-items:center;justify-content:center;margin:2px auto 16px;}
.ph-ic svg{width:28px;height:28px;}
.ph-num{font-size:1.7rem;font-weight:800;color:var(--blue-deep,#12344E);letter-spacing:.5px;margin:4px 0 20px;}
.ph-copy.done{background:var(--pine,#1C5C46)!important;color:#fff!important;border-color:transparent!important;}
.modal .btn{width:100%;}

.notfound{padding:120px 0;text-align:center;}
.notfound h1{font-size:2rem;}

footer{background:#15171C;border-top:1px solid var(--dline2);padding:56px 0 28px;color:var(--dmuted);font-size:.9rem;}
.ft-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:30px;}
.ft-brand .logo{display:flex;align-items:center;gap:.5rem;font-weight:800;font-size:1.12rem;color:#EAF2F8;}
.ft-brand .logo .dot{width:10px;height:10px;border-radius:50%;background:var(--amber);}
.ft-brand .desc{line-height:1.7;max-width:26em;margin:12px 0;}
.ft-brand .contact{line-height:2;}
.ft-brand .contact a,.ft-brand b{color:#EAF2F8;}
.ft-col h4{color:#EAF2F8;font-family:var(--mono);font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:12px;}
.ft-col a{display:block;color:var(--dmuted);padding:3px 0;}
.ft-col a:hover{color:var(--cyan);}
.ft-regions a{display:inline-block;margin:0 12px 7px 0;}
.ft-chips{display:flex;flex-wrap:wrap;gap:7px;}
.ft-chips a{display:inline-block;padding:5px 12px;border:1px solid var(--dline);border-radius:999px;color:var(--dmuted);font-size:.82rem;}
.ft-chips a:hover{border-color:var(--cyan);color:var(--cyan);}
.ft-all{display:inline-block;margin-top:10px;color:var(--cyan);font-weight:700;}
.ft-bottom{border-top:1px solid var(--dline2);margin-top:32px;padding-top:18px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;font-size:.8rem;}
.ft-bottom a{color:var(--dmuted);}

@media(max-width:880px){.detail-grid{grid-template-columns:1fr;}.hero .inner{grid-template-columns:1fr;}.relief{order:-1;max-width:420px;}}
@media(max-width:760px){.feat,.bgrid,.ch{grid-template-columns:1fr;}.steps{grid-template-columns:1fr 1fr;gap:28px 0;}.steps::before{display:none;}.quotes{grid-template-columns:1fr;}.ft-grid{grid-template-columns:1fr 1fr;}.ft-brand{grid-column:1/-1;}.form .row{grid-template-columns:1fr;}.strip .g{grid-template-columns:1fr 1fr;}.strip .s:nth-child(2){border-right:0;}}
@media(max-width:640px){
  .wrap{padding:0 20px;}
  .nav{height:60px;gap:10px;position:relative;flex-wrap:nowrap;}
  .nav-toggle{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:40px;padding:0;background:transparent;border:1px solid var(--dline2);border-radius:10px;cursor:pointer;flex:0 0 auto;}
  .nav-toggle span{display:block;width:20px;height:2px;background:#EAF2F8;margin:0 auto;border-radius:2px;transition:.2s;}
  .nav-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .nav-toggle[aria-expanded="true"] span:nth-child(2){opacity:0;}
  .nav-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}
  .nav-links{position:absolute;top:100%;left:-20px;right:-20px;flex-direction:column;align-items:stretch;gap:0;background:#15171C;box-shadow:0 12px 24px rgba(0,0,0,.35);border-top:1px solid var(--dline2);padding:6px 0;display:none;}
  .nav-links.open{display:flex;}
  .nav-links a{padding:15px 48px;font-size:1rem;border-bottom:1px solid rgba(255,255,255,.06);}
  .cta-top{padding:.5em .95em;font-size:.88rem;}
  .hero .inner{padding:44px 0 52px;gap:22px;}
  .hero .cta .btn{flex:1 1 auto;}
  .specs{width:100%;}
  .spec{flex:1 0 50%;}
  .strip .n{font-size:1.45rem;}
  .block{padding:52px 0;}
  .head{margin-bottom:26px;}
  .phead .wrap{padding:28px 18px 24px;}
  .ctaband{padding:30px 22px;}
  .ctaband .btn{width:100%;}
  .detail-grid{gap:24px;}
  .side{position:static;top:auto;}
  .lp,.lp p,.bcard .addr,.lpchips a,.info .row .v,.frow span:last-child,.related a{overflow-wrap:anywhere;}
  .fab{display:none;}
  .ico{width:48px;height:48px;}
  .mcta{display:flex;position:fixed;left:0;right:0;bottom:0;z-index:70;background:#fff;border-top:1px solid #E6E5DD;box-shadow:0 -6px 20px -12px rgba(0,0,0,.35);padding:8px 8px calc(8px + env(safe-area-inset-bottom));gap:8px;}
  .mcta a{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;padding:9px 4px;border-radius:12px;font-size:.8rem;font-weight:800;text-decoration:none;line-height:1;}
  .mcta a svg{width:20px;height:20px;}
  .mcta .m-tel{background:#E8F0F7;color:#12344E;}
  .mcta .m-kakao{background:#FEE500;color:#3A1D1D;}
  .mcta .m-ask{background:#A8E000;color:#15291C;flex:1.6;}
  .rv-grid{grid-template-columns:1fr;}
  .offerbar{font-size:.86rem;padding:9px 12px;}
  .offerbar a{display:block;margin:7px auto 0;width:fit-content;}
  footer{padding-bottom:96px;}
  .ft-grid{gap:24px;}
}
@media(max-width:380px){
  .hero h1{font-size:1.95rem;}
}
.hm{display:block}
.hm-hero{position:relative;padding:60px 0 56px;overflow:hidden;background:#fff;color:#17191F}
.hm-hero::before{content:"";position:absolute;inset:0;background:radial-gradient(560px 280px at 12% -10%,rgba(168,224,0,.13),transparent 70%),radial-gradient(520px 300px at 96% 20%,rgba(23,25,31,.06),transparent 70%);pointer-events:none}
.hm-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:46px;align-items:center}
.hm-eyebrow{display:inline-flex;align-items:center;gap:8px;font-family:var(--mono);font-size:.74rem;letter-spacing:.1em;color:#5C7211;background:#EEF5D8;border:1px solid #DCE9B0;padding:6px 12px;border-radius:999px}
.hm-live{position:relative;width:8px;height:8px;border-radius:50%;background:#8FBF00}
.hm-live::after{content:"";position:absolute;inset:-5px;border-radius:50%;border:2px solid #8FBF00;animation:hmPing 1.8s ease-out infinite}
@keyframes hmPing{0%{transform:scale(.6);opacity:.7}100%{transform:scale(1.7);opacity:0}}
.hm-h1{font-size:clamp(2.3rem,4.6vw,3.5rem);font-weight:800;letter-spacing:-.02em;color:#17191F;margin:16px 0;line-height:1.16}
.hm-h1 .w{display:inline-block;opacity:0;transform:translateY(14px);animation:hmRise .6s cubic-bezier(.2,.7,.2,1) forwards}
.hm-h1 .a{color:#17191F;position:relative}
.hm-h1 .a::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:8px;background:rgba(168,224,0,.5);z-index:-1;transform:scaleX(0);transform-origin:left;animation:hmSwipe .7s ease .9s forwards}
@keyframes hmRise{to{opacity:1;transform:none}}@keyframes hmSwipe{to{transform:scaleX(1)}}
.hm-lead{font-size:1.06rem;color:#5C7080;max-width:30em;opacity:0;animation:hmRise .6s ease .7s forwards}
.hm-cta{display:flex;gap:12px;margin-top:28px;opacity:0;animation:hmRise .6s ease .9s forwards;flex-wrap:wrap}
.hm-dash{position:relative;background:#fff;border:1px solid #E8E7DC;border-radius:20px;padding:22px;box-shadow:0 30px 60px -34px rgba(12,28,46,.5);animation:hmFloat 6s ease-in-out infinite}
@keyframes hmFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.hm-dh{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px}
.hm-dh b{font-size:.95rem;color:#17191F;display:inline-flex;align-items:center;gap:7px}
.hm-ex{font-family:var(--mono);font-size:.6rem;color:#8a99a8;background:#EEF2F6;border:1px solid #E0E7EE;padding:1px 6px;border-radius:5px;letter-spacing:.05em}
.hm-pill{font-size:.72rem;color:#5C7211;background:#EAF0D8;padding:3px 9px;border-radius:999px;font-weight:700;display:inline-flex;align-items:center;gap:5px}
.hm-pill .hm-live{width:6px;height:6px}
.hm-rings{display:flex;gap:12px;margin-top:14px}
.hm-ring{flex:1;background:#F5F5EF;border:1px solid #E8E7DC;border-radius:14px;padding:14px;display:flex;align-items:center;gap:12px}
.hm-ring svg{width:54px;height:54px;flex:0 0 54px;transform:rotate(-90deg)}
.hm-ring .rt small{font-size:.72rem;color:#5C7080;display:block}.hm-ring .rt b{font-size:1.25rem;font-weight:800;color:#17191F}
.hm-mini{margin-top:16px;background:#F5F5EF;border:1px solid #E8E7DC;border-radius:14px;padding:14px 14px 12px}
.hm-mh{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}
.hm-mh .mt{font-size:.84rem;font-weight:700;color:#17191F}.hm-mh .up{color:#5C7211;font-weight:700;font-size:.74rem}
.hm-spark{display:flex;align-items:flex-end;gap:5px;height:46px}
.hm-spark i{flex:1;background:linear-gradient(#A8E000,#CDEB6A);border-radius:3px 3px 0 0;height:8px;transition:height .8s cubic-bezier(.2,.7,.2,1)}
.hm-spark i:last-child{background:linear-gradient(#5C7211,#8FBF00)}
.hm-mx{display:flex;justify-content:space-between;margin-top:7px;font-size:.66rem;color:#5C7080;font-family:var(--mono)}
.hm-strip{border-top:1px solid #E8E7DC;border-bottom:1px solid #E8E7DC;background:#F5F5EF}
.hm-sg{display:grid;grid-template-columns:repeat(4,1fr)}
.hm-s{padding:26px;text-align:center;border-right:1px solid #E8E7DC}.hm-s:last-child{border-right:0}
.hm-s b{font-family:var(--sans);font-size:1.85rem;font-weight:800;letter-spacing:-.01em;color:#17191F;display:block;line-height:1.1}.hm-s span{font-size:.84rem;color:#5C7080}
.hm-finder{background:linear-gradient(160deg,#17191F,#23262F);color:#fff;padding:54px 0;overflow:hidden}
.hm-fgrid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:40px;align-items:center}
.hm-fgrid>div{min-width:0}
.hm-finder h2{font-size:1.7rem;font-weight:800;margin-bottom:6px;color:#fff}
.hm-sub{color:#9DB6C6;margin-bottom:18px}
.hm-fbar{display:flex;gap:10px}.hm-fbar input{flex:1;min-width:0;border:0;border-radius:11px;padding:15px 16px;font-size:1rem;font-family:var(--sans)}
.hm-fchips{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}
.hm-fchips a{font-size:.86rem;border:1px solid #3A4150;color:#cfe0ea;border-radius:999px;padding:7px 14px;transition:.18s}
.hm-fchips a:hover{border-color:#A8E000;color:#fff;transform:translateY(-2px)}
.hm-marquee{margin-top:18px;max-width:100%;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent);mask-image:linear-gradient(90deg,transparent,#000 12%,#000 88%,transparent)}
.hm-marquee .track{display:inline-flex;white-space:nowrap;animation:hmScroll 26s linear infinite;font-family:var(--mono);font-size:.78rem;color:#7f9bb4}
@keyframes hmScroll{to{transform:translateX(-50%)}}
.hm-map{background:rgba(255,255,255,.04);border:1px solid #313640;border-radius:18px;padding:16px}
.hm-mc-h{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}
.hm-mc-h b{font-size:.92rem;color:#fff}.hm-mc-h em{font-style:normal;font-family:var(--mono);font-size:.84rem;color:#A8E000;font-weight:700}
.hm-legend{display:flex;gap:18px;margin-top:6px;font-size:.72rem;color:#9DB6C6}
.hm-legend i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px;vertical-align:middle}
.hm-proc{padding:66px 0;background:#fff}
.hm-proc h2{font-size:1.6rem;font-weight:800;color:#17191F;text-align:center}
.hm-ps{color:#5C7080;text-align:center;margin:8px auto 40px;max-width:40em}
.hm-steps{position:relative;display:grid;grid-template-columns:repeat(4,1fr);max-width:920px;margin:0 auto}
.hm-rail{position:absolute;top:28px;left:11%;right:11%;height:2px;background:#E8E7DC}
.hm-rail .fill{position:absolute;inset:0;width:0;background:linear-gradient(90deg,#A8E000,#DCF58C);border-radius:2px;animation:hmFill 3s ease-out infinite}
.hm-rail .runner{position:absolute;top:-4px;left:0;width:10px;height:10px;border-radius:50%;background:#fff;box-shadow:0 0 0 4px rgba(168,224,0,.45);animation:hmRun 3s ease-out infinite}@keyframes hmFill{0%{width:0}78%{width:100%}100%{width:100%}}@keyframes hmRun{0%{left:0;opacity:0}6%{opacity:1}78%{left:100%;opacity:1}90%{opacity:0}100%{left:100%;opacity:0}}@media(prefers-reduced-motion:reduce){.hm-rail .fill{animation:none;width:100%}.hm-rail .runner{animation:none;opacity:0}}
.hm-step{text-align:center;padding:0 14px;position:relative;z-index:2}
.hm-step .n{width:56px;height:56px;border-radius:50%;background:#fff;border:2px solid #E8E7DC;display:flex;align-items:center;justify-content:center;margin:0 auto 14px;font-family:var(--mono);font-weight:700;color:#5C7080;transition:.4s}
.hm-step.on .n{border-color:#A8E000;color:#17191F;box-shadow:0 10px 24px -10px rgba(168,224,0,.4)}
.hm-step h3{font-size:1.05rem;color:#17191F;margin-bottom:5px}.hm-step p{font-size:.88rem;color:#5C7080}
.hm-tband{background:#F5F5EF;border-top:1px solid #E8E7DC;padding:54px 0;text-align:center}
.hm-quote{max-width:40em;margin:0 auto;min-height:78px;position:relative}
.hm-quote .q{font-size:1.3rem;color:#17191F;font-weight:600;line-height:1.5;transition:opacity .5s}
.hm-quote .q:not(.show){opacity:0}
.hm-w{color:#5C7080;margin-top:12px}
.hm-cta2{background:#fff;padding:0 0 70px}
/* 무료 진단검사 안내 섹션 */
.dg-sec{background:#F7F7F1;padding:64px 0;border-top:1px solid #EAE9DF;border-bottom:1px solid #EAE9DF;}
.dg-head{text-align:center;max-width:720px;margin:0 auto 34px;}
.dg-tag{display:inline-block;font-family:var(--mono);font-size:.72rem;letter-spacing:.14em;color:#5C7211;background:#EEF5D8;border:1px solid #DCE9B0;padding:5px 12px;border-radius:999px;}
.dg-head h2{font-size:clamp(1.5rem,3vw,2.1rem);margin:14px 0 10px;}
.dg-head p{color:var(--muted);line-height:1.75;}
.dg-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;max-width:940px;margin:0 auto;}
.dg-card{background:#fff;border:1px solid #E3E8EC;border-radius:14px;padding:24px;}
.dg-name{font-weight:800;font-size:1.12rem;color:var(--blue-deep);margin-bottom:10px;}
.dg-lead{color:var(--text);line-height:1.75;font-size:.97rem;}
.dg-meta{list-style:none;padding:0;margin:16px 0 0;border-top:1px dashed #E3E8EC;padding-top:14px;}
.dg-meta li{font-size:.92rem;color:var(--muted);padding:4px 0;}
.dg-meta b{display:inline-block;min-width:66px;color:var(--blue-deep);font-weight:700;}
.dg-foot{display:grid;grid-template-columns:340px 1fr;gap:26px;align-items:center;max-width:940px;margin:26px auto 0;background:#fff;border:1px solid #E3E8EC;border-radius:14px;padding:22px;}
.dg-foot img{width:100%;height:auto;border-radius:10px;display:block;}
.dg-note{color:var(--muted);line-height:1.75;font-size:.95rem;margin-bottom:10px;}
@media(max-width:760px){.dg-grid{grid-template-columns:1fr;}.dg-foot{grid-template-columns:1fr;}}
/* 4가지 학습 시스템 (/about) — 본사 실사진 + 오름 톤 재작성 문구 */
.pg-grid{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:34px;}
.pg-card{background:#fff;border:1px solid #E3E8EC;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;}
.pg-img{aspect-ratio:3/2;background:#F7F7F1;overflow:hidden;}
.pg-img img{width:100%;height:100%;object-fit:cover;display:block;}
.pg-body{padding:24px;display:flex;flex-direction:column;flex:1;}
.pg-n{font-family:var(--mono);font-size:.72rem;letter-spacing:.14em;color:#5C7211;}
.pg-card h3{font-size:1.16rem;margin:8px 0 10px;}
.pg-lead{color:var(--text);line-height:1.75;font-size:.97rem;}
.pg-pts{list-style:none;padding:0;margin:16px 0 0;border-top:1px dashed #E3E8EC;padding-top:14px;}
.pg-pts li{position:relative;padding:5px 0 5px 16px;font-size:.92rem;color:var(--muted);line-height:1.6;}
.pg-pts li:before{content:"";position:absolute;left:0;top:13px;width:5px;height:5px;border-radius:50%;background:#A8E000;}
@media(max-width:760px){.pg-grid{grid-template-columns:1fr;}}
/* 홈 중간 상담 밴드 — 하단 밴드와 같은 .hm-ctaband 스타일을 재사용한다 */
.hm-ctamid{padding:6px 0 64px}
.hm-ctabtns{display:flex;gap:10px;flex-wrap:wrap}
.hm-ctaband .btn-line{background:transparent;border:1.5px solid rgba(234,242,248,.42);color:#EAF2F8}
.hm-ctaband .btn-line:hover{border-color:#A8E000;color:#fff}
@media(max-width:520px){.hm-ctabtns{width:100%}.hm-ctabtns .btn{flex:1 1 100%;justify-content:center}}
.hm-ctaband{background:linear-gradient(120deg,#17191F,#23262F);border-radius:18px;padding:40px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;color:#EAF2F8}
.hm-ctaband h2{color:#fff;font-size:clamp(1.4rem,2.4vw,1.9rem);margin-top:.4rem}.hm-ctaband p{color:#9DB6C6;margin-top:8px}
.hm-eyebrow2{font-family:var(--mono);font-size:.72rem;letter-spacing:.16em;color:#A8E000;text-transform:uppercase}
@media(prefers-reduced-motion:reduce){.hm-h1 .w{opacity:1;transform:none;animation:none}.hm-lead,.hm-cta{opacity:1;animation:none}.hm-dash{animation:none}.hm-marquee .track{animation:none}}
@media(max-width:860px){.hm-grid,.hm-fgrid{grid-template-columns:1fr}.hm-sg{grid-template-columns:1fr 1fr}.hm-steps{grid-template-columns:1fr 1fr;gap:30px 0}.hm-rail{display:none}.hm-ctaband{padding:28px 22px}}
/* 뱃지 문구가 길어졌으므로 좁은 화면에서는 자간을 줄이고, 넘치면 두 줄로 가지런히 접힌다 */
@media(max-width:520px){.hm-eyebrow{font-size:.68rem;letter-spacing:.02em;padding:6px 11px;line-height:1.5;text-align:center;border-radius:14px}}
.hm-sec{padding:70px 0;background:#fff}
.hm-sec.alt{background:#F5F5EF;border-top:1px solid #E8E7DC;border-bottom:1px solid #E8E7DC}
.hm-sechead{text-align:center;max-width:42em;margin:0 auto 40px}
.hm-dots3{display:flex;gap:6px;justify-content:center;margin-bottom:14px}
.hm-dots3 i{width:7px;height:7px;border-radius:50%;background:#E8E7DC}
.hm-dots3 i:nth-child(1){background:#A8E000}.hm-dots3 i:nth-child(2){background:#17191F}
.hm-sec h2{font-size:clamp(1.5rem,2.8vw,2rem);font-weight:800;color:#17191F;letter-spacing:-.02em}
.hm-sechead p{color:#5C7080;margin-top:10px}
.hm-cards{display:grid;gap:16px}
.hm-c4{grid-template-columns:repeat(4,1fr)}.hm-c5{grid-template-columns:repeat(5,1fr)}.hm-c3{grid-template-columns:repeat(3,1fr)}
.hm-card{background:#fff;border:1px solid #E8E7DC;border-radius:16px;padding:24px 22px;transition:transform .18s,box-shadow .18s,border-color .18s}
.hm-card:hover{transform:translateY(-4px);box-shadow:0 20px 40px -24px rgba(12,28,46,.4);border-color:#cfe0ef}
.hm-ic{width:46px;height:46px;border-radius:12px;background:#EEF5D8;color:#4C6B00;display:flex;align-items:center;justify-content:center;margin-bottom:14px}
.hm-ic svg{width:24px;height:24px}
.hm-card h3{font-size:1.08rem;color:#17191F;margin-bottom:7px}
.hm-card p{font-size:.92rem;color:#5C7080;line-height:1.6}
.hm-lv{display:inline-block;font-weight:800;font-size:.78rem;color:#5C7211;background:#EEF5D8;border-radius:8px;padding:5px 12px;margin-bottom:12px}
.hm-tagk{display:inline-block;font-family:var(--mono);font-size:.7rem;letter-spacing:.12em;color:#5C7211;background:#EEF5D8;border-radius:7px;padding:4px 10px;margin-bottom:12px}
.hm-subj{background:#fff;border:1px solid #E8E7DC;border-radius:16px;padding:22px 20px;transition:transform .18s,box-shadow .18s}
.hm-subj:hover{transform:translateY(-4px);box-shadow:0 20px 40px -24px rgba(12,28,46,.4)}
.hm-badge{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:#17191F;color:#fff;font-weight:800;font-size:1.02rem;margin-bottom:12px}
.hm-subj p{font-size:.9rem;color:#5C7080;line-height:1.6}
.hm-rv{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}
.hm-rv.in{opacity:1;transform:none}
.hm-cards .hm-rv:nth-child(2){transition-delay:.07s}.hm-cards .hm-rv:nth-child(3){transition-delay:.14s}.hm-cards .hm-rv:nth-child(4){transition-delay:.21s}.hm-cards .hm-rv:nth-child(5){transition-delay:.28s}
@media(prefers-reduced-motion:reduce){.hm-rv{opacity:1;transform:none}}
@media(max-width:860px){.hm-c4{grid-template-columns:1fr 1fr}.hm-c5{grid-template-columns:1fr 1fr}.hm-c3{grid-template-columns:1fr}}
@media(max-width:520px){.hm-c4,.hm-c5{grid-template-columns:1fr}}
.hm-goal{padding:70px 0;background:linear-gradient(135deg,#1F2128,#15171C);color:#fff}
.hm-goal .hm-sechead h2{color:#fff}.hm-goal .hm-sechead p{color:rgba(255,255,255,.92)}
.hm-goal .hm-dots3 i{background:rgba(255,255,255,.55)}.hm-goal .hm-dots3 i:nth-child(1),.hm-goal .hm-dots3 i:nth-child(2){background:#fff}
.hm-gcard{background:#fff;border-radius:16px;padding:30px 24px;text-align:center;box-shadow:0 22px 44px -26px rgba(20,22,28,.4)}
.hm-gcard .hm-ic{margin:0 auto 14px;background:#EEF5D8;color:#5C7211}
.hm-gcard h3{font-size:1.1rem;color:#17191F;margin-bottom:7px}.hm-gcard p{font-size:.92rem;color:#5C7080;line-height:1.6}
.hm-space-grid{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center;max-width:1000px;margin:0 auto}
.hm-space-txt h2{font-size:clamp(1.4rem,2.6vw,1.9rem);font-weight:800;color:#17191F;letter-spacing:-.02em;margin:6px 0 14px}
.hm-space-txt p{color:#5C7080;line-height:1.75;margin-bottom:10px}
.hm-space-art{background:#F5F5EF;border:1px solid #E8E7DC;border-radius:18px;padding:20px;text-align:center}
.hm-space-art svg{width:100%;height:auto;max-width:320px}
.hm-space-art .cap{font-size:.78rem;color:#5C7080;margin-top:6px}
.hm-faq{max-width:760px;margin:0 auto}
.hm-faq details{border:1px solid #E8E7DC;border-radius:12px;margin-bottom:10px;background:#fff;overflow:hidden}
.hm-faq summary{cursor:pointer;padding:16px 20px;font-weight:700;color:#17191F;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:12px}
.hm-faq summary::-webkit-details-marker{display:none}
.hm-faq summary::after{content:"+";color:#17191F;font-size:1.4rem;font-weight:700;line-height:1}
.hm-faq details[open] summary::after{content:"−"}
.hm-faq details[open] summary{color:#17191F}
.hm-faq .a{padding:0 20px 18px;color:#5C7080;line-height:1.75;font-size:.95rem}
@media(max-width:860px){.hm-space-grid{grid-template-columns:1fr;gap:26px}.hm-space-art{order:-1}}

header .cta-top{background:#A8E000;border-color:#A8E000;color:#15171C;}
.hm-cta .btn-amber{background:#17191F;border-color:#17191F;color:#fff;}
.hm-cta .btn-out{border-color:#D8D8CE;color:#17191F;background:#fff;}
.hm-finder .btn-amber{background:#A8E000;border-color:#A8E000;color:#15171C;}
.hm-ctaband .btn-amber{background:#A8E000;border-color:#A8E000;color:#15171C;}
/* ===== 상세페이지(/lp/, /branch/) 리디자인 — 그린 테마 ===== */
.det{background:#F3F5F7;padding:10px 0 52px;}
.det .dwrap{max-width:760px;margin:0 auto;padding:0 18px;}
.det .dwrap.wide{max-width:1080px;}
.det-crumb{font-size:.8rem;color:#5C7211;letter-spacing:.02em;padding:18px 2px 14px;}
.det-crumb a{color:#5C7211;text-decoration:none;}
.det-crumb a:hover{text-decoration:underline;}
.crumbs{border-bottom:1px solid #E6E6DD;background:rgba(0,0,0,.012);}
.crumbs .wrap{display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding-top:11px;padding-bottom:11px;font-size:.8rem;color:#5C7211;letter-spacing:.01em;}
.crumbs a{color:#5C7211;text-decoration:none;}
.crumbs a:hover{text-decoration:underline;}
.crumbs .crumb-sep{color:#AEB4A0;font-size:.78rem;}
.crumbs .crumb-cur{color:#17191F;font-weight:600;}
.ft-upd{opacity:.85;}
.ph-sec{padding:54px 0;}
.ph-sec.alt{background:#fff;}
.ph-head{text-align:center;max-width:720px;margin:0 auto 26px;}
.ph-head h2{font-size:1.66rem;font-weight:800;letter-spacing:-.01em;}
.ph-head p{color:var(--muted);margin-top:8px;font-size:1rem;}
.ph-grid{display:grid;gap:16px;}
.ph-g1{grid-template-columns:1fr;max-width:760px;margin:0 auto;}
.ph-g2{grid-template-columns:repeat(2,1fr);}
.ph-g3{grid-template-columns:repeat(3,1fr);}
.ph{margin:0;border-radius:16px;overflow:hidden;aspect-ratio:4/3;background:#EDEEE7;}
.ph img{width:100%;height:100%;object-fit:cover;display:block;}
.ph-empty{display:flex;align-items:center;justify-content:center;border:2px dashed #C7CCBA;background:repeating-linear-gradient(45deg,#F4F5EE,#F4F5EE 11px,#EEF0E6 11px,#EEF0E6 22px);}
.ph-empty img{display:none;}
.ph-in{display:none;flex-direction:column;align-items:center;gap:6px;text-align:center;color:#8E9579;padding:18px;}
.ph-empty .ph-in{display:flex;}
.ph-ico{font-size:1.9rem;line-height:1;}
.ph-t{font-weight:800;font-size:.98rem;}
.ph-s{font-size:.8rem;opacity:.85;max-width:200px;}
@media(max-width:760px){.ph-g2,.ph-g3{grid-template-columns:1fr;}}
.ab-table{width:100%;border-collapse:collapse;margin:4px 0 0;font-size:.96rem;background:#fff;border:1px solid #E8E7DC;border-radius:12px;overflow:hidden;}
.ab-table th{background:#F0F1EA;font-weight:800;padding:13px 14px;color:#3A3F33;}
.ab-table td{padding:14px;text-align:center;border-top:1px solid #ECEBE0;color:#3A3F33;}
.ab-note{color:#C0392B;font-size:.86rem;margin:10px 2px 6px;}
.ab-row{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center;margin:40px 0;}
.ab-row .ab-img .ph{aspect-ratio:4/3;}
.ab-row.flip .ab-img{order:2;}
.ab-txt h2{font-size:1.5rem;font-weight:800;margin-bottom:14px;letter-spacing:-.01em;}
.ab-txt p{color:#4A4F45;line-height:1.78;margin-bottom:12px;}
.ab-txt p:last-child{margin-bottom:0;}
.ab-txt b{color:#5C7211;font-weight:700;}
.ab-subj-grid{display:grid;gap:14px;}
.ab-subj-item{background:#fff;border:1px solid #ECEBE0;border-radius:14px;padding:18px 20px;}
.ab-subj-item .sj-h{display:flex;align-items:center;gap:11px;margin-bottom:8px;}
.ab-subj-item .sj-b{display:inline-flex;align-items:center;justify-content:center;min-width:50px;height:30px;padding:0 12px;border-radius:8px;background:#17191F;color:#A8E000;font-weight:800;font-size:.92rem;}
.ab-subj-item h3{font-size:1.08rem;font-weight:800;}
.ab-subj-item p{color:#4A4F45;line-height:1.72;}
.ab-goals{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.ab-goal{background:#fff;border:1px solid #ECEBE0;border-radius:16px;padding:28px 20px;text-align:center;}
.ab-goal .gi{font-size:1.95rem;line-height:1;}
.ab-goal h3{font-size:1.08rem;font-weight:800;margin:12px 0 8px;}
.ab-goal p{color:#5A5F53;font-size:.94rem;line-height:1.66;}
@media(max-width:760px){.ab-row{grid-template-columns:1fr;gap:18px;margin:28px 0;}.ab-row.flip .ab-img{order:0;}.ab-goals{grid-template-columns:1fr;}}
.reg-lead{margin:16px 2px 0;color:#3A3F33;line-height:1.7;font-size:1.02rem;}
.reg-lead b{color:#5C7211;font-weight:700;}
/* 상세 본문 중간 이미지 */
.art-img{margin:24px 0;border-radius:14px;overflow:hidden;border:1px solid #E3E8EC;background:#F3F5F7;}
.art-img img{width:100%;height:auto;display:block;max-height:600px;object-fit:contain;}
.art-img figcaption{padding:10px 14px;font-size:.85rem;color:var(--muted);background:#fff;border-top:1px solid #EEF2F4;text-align:center;line-height:1.5;}
/* 지점별 학원 내부 사진 갤러리 */
.branch-gallery .bp-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:10px;}
.branch-gallery .bp-i{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:12px;border:1px solid #E3E8EC;display:block;background:#EEF1F3;}
.brand-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.brand-card{margin:0;background:#fff;border:1px solid #ECEBE0;border-radius:16px;overflow:hidden;display:flex;flex-direction:column;}
.brand-img{aspect-ratio:4/3;background:#F4F5EE;display:flex;align-items:center;justify-content:center;padding:18px;}
.brand-img img{max-width:100%;max-height:100%;object-fit:contain;}
.brand-card figcaption{padding:18px 20px;}
.brand-card figcaption b{font-size:1.1rem;font-weight:800;}
.brand-card figcaption span{display:block;color:#5C7211;font-weight:700;font-size:.85rem;margin:2px 0 8px;}
.brand-card figcaption p{color:#5A5F53;font-size:.92rem;line-height:1.6;}
.ai-hero{background:radial-gradient(120% 120% at 50% 0,#1b2550 0,#0d1430 55%,#0a0f24 100%);color:#fff;text-align:center;padding:64px 0 56px;}
.ai-eyebrow{display:inline-block;color:#9db4ff;font-size:.9rem;letter-spacing:.04em;margin-bottom:14px;}
.ai-title{font-size:2.7rem;font-weight:800;letter-spacing:-.01em;color:#fff;}
.ai-title .ai-ai{background:linear-gradient(90deg,#7c9cff,#b388ff);-webkit-background-clip:text;background-clip:text;color:transparent;}
.ai-sub{color:#c7d0ee;margin:16px auto 0;max-width:560px;line-height:1.7;}
.ai-orbit{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:30px;}
.ai-node{display:inline-flex;align-items:center;justify-content:center;width:74px;height:74px;border-radius:50%;background:rgba(255,255,255,.06);border:1px solid rgba(140,170,255,.4);color:#dbe4ff;font-weight:700;font-size:.92rem;}
.ai-sys{padding:50px 0;}
.ai-tabs{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;margin-bottom:30px;}
.ai-tab{padding:11px 22px;border-radius:999px;border:1px solid #d8dccd;background:#fff;font-weight:700;font-size:.98rem;cursor:pointer;color:#3a3f33;transition:.15s;}
.ai-tab.on{background:#17191F;color:#A8E000;border-color:#17191F;}
.ai-panel{display:none;}
.ai-panel.on{display:block;animation:aifade .3s ease;}
@keyframes aifade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.ai-phead{text-align:center;max-width:720px;margin:0 auto 26px;}
.ai-phead h2{font-size:1.7rem;font-weight:800;}
.ai-phead h2 span{font-size:1rem;font-weight:600;color:var(--muted);}
.ai-lead{color:#4a4f45;line-height:1.7;margin-top:10px;}
.ai-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:26px;}
.ai-step{display:flex;gap:12px;align-items:flex-start;background:#fff;border:1px solid #ECEBE0;border-radius:14px;padding:18px;}
.ai-sn{font-weight:800;color:#A8E000;background:#17191F;border-radius:8px;padding:3px 9px;font-size:.85rem;flex:0 0 auto;}
.ai-step b{font-size:1rem;}
.ai-step p{color:#5a5f53;font-size:.9rem;line-height:1.55;margin-top:3px;}
.ai-content{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;}
.ai-cimg .ph{aspect-ratio:16/10;}
.ai-points{list-style:none;display:flex;flex-direction:column;gap:12px;}
.ai-points li{position:relative;padding-left:26px;color:#3a3f33;line-height:1.6;}
.ai-points li:before{content:"✓";position:absolute;left:0;top:0;color:#5C7211;font-weight:800;}
.ai-points b{color:#5C7211;}
.ai-cta2{background:#0d1430;color:#fff;text-align:center;padding:48px 0;}
.ai-cta2 h2{font-size:1.6rem;font-weight:800;color:#fff;}
.ai-cta2 .btn-out{color:#fff;border-color:rgba(255,255,255,.55);}
.aie-top-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:6px;}
.aie-top{background:#fff;border:1px solid #ECEBE0;border-radius:14px;padding:16px;text-align:center;}
.aie-top .aie-img .ph{aspect-ratio:16/10;margin-bottom:12px;}
.aie-top b{display:block;font-size:1.05rem;margin-bottom:6px;}
.aie-top p{color:#5a5f53;font-size:.9rem;line-height:1.5;}
.aie-sec{margin-top:40px;text-align:left;}
.aie-h{text-align:center;font-size:1.45rem;font-weight:800;margin-bottom:18px;}
.aie-sub{color:#4a4f45;line-height:1.7;margin-bottom:14px;}
.aie-sub b{color:#5C7211;}
.aie-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;}
.aie-card{background:#fff;border:1px solid #ECEBE0;border-radius:14px;padding:16px;}
.aie-card .aie-img .ph{aspect-ratio:16/10;margin-bottom:10px;}
.aie-step{display:inline-block;background:#17191F;color:#A8E000;font-weight:800;font-size:.72rem;border-radius:999px;padding:3px 12px;margin-bottom:10px;}
.aie-card b{display:block;margin-bottom:6px;}
.aie-card ul{list-style:none;display:flex;flex-direction:column;gap:4px;}
.aie-card li{position:relative;padding-left:13px;color:#5a5f53;font-size:.9rem;line-height:1.5;}
.aie-card li:before{content:"·";position:absolute;left:2px;color:#5C7211;font-weight:800;}
.aie-plus{text-align:center;color:#5C7211;font-weight:800;margin:28px 0 8px;}
.aim-top{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center;margin-top:8px;}
.aim-steps{display:flex;flex-direction:column;gap:18px;}
.aim-st{display:flex;gap:14px;align-items:flex-start;}
.aim-n{font-weight:800;color:#A8E000;background:#17191F;border-radius:8px;padding:4px 10px;font-size:.9rem;flex:0 0 auto;}
.aim-st b{font-size:1.05rem;}
.aim-st p{color:#5a5f53;font-size:.92rem;line-height:1.5;margin-top:3px;}
.aim-hero .ph{aspect-ratio:4/3;}
.aim-ul{list-style:none;display:flex;flex-direction:column;gap:9px;margin-top:4px;}
.aim-ul li{position:relative;padding-left:18px;color:#4a4f45;line-height:1.6;}
.aim-ul li:before{content:"·";position:absolute;left:4px;color:#5C7211;font-weight:800;}
.aik-top{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:8px;}
.aik-card{background:#fff;border:1px solid #ECEBE0;border-radius:14px;padding:18px;}
.aik-card b{display:block;font-size:1.05rem;margin-bottom:10px;color:#1FA463;}
.aik-card ul,.aik-block ul{list-style:none;display:flex;flex-direction:column;gap:6px;}
.aik-card li,.aik-block li{position:relative;padding-left:13px;color:#5a5f53;font-size:.9rem;line-height:1.5;}
.aik-card li:before,.aik-block li:before{content:"·";position:absolute;left:2px;color:#5C7211;font-weight:800;}
.aik-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
.aik-block{background:#fff;border:1px solid #ECEBE0;border-radius:14px;padding:18px;}
.aik-block .aie-img .ph{aspect-ratio:16/9;margin-bottom:12px;}
.aik-block b{display:block;font-size:1.05rem;margin-bottom:8px;}
.aib-labels{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 6px;margin:6px auto 18px;max-width:820px;}
.aib-labels span{background:#fff;border:1px solid #ECEBE0;border-radius:999px;padding:7px 14px;font-weight:700;font-size:.88rem;color:#3a3f33;}
.aib-arrow{color:#5C7211;font-style:normal;font-weight:800;}
.aib-banner .ph{aspect-ratio:1200/650;background:transparent;}
.aib-banner .ph img{object-fit:contain;}
@media(max-width:760px){.aie-top-grid{grid-template-columns:1fr;}.aie-grid{grid-template-columns:1fr;}.aim-top{grid-template-columns:1fr;}.aik-top{grid-template-columns:1fr 1fr;}.aik-grid{grid-template-columns:1fr;}.aib-labels span{font-size:.8rem;padding:6px 11px;}}
.tut-page .head{text-align:center;}
.tut-page .phead p{max-width:700px;margin-left:auto;margin-right:auto;}
.tut-page .form{text-align:left;}
.tut-kw{max-width:760px;margin:26px auto 0;text-align:center;}
.tut-kw h4{font-weight:800;margin-bottom:12px;}
.tut-kw .lpchips{justify-content:center;}
.tut-tabs{display:flex;gap:10px;justify-content:center;margin:0 0 26px;}
.tut-tab{padding:12px 30px;border-radius:999px;border:1px solid #d8dccd;background:#fff;font-weight:800;font-size:1.04rem;cursor:pointer;color:#3a3f33;}
.tut-tab.on{background:#17191F;color:#A8E000;border-color:#17191F;}
.tut-panel{display:none;}
.tut-panel.on{display:block;animation:aifade .3s ease;}
.tut-region{text-align:center;color:#5C7211;font-weight:700;font-size:.95rem;margin-bottom:8px;}
.tut-lead{max-width:680px;margin:0 auto 24px;text-align:center;color:#4a4f45;line-height:1.75;font-size:1.05rem;}
.tut-lead b{color:#5C7211;}
.tut-feats{display:grid;grid-template-columns:repeat(2,1fr);gap:14px;max-width:820px;margin:0 auto;}
.tut-feat{background:#fff;border:1px solid #ECEBE0;border-radius:14px;padding:18px 20px;}
.tut-feat b{display:block;margin-bottom:5px;font-size:1.02rem;}
.tut-feat p{color:#5a5f53;font-size:.93rem;line-height:1.55;}
.tut-who{max-width:680px;margin:22px auto 0;background:#F4F7EA;border:1px solid #E2EBC8;border-radius:14px;padding:18px 22px;}
.tut-who h4{font-weight:800;margin-bottom:8px;}
.tut-who ul{list-style:none;display:flex;flex-direction:column;gap:6px;}
.tut-who li{padding-left:22px;position:relative;color:#3a3f33;line-height:1.5;}
.tut-who li:before{content:"✓";position:absolute;left:0;color:#5C7211;font-weight:800;}
.tut-flow{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:920px;margin:0 auto;}
.tut-fcard{background:#fff;border:1px solid #ECEBE0;border-radius:16px;padding:24px 18px;text-align:center;}
.tut-fn{width:40px;height:40px;border-radius:50%;background:#17191F;color:#A8E000;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;}
.tut-fcard b{display:block;font-size:1.05rem;margin-bottom:6px;}
.tut-fcard p{color:#5a5f53;font-size:.9rem;line-height:1.55;}
.tut-free{display:inline-block;margin-top:10px;background:#A8E000;color:#17191F;font-weight:800;border-radius:999px;padding:4px 14px;font-size:.82rem;}
@media(max-width:760px){.tut-feats{grid-template-columns:1fr;}.tut-flow{grid-template-columns:1fr 1fr;}}
.ai-cta2 p{color:#c7d0ee;margin:10px 0 22px;}
@media(max-width:760px){.brand-grid{grid-template-columns:1fr;}.ai-title{font-size:2.1rem;}.ai-steps{grid-template-columns:1fr;}.ai-content{grid-template-columns:1fr;}.ai-node{width:62px;height:62px;font-size:.82rem;}}
.det-hero{position:relative;border-radius:16px;overflow:hidden;min-height:212px;display:flex;align-items:center;background:linear-gradient(135deg,#eef4ef 0%,#e5efe8 100%);background-size:cover;background-position:center;border:1px solid #E4EBE5;box-shadow:0 2px 12px rgba(20,50,35,.05);}
.det-hero-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:0;transition:opacity .6s ease;z-index:0;filter:saturate(.9);}
.det-hero-img.on{opacity:1;}
.det-hero::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.86) 42%,rgba(255,255,255,.66) 100%);}
.det-hero::after{content:"";position:absolute;left:0;top:0;bottom:0;width:6px;z-index:2;background:linear-gradient(180deg,#2FA36B,#1F7E4E);}
.det-hero .mark{position:absolute;top:16px;left:26px;z-index:2;color:#1B8F62;font-size:.82rem;font-weight:800;}
.det-hero .ov{position:relative;z-index:2;padding:24px 28px;}
.det-hero .ov .dong{font-size:.92rem;color:#3E7A5C;margin-bottom:9px;font-weight:700;}
.det-hero .ov .nm{font-size:2rem;font-weight:800;color:#16352A;line-height:1.18;letter-spacing:-.01em;margin:0;}
.det-hero .ov .chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:15px;}
.det-hero .ov .chips span{font-size:.78rem;padding:5px 13px;border-radius:20px;color:#fff;background:#2FA36B;font-weight:600;}
.det-hero .ov .chips span.alt{background:#E5EFE8;color:#2C6647;}
.map-link{display:inline-block;margin-top:9px;padding:8px 15px;background:#FEE500;color:#3C1E1E;border-radius:9px;font-weight:700;font-size:.9rem;text-decoration:none;}
.map-link:hover{background:#F5DC00;}
/* 위치 안내 — 지도 임베드 + 지도앱 바로가기 */
.loc{margin:2px 0 2px;}
.loc-map{position:relative;border-radius:14px;overflow:hidden;border:1px solid #E3E8EC;background:#EDEFF1;aspect-ratio:16/10;max-height:280px;}
.loc-map .kakao-map{position:absolute;inset:0;z-index:1;}
.loc-map.failed .kakao-map{display:none;}
.loc-map .kakao-map a[href*="kakao"],.loc-map .kakao-map .map_border{display:none;}
.loc-map-ph{position:absolute;inset:0;z-index:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding:18px;color:#7E8B94;background:#E9EEEC;background-image:repeating-linear-gradient(0deg,rgba(255,255,255,.55) 0 1px,transparent 1px 27px),repeating-linear-gradient(90deg,rgba(255,255,255,.55) 0 1px,transparent 1px 27px);}
.loc-map-ph .pin{font-size:1.85rem;line-height:1;}
.loc-map-ph .txt{font-size:.9rem;font-weight:700;color:#5A6771;line-height:1.45;max-width:260px;}
.loc-map-ph .hint{font-size:.78rem;line-height:1.4;max-width:240px;}
.loc-map .loc-badge{position:absolute;left:11px;top:11px;z-index:2;display:inline-flex;align-items:center;gap:6px;background:rgba(21,51,42,.93);color:#DCF58C;font-size:.76rem;font-weight:700;padding:5px 11px;border-radius:999px;box-shadow:0 2px 8px rgba(0,0,0,.18);pointer-events:none;}
.loc-addr{display:flex;align-items:flex-start;gap:8px;margin-top:13px;font-size:.98rem;color:var(--ink);font-weight:600;line-height:1.5;}
.loc-addr .ico{flex:0 0 auto;font-size:1.02rem;line-height:1.35;}
.loc-dir{margin:5px 0 0 25px;color:var(--muted);font-size:.85rem;line-height:1.55;}
.loc-btns{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:13px;}
.mapbtn{display:flex;align-items:center;justify-content:center;gap:8px;padding:11px 14px;border-radius:11px;font-weight:700;font-size:.92rem;text-decoration:none;border:1px solid #DDE3E7;background:#fff;color:var(--ink);transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease;}
.mapbtn:hover{border-color:#A8E000;background:#FAFCF3;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.06);}
.mapbtn .dot{width:9px;height:9px;border-radius:3px;flex:0 0 auto;}
.mapbtn.kakao .dot{background:#FEE500;border:1px solid #E7CE00;}
.mapbtn.naver .dot{background:#03C75A;}
@media(max-width:520px){.loc-btns{grid-template-columns:1fr;}}
/* 수강료 안내 표 */
.fee-block .ct{justify-content:center;}
.fee-sub{color:var(--muted);font-size:.9rem;text-align:center;margin:-6px 0 16px;line-height:1.55;}
.fee-tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;}
.fee-tbl{width:100%;border-collapse:collapse;font-size:.98rem;border:1px solid #E8EBEE;border-radius:12px;overflow:hidden;min-width:380px;}
.fee-tbl th{background:#F4F6F8;color:#4A5560;font-weight:700;font-size:.85rem;padding:12px 16px;text-align:right;white-space:nowrap;}
.fee-tbl th:first-child{text-align:left;}
.fee-tbl td{padding:16px;text-align:right;border-top:1px solid #EEF1F4;color:var(--ink);font-weight:700;white-space:nowrap;}
.fee-tbl td:first-child{text-align:left;font-weight:800;color:#2C6647;}
.fee-tbl tbody tr:nth-child(even){background:#FAFBFC;}
.fee-note{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;padding:13px 16px;background:#F6F8F4;border:1px solid #E6ECE0;border-radius:11px;color:#4A5560;font-size:.9rem;font-weight:600;text-align:center;line-height:1.5;}
.fee-reg{margin-top:14px;padding:15px 17px;border:1px solid #E8EBEE;border-radius:11px;}
.fee-reg .rn{font-size:.82rem;color:var(--muted);margin-bottom:10px;line-height:1.5;}
.fee-pdf{display:block;text-align:center;padding:11px;border:1px solid #CBD8E0;border-radius:9px;color:#1F7E4E;font-weight:700;font-size:.9rem;text-decoration:none;background:#fff;transition:background .12s ease,border-color .12s ease;}
.fee-pdf:hover{background:#F3FAF6;border-color:#A8E000;}
/* 예약제 안내 배너 */
.appt-notice{display:flex;align-items:center;gap:12px;margin:16px 0 2px;padding:15px 18px;background:linear-gradient(90deg,#FFF7E0,#FFFBEF);border:1px solid #F0DFA0;border-left:4px solid #E8B62E;border-radius:12px;color:#6E560E;line-height:1.5;}
.appt-notice .ai{font-size:1.35rem;line-height:1;flex:0 0 auto;}
.appt-notice .at{font-size:.97rem;font-weight:700;}
.appt-notice .at b{color:#B5820A;font-weight:800;}
.appt-notice .as{display:block;margin-top:2px;font-size:.85rem;font-weight:600;color:#8A7326;}
.loc-appt{display:flex;align-items:flex-start;gap:7px;margin-top:12px;padding:10px 13px;background:#FFF8E6;border:1px solid #F0DFA0;border-radius:10px;color:#7A6113;font-size:.87rem;font-weight:700;line-height:1.5;}
.loc-appt .ai{flex:0 0 auto;}
.fee-link{color:#1F7E4E;font-weight:700;text-decoration:underline;text-underline-offset:2px;}
.btn-fee{background:#EAF5EE;color:#1B6B44;border:1px solid #BFE0CC;}
.btn-fee:hover{background:#DDF0E4;}
.str-list{margin:6px 0 0;padding-left:1.3em;}
.str-list li{margin:3px 0;line-height:1.55;}
.det .related-block{margin-top:18px;}
.det .related-block .lbl{display:block;margin-bottom:9px;font-weight:700;color:var(--blue-deep);}
.det-bar{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #E3E8EC;border-radius:14px;margin:-28px 16px 0;position:relative;z-index:3;overflow:hidden;}
.det-bar>*{padding:14px 8px;text-align:center;border-right:1px solid #EEF2F4;text-decoration:none;color:inherit;}
.det-bar>*:last-child{border-right:0;}
.det-bar .k{font-size:.7rem;color:#8FA8BC;margin-bottom:5px;}
.det-bar .v{font-size:.86rem;font-weight:800;color:var(--ink);word-break:keep-all;line-height:1.45;}
.det-bar a .v{color:#5C7211;}
.det-card{background:#fff;border:1px solid #E3E8EC;border-radius:14px;padding:22px 24px;margin-top:16px;}
.qf-card .qf-sub{color:var(--muted);font-size:.94rem;margin:2px 0 16px;}
.qf-row{display:grid;grid-template-columns:1fr 1fr 150px;gap:12px;margin-bottom:16px;align-items:end;}
.qf .btn{width:100%;justify-content:center;}
.qf-done{text-align:center;padding:14px 0;}
.qf-done .mic{width:44px;height:44px;line-height:44px;margin:0 auto 10px;border-radius:50%;background:#EEF5D8;color:#5C7211;font-size:1.3rem;font-weight:800;}
.qf-done p{color:var(--muted);margin-top:6px;font-size:.94rem;}
@media(max-width:640px){.qf-row{grid-template-columns:1fr;gap:10px;}}
.det-card .ct{display:flex;align-items:center;gap:10px;font-size:1.02rem;font-weight:800;color:var(--ink);margin-bottom:14px;}
.det-card .ct::before{content:"";width:4px;height:18px;background:#A8E000;border-radius:3px;flex:0 0 auto;}
.det-reg{font-size:.78rem;color:#8FA8BC;margin:20px 0 0;text-align:center;line-height:1.6;}
.det .detail-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:20px;align-items:start;margin-top:18px;}
.det .detail-grid .dcol{min-width:0;}
.det .info{min-width:0;}
.det .info .row{display:flex;gap:14px;padding:13px 0;border-bottom:1px solid #EEF2F4;}
.det .info .row:last-child{border-bottom:0;}
.det .info .row .lbl{flex:0 0 104px;font-family:var(--mono);font-size:.74rem;color:#5C7211;letter-spacing:.02em;padding-top:2px;}
.det .info .row .v{color:var(--text);}
.det .side{align-self:start;position:sticky;top:16px;background:#15332A;border:0;border-radius:16px;padding:22px 20px;margin-top:16px;}
.det .side .tel{font-family:var(--mono);font-size:1.4rem;color:#fff;text-align:center;margin-bottom:14px;}
.det .side .btn{width:100%;margin-bottom:9px;}
.det .side p{color:#8FB3A4 !important;}
.det .side .btn-dark{background:#17191F;color:#fff;}
.det .side .btn-out{border-color:rgba(255,255,255,.35);color:#EAF4EF;}
.det-art{padding:26px 30px;}
.det .lp{max-width:none;margin:0;}
.det .lp h1.det-h1{font-size:1.5rem;font-weight:800;color:var(--ink);line-height:1.32;margin:0 0 18px;}
.det .lp h2{font-family:var(--sans);font-size:1.26rem;font-weight:800;color:var(--ink);line-height:1.4;margin:30px 0 13px;padding-left:13px;border-left:4px solid #A8E000;}
.det .lp h3{font-size:1.04rem;font-weight:700;color:#15332A;margin:20px 0 8px;}
.det .lp p{font-size:1rem;line-height:1.9;color:#33485A;margin:0 0 14px;}
.det .lp .lead{font-size:1.08rem;line-height:1.85;color:#22323F;font-weight:500;}
.det .lp ul{margin:8px 0 16px;padding-left:0;list-style:none;}
.det .lp li{position:relative;padding-left:23px;margin-bottom:9px;line-height:1.7;color:#33485A;}
.det .lp li::before{content:"";position:absolute;left:3px;top:9px;width:7px;height:7px;border-radius:50%;background:#A8E000;}
.det .lp .ns-pts li{margin-bottom:12px;}
.det .lp .ns-pts b{color:#15332A;font-weight:700;}
.det .lp .facts{background:#F6FAF8;border:1px solid #DCEDE5;border-radius:12px;overflow:hidden;margin:18px 0;}
.det .lp .facts .frow{border-bottom:1px solid #E4F0EA;}
.det .lp .facts .fk{background:#EDF6F1;color:#5C7211;}
.det .lp .faq .q{font-weight:700;color:#15332A;margin-top:15px;}
.det .lp .faq .a{color:#5C7384;margin-top:4px;}
.det .lp .cta-row{display:flex;gap:10px;flex-wrap:wrap;margin:24px 0 6px;}
.det .lp .related{margin-top:24px;padding-top:18px;border-top:1px solid #EEF2F4;}
.det .lp .related .lbl{color:#5C7211;}
.det .lp .lpchips a:hover{border-color:#A8E000;color:#5C7211;}
@media(max-width:820px){
 .det .detail-grid{grid-template-columns:1fr;}
 .det .side{position:static;}
 .det-hero .ov .nm{font-size:1.6rem;}
 .det-bar{grid-template-columns:repeat(2,1fr);}
 .det-bar>*:nth-child(2n){border-right:0;}
 .det-bar>*:nth-child(1),.det-bar>*:nth-child(2){border-bottom:1px solid #EEF2F4;}
 .det-art{padding:20px;}
}



