:root{
  --green:#176b4a;
  --green-dark:#0c3b2a;
  --deep:#0a2c20;
  --green-soft:#edf7f2;
  --cream:#faf7ef;
  --ink:#17211d;
  --muted:#68766f;
  --line:#dce5e0;
  --soft:#f5f8f6;
  --white:#fff;
  --blue:#315fa8;
  --shadow:0 22px 55px rgba(18,54,40,.12);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Pretendard,"Noto Sans KR","Apple SD Gothic Neo",sans-serif;color:var(--ink);background:#fff;line-height:1.65}
a{text-decoration:none;color:inherit}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.hidden{display:none!important}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.header-inner{height:82px;display:flex;align-items:center;gap:25px}
.operator-brand{display:flex;align-items:center;min-width:255px}
.operator-brand img{width:255px;max-height:56px;object-fit:contain;object-position:left center}
.header nav{display:flex;gap:19px;margin-left:auto}
.header nav a{font-size:13px;font-weight:800;color:#435149}
.header nav a:hover{color:var(--green)}
.admin-link{padding-left:16px;border-left:1px solid var(--line)}
.menu-btn{display:none;border:0;background:none;margin-left:auto;font-size:24px}

.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:11px;padding:11px 18px;font-weight:800;transition:.2s}
.btn-primary{background:var(--green);color:#fff}
.btn-primary:hover{background:#11583e;transform:translateY(-1px)}
.btn-outline{background:#fff;border-color:#bac9c2}
.btn-outline:hover{border-color:var(--green);color:var(--green)}
.btn-lg{padding:14px 22px}
.btn-block{width:100%}
.text-btn{border:0;background:none;color:var(--green);font-weight:800}

.hero{padding:85px 0 80px;background:radial-gradient(circle at 80% 20%,rgba(216,162,67,.12),transparent 25%),linear-gradient(135deg,#f8fbf9,#edf7f2 55%,#faf6ec)}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:70px;align-items:center}
.publisher-role{display:inline-flex;align-items:center;border:1px solid var(--line);background:#fff;padding:8px 13px;border-radius:999px;margin-bottom:20px}
.publisher-role img{height:27px;width:auto}
.kicker{display:block;font-size:11px;letter-spacing:1.6px;font-weight:900;color:var(--green);margin-bottom:12px}
.kicker.light{color:#a9d3bf}
.hero h1{font-size:53px;line-height:1.19;letter-spacing:-2.2px;margin:0}
.hero h1 em{font-style:normal;color:var(--green)}
.hero-book-title{font-size:17px;color:#4f5f57;margin:25px 0 8px}
.hero-book-title strong{font-size:24px;color:var(--ink)}
.hero-desc{font-size:16px;color:var(--muted);max-width:680px;margin:0 0 27px}
.hero-actions{display:flex;gap:9px;flex-wrap:wrap}
.hero-facts{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:36px}
.hero-facts>div{padding-left:12px;border-left:3px solid #bfd9cc}
.hero-facts strong,.hero-facts span{display:block}
.hero-facts strong{font-size:18px}
.hero-facts span{font-size:10px;color:var(--muted)}

.book-visual{display:grid;place-items:center;position:relative}
.book-3d{position:relative;width:350px;height:470px;filter:drop-shadow(0 30px 28px rgba(20,45,35,.20));transform:rotate(-3deg)}
.book-spine{position:absolute;left:-18px;top:7px;width:28px;height:455px;background:linear-gradient(90deg,#1f447d,#4779c3);border-radius:8px 0 0 8px}
.book-front{position:absolute;inset:0;background:linear-gradient(160deg,#fff,#f4f7fb);border:1px solid #dfe5ee;border-radius:8px 17px 17px 8px;padding:40px 34px;overflow:hidden}
.book-front:after{content:"";position:absolute;width:220px;height:220px;right:-70px;bottom:-80px;border-radius:50%;background:#e4eefb}
.cover-top{font-size:12px;color:#718096}
.cover-title-small{font-size:27px;font-weight:900;color:#253453;margin-top:38px}
.cover-title-big{font-size:78px;line-height:1.1;font-weight:900;color:#366bc5;letter-spacing:-4px}
.cover-sub{font-size:13px;font-weight:800;color:#42526a;margin-top:7px}
.cover-cubes{display:flex;gap:8px;flex-wrap:wrap;width:190px;margin-top:55px;position:relative;z-index:2}
.cover-cubes span{display:grid;place-items:center;width:56px;height:56px;border:1px solid #cdd9ea;border-radius:12px;background:#fff;color:#48617f;font-size:10px;font-weight:900;box-shadow:0 6px 15px rgba(35,60,90,.05)}
.cover-bottom{position:absolute;left:34px;right:28px;bottom:29px;display:flex;align-items:center;justify-content:space-between;z-index:3}
.cover-bottom>span{font-size:11px;font-weight:800;color:#576579}
.cover-bottom img{width:108px;height:auto}
.book-caption{position:absolute;right:-10px;bottom:18px;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:13px 15px;display:flex;align-items:center;gap:11px;width:265px}
.book-caption img{width:82px}
.book-caption div{display:flex;flex-direction:column}
.book-caption small{font-size:9px;color:var(--muted)}
.book-caption strong{font-size:12px;line-height:1.35}

.section{padding:85px 0}
.section.soft{background:var(--soft)}
.section.dark{background:var(--deep);color:#fff}
.section-head{margin-bottom:34px}
.section-head.centered{text-align:center}
.section-head h2{font-size:37px;line-height:1.35;letter-spacing:-1.2px;margin:0 0 9px}
.section-head p{margin:0;color:var(--muted)}
.light-head p{color:#bed0c7}

.two-col{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center}
.section-copy h2{font-size:38px;line-height:1.35;margin:0 0 15px}
.section-copy>p{font-size:16px;color:var(--muted)}
.publisher-box{display:flex;align-items:center;gap:10px;margin-top:25px;background:var(--soft);border-radius:13px;padding:14px}
.publisher-box span{font-size:10px;color:var(--muted)}
.publisher-box img{width:95px}
.publisher-box strong{font-size:13px}
.project-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.project-list article{display:flex;gap:12px;align-items:center;padding:16px;border:1px solid var(--line);border-radius:13px;background:#fff}
.project-list article>span{display:grid;place-items:center;min-width:34px;height:34px;border-radius:50%;background:var(--green-soft);color:var(--green);font-size:10px;font-weight:900}
.project-list strong,.project-list small{display:block}
.project-list strong{font-size:13px}
.project-list small{font-size:10px;color:var(--muted);margin-top:2px}

.course-panel{display:grid;grid-template-columns:.8fr 1.2fr;gap:30px;background:#fff;border:1px solid var(--line);border-radius:23px;padding:30px;box-shadow:0 14px 40px rgba(17,56,41,.06)}
.status{display:inline-flex;padding:6px 10px;border-radius:999px;background:#dff1e8;color:var(--green);font-size:10px;font-weight:900}
.course-intro h3{font-size:29px;line-height:1.4;margin:13px 0 9px}
.course-intro p{font-size:13px;color:var(--muted);margin-bottom:21px}
.course-specs{display:grid;grid-template-columns:repeat(2,1fr);border-left:1px solid var(--line);padding-left:28px}
.course-specs>div{padding:12px 8px;border-bottom:1px solid #edf1ef}
.course-specs span,.course-specs strong{display:block}
.course-specs span{font-size:9px;color:var(--muted)}
.course-specs strong{font-size:12px;margin-top:4px}

.week-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}
.week-grid article{border:1px solid var(--line);border-radius:17px;padding:20px;background:#fff;min-height:155px}
.week-grid article.final-week{background:var(--green);color:#fff;border-color:var(--green)}
.week-grid article>span{font-size:9px;font-weight:900;color:var(--green)}
.week-grid .final-week>span{color:#c7e4d6}
.week-grid strong{display:block;font-size:16px;margin:11px 0 7px}
.week-grid p{font-size:11px;color:var(--muted);margin:0}
.week-grid .final-week p{color:#d8e9e1}

.target-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.target-grid article{display:flex;gap:14px;padding:21px;border:1px solid rgba(255,255,255,.13);border-radius:15px;background:rgba(255,255,255,.05)}
.target-grid article span{font-size:10px;color:#9ec7b4;font-weight:900}
.target-grid article strong{font-size:14px}
.prep-note{margin-top:25px;padding:18px;border-radius:13px;background:#fff;color:var(--ink);display:flex;gap:15px;align-items:center}
.prep-note strong{color:var(--green)}
.prep-note span{font-size:12px;color:var(--muted)}

/* v4.3 - 강화된 저자소개 */
.author-section{background:linear-gradient(180deg,#fff 0%,#f7faf8 100%)}
.author-head{max-width:900px;margin-bottom:34px}
.author-head h2{font-size:40px;line-height:1.35;letter-spacing:-1.4px;margin:0 0 12px}
.author-head p{max-width:780px;color:var(--muted);font-size:15px}
.author-profile-grid{display:grid;grid-template-columns:330px 1fr;gap:26px;align-items:stretch}
.author-profile-card{position:relative;overflow:hidden;border-radius:24px;padding:30px;background:linear-gradient(150deg,#0d3023,#164a36);color:#fff;box-shadow:0 22px 48px rgba(16,55,40,.15)}
.author-profile-card:after{content:"";position:absolute;width:210px;height:210px;border-radius:50%;right:-85px;bottom:-90px;background:rgba(255,255,255,.06)}
.author-badge{display:inline-flex;padding:6px 9px;border:1px solid rgba(255,255,255,.24);border-radius:999px;color:#c9e3d6;font-size:9px;font-weight:900;letter-spacing:1.4px}
.author-role{display:block;margin-top:22px;color:#b8d3c6;font-size:11px;font-weight:800}
.author-name{display:block;font-size:46px;line-height:1.15;margin:7px 0 5px;letter-spacing:-1.5px}
.author-profile-card>p{margin:0;color:#d0e1d8;font-size:12px}
.author-year{display:flex;align-items:end;gap:10px;margin:29px 0 22px;padding:18px 0;border-top:1px solid rgba(255,255,255,.13);border-bottom:1px solid rgba(255,255,255,.13)}
.author-year b{font-size:46px;line-height:1;color:#fff}
.author-year span{font-size:10px;color:#b8d3c6;padding-bottom:4px}
.author-tech{display:flex;flex-wrap:wrap;gap:6px}
.author-tech span{padding:5px 8px;border-radius:999px;background:rgba(255,255,255,.09);font-size:9px;font-weight:800;color:#e4f0ea}
.author-education{display:grid;gap:4px;margin-top:22px;position:relative;z-index:1}
.author-education span{font-size:9px;color:#adc9bb}
.author-detail{display:grid;gap:20px}
.author-lead{border:1px solid var(--line);border-radius:20px;background:#fff;padding:27px}
.author-lead h3{font-size:24px;line-height:1.4;margin:0 0 12px}
.author-lead p{font-size:13px;color:var(--muted);margin:8px 0}
.author-lead strong{color:var(--ink)}
.author-trust-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.author-trust-grid article{border:1px solid var(--line);border-radius:16px;background:#fff;padding:18px;min-height:155px}
.author-trust-grid article>span{display:block;font-size:9px;font-weight:900;letter-spacing:1.1px;color:var(--green)}
.author-trust-grid article>strong{display:block;font-size:15px;margin:7px 0}
.author-trust-grid article>p{font-size:10px;line-height:1.65;color:var(--muted);margin:0}
.author-career-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:22px;border:1px solid var(--line);border-radius:17px;overflow:hidden;background:var(--line)}
.author-career-strip>div{background:#fff;padding:18px 20px}
.author-career-strip span,.author-career-strip strong{display:block}
.author-career-strip span{font-size:9px;color:var(--green);font-weight:900;margin-bottom:5px}
.author-career-strip strong{font-size:11px;line-height:1.55}
.author-philosophy{margin-top:22px;padding:24px 28px;border-radius:18px;background:var(--green-soft);border-left:4px solid var(--green)}
.author-philosophy>span{display:block;font-size:9px;font-weight:900;letter-spacing:1.2px;color:var(--green)}
.author-philosophy blockquote{margin:8px 0 0;font-size:17px;line-height:1.75;font-weight:800;color:#254437}

.growth-section{background:#f9fbfa}
.growth-flow{display:grid;grid-template-columns:1.2fr auto 1fr auto 1fr auto 1fr;gap:10px;align-items:center}
.growth-node{padding:20px;border:1px solid var(--line);background:#fff;border-radius:15px;text-align:center}
.growth-node.current{background:var(--green);color:#fff;border-color:var(--green)}
.growth-node span,.growth-node strong,.growth-node small{display:block}
.growth-node span{font-size:9px;color:var(--green);font-weight:900}
.growth-node.current span{color:#c9e3d6}
.growth-node strong{font-size:14px;margin:6px 0}
.growth-node small{font-size:10px;color:var(--muted)}
.growth-node.current small{color:#d8ebe1}
.growth-flow>b{color:#9cb0a6}

.faq-layout{display:grid;grid-template-columns:300px 1fr;gap:50px}
.faq-layout h2{font-size:35px;margin:0}
.faq-list{display:grid;gap:9px}
.faq-list details{background:#fff;border:1px solid var(--line);border-radius:13px;padding:15px 18px}
.faq-list summary{font-weight:800;cursor:pointer}
.faq-list p{font-size:12px;color:var(--muted);margin:9px 0 0}

.apply-section{background:linear-gradient(135deg,#edf7f2,#faf6ec)}
.apply-layout{display:grid;grid-template-columns:.85fr 1.15fr;gap:55px;align-items:start}
.apply-layout h2{font-size:35px;line-height:1.4;margin:0 0 12px}
.apply-layout>div>p{color:var(--muted)}
.apply-process{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-top:25px}
.apply-process span{padding:7px 10px;background:#fff;border-radius:999px;font-size:10px;font-weight:800}
.apply-process b{color:#8ea298}
.apply-form{background:#fff;border:1px solid var(--line);border-radius:20px;padding:27px;box-shadow:var(--shadow)}
.selected-course{padding:14px;border-radius:12px;background:var(--green-soft);margin-bottom:16px}
.selected-course small,.selected-course strong{display:block}
.selected-course small{font-size:9px;color:var(--muted)}
.selected-course strong{font-size:13px;color:var(--green);margin-top:3px}
.apply-form .two{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.apply-form label{display:block;font-size:12px;font-weight:800;margin-bottom:13px}
.apply-form input,.apply-form select,.apply-form textarea{width:100%;display:block;margin-top:6px;padding:12px;border:1px solid #ccd8d2;border-radius:9px;background:#fff}
.agree{display:flex!important;align-items:center;gap:7px;font-weight:500!important}
.agree input{width:auto;margin:0}
.form-help{display:block;font-size:10px;color:var(--muted);margin-top:9px}

footer{background:#081f16;color:#c9d8d1;padding:27px 0}
.footer-grid{display:grid;grid-template-columns:1.25fr 1fr 1fr;gap:30px;align-items:center}
.footer-operator{display:flex;align-items:center;gap:10px}
.footer-operator img{width:245px;background:#fff;border-radius:8px;padding:6px}

.footer-publisher{display:flex;align-items:center;gap:8px;flex-wrap:wrap}

.footer-publisher img{width:95px;background:#fff;border-radius:6px;padding:4px}
.footer-publisher strong{width:100%;font-size:11px;color:#fff}
.footer-copy strong,.footer-copy span{display:block}
.footer-copy strong{font-size:12px;color:#fff}
.footer-copy span{font-size:10px;margin-top:3px;color:#a8bdb3}

.toast{position:fixed;right:24px;bottom:24px;z-index:300;background:#102d21;color:#fff;padding:14px 18px;border-radius:11px;box-shadow:var(--shadow);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s}
.toast.show{opacity:1;transform:none}

/* Admin */
.admin-view{min-height:calc(100vh - 82px);background:#f3f6f4}
.admin-shell{display:grid;grid-template-columns:245px 1fr;min-height:calc(100vh - 82px)}
.admin-sidebar{background:#0d2a1f;color:#fff;padding:20px 14px;position:sticky;top:82px;height:calc(100vh - 82px)}
.admin-brand{background:#fff;border-radius:11px;padding:9px}
.admin-brand img{width:100%;display:block}
.admin-brand span{display:block;color:#2c5b47;font-size:9px;text-align:center;margin-top:4px;font-weight:800}
.admin-nav{display:grid!important;margin:18px 0!important;gap:4px!important}
.admin-nav button{border:0;text-align:left;background:transparent;color:#b5c9bf;padding:10px 11px;border-radius:8px;font-size:12px;font-weight:800}
.admin-nav button.active,.admin-nav button:hover{background:#1c4936;color:#fff}
.admin-back{display:block;padding:12px;color:#b5c9bf;font-size:11px;border-top:1px solid rgba(255,255,255,.1)}
.admin-main{padding:30px;min-width:0}
.admin-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:25px}
.admin-top span{font-size:11px;color:var(--muted)}
.admin-top h1{margin:1px 0 0}
.admin-user{font-size:12px;background:#fff;border:1px solid var(--line);padding:8px 12px;border-radius:999px}
.admin-panel{display:none}
.admin-panel.active{display:block}
.kpi-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:13px}
.kpi-grid>div{background:#fff;border:1px solid var(--line);border-radius:15px;padding:19px}
.kpi-grid span,.kpi-grid small{display:block;color:var(--muted);font-size:10px}
.kpi-grid strong{display:block;color:var(--green);font-size:31px;margin:4px 0}
.admin-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:19px;margin-top:15px}
.card-head{display:flex;justify-content:space-between;align-items:center;gap:12px}
.card-head h3{margin:0}
.panel-head{margin-bottom:12px}
.panel-head h2{margin:0}
.panel-head p{font-size:12px;color:var(--muted);margin:3px 0 0}
.table-wrap{overflow:auto}
table{width:100%;border-collapse:collapse;font-size:12px}
th,td{text-align:left;padding:11px 10px;border-bottom:1px solid #e8eeeb;white-space:nowrap}
th{font-size:10px;color:var(--muted);background:#fafcfb}

@media(max-width:1080px){
  .header nav{display:none;position:absolute;top:82px;left:0;right:0;background:#fff;padding:18px 20px;border-bottom:1px solid var(--line);flex-direction:column;align-items:flex-start}
  .header nav.open{display:flex}.admin-link{border:0;padding:0}.menu-btn{display:block}.header-cta{display:none}
  .hero-grid,.two-col,.course-panel,.faq-layout,.apply-layout{grid-template-columns:1fr}
  .hero-grid{gap:45px}
  .book-visual{margin-top:10px}
  .course-specs{border-left:0;padding-left:0;border-top:1px solid var(--line);padding-top:15px}
  .week-grid{grid-template-columns:repeat(2,1fr)}
  .growth-flow{grid-template-columns:1fr}.growth-flow>b{transform:rotate(90deg);text-align:center}
  .admin-shell{grid-template-columns:1fr}.admin-sidebar{position:relative;top:0;height:auto}.admin-nav{grid-template-columns:repeat(5,1fr)!important}
}
@media(max-width:680px){
  .container{width:min(100% - 28px,1180px)}
  .operator-brand{min-width:0}.operator-brand img{width:210px}
  .hero{padding:55px 0 48px}.hero h1{font-size:38px}.hero-book-title strong{font-size:20px}
  .hero-facts,.project-list,.target-grid,.course-specs,.week-grid,.kpi-grid{grid-template-columns:1fr}
  .book-3d{width:280px;height:380px}.book-spine{height:365px}.book-front{padding:30px 26px}.cover-title-small{font-size:22px}.cover-title-big{font-size:63px}.cover-cubes{margin-top:35px}.cover-cubes span{width:46px;height:46px}.cover-bottom{left:26px}.cover-bottom img{width:88px}
  .book-caption{position:relative;right:auto;bottom:auto;margin-top:15px}
  .section{padding:60px 0}.section-head h2,.section-copy h2,.apply-layout h2{font-size:28px}
  .apply-form .two{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}.footer-operator{flex-direction:column;align-items:flex-start}
  .admin-main{padding:16px}.admin-nav{grid-template-columns:1fr 1fr!important}
}

/* v4.2 - 전체 Java 과정 + 현재 저자 직강 강조 */
.roadmap-section{background:#fff}
.roadmap-track{display:grid;grid-template-columns:1fr auto 1.18fr auto 1fr auto 1fr auto 1fr;gap:10px;align-items:stretch}
.roadmap-step{position:relative;padding:20px 16px;border:1px solid var(--line);border-radius:17px;background:#fff;min-height:185px;display:flex;flex-direction:column}
.roadmap-step.optional{background:#fafbfa}
.roadmap-step.current{background:linear-gradient(145deg,#f2faf6,#e6f4ed);border:2px solid var(--green);box-shadow:0 16px 35px rgba(23,107,74,.12);transform:translateY(-7px)}
.roadmap-step.goal{background:#f8faf9}
.roadmap-status{display:inline-flex;width:max-content;padding:4px 8px;border-radius:999px;background:#eef3f0;color:#68766f;font-size:9px;font-weight:900;margin-bottom:12px}
.roadmap-status.active{background:var(--green);color:#fff}
.roadmap-no{font-size:10px;color:var(--green);font-weight:900;letter-spacing:1px}
.roadmap-step>strong{font-size:17px;line-height:1.35;margin:8px 0 7px}
.roadmap-step>small{font-size:10px;color:var(--muted);line-height:1.55}
.roadmap-cta{margin-top:auto;padding-top:12px;color:var(--green);font-size:11px;font-weight:900}
.roadmap-arrow{display:grid;place-items:center;color:#9db0a7;font-size:23px}
.roadmap-note{margin-top:25px;padding:18px 20px;border-radius:14px;background:var(--green-soft);display:flex;gap:15px;align-items:center}
.roadmap-note strong{color:var(--green);white-space:nowrap}
.roadmap-note span{font-size:12px;color:var(--muted)}
.course-path-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:15px;align-items:stretch}
.path-card{border:1px solid var(--line);border-radius:18px;background:#fff;padding:22px;box-shadow:0 7px 24px rgba(25,55,43,.04)}
.path-card.featured-path{border:2px solid var(--green);background:linear-gradient(145deg,#fbfefc,#eef8f3);grid-row:span 2;box-shadow:0 16px 40px rgba(23,107,74,.11)}
.path-card.project-path{grid-column:1/-1;background:#f8faf9}
.path-card.muted-card{background:#fafbfa}
.path-head{display:flex;justify-content:space-between;gap:10px;align-items:center}
.path-head span{font-size:10px;font-weight:900;letter-spacing:1.2px;color:var(--green)}
.path-head em{font-style:normal;font-size:9px;font-weight:900;padding:4px 7px;border-radius:999px;background:#eef3f0;color:#68766f}
.featured-path .path-head em{background:var(--green);color:#fff}
.path-card h3{font-size:21px;margin:10px 0 6px}
.path-card>p{font-size:12px;color:var(--muted);min-height:42px}
.path-card dl{margin:14px 0 0;border-top:1px solid #edf1ef}
.path-card dl>div{display:grid;grid-template-columns:72px 1fr;gap:10px;padding:9px 0;border-bottom:1px solid #edf1ef}
.path-card dt{font-size:9px;color:var(--muted)}
.path-card dd{margin:0;font-size:11px;font-weight:700;color:#46554e}
.path-card .btn{margin-top:17px}

@media(max-width:1080px){
  .roadmap-track{grid-template-columns:1fr}
  .roadmap-arrow{transform:rotate(90deg)}
  .roadmap-step.current{transform:none}
  .course-path-grid{grid-template-columns:1fr}
  .path-card.featured-path{grid-row:auto}
  .path-card.project-path{grid-column:auto}
}
@media(max-width:680px){
  .roadmap-note{align-items:flex-start;flex-direction:column;gap:4px}
  .roadmap-note strong{white-space:normal}
}
.special-badge{display:inline-flex;padding:5px 8px;border-radius:999px;background:#fff1d2;color:#936400;font-size:10px;font-weight:900}

@media(max-width:1080px){
  .author-profile-grid{grid-template-columns:1fr}
  .author-profile-card{max-width:none}
  .author-career-strip{grid-template-columns:1fr}
}
@media(max-width:680px){
  .author-head h2{font-size:28px}
  .author-trust-grid{grid-template-columns:1fr}
  .author-name{font-size:39px}
  .author-year b{font-size:38px}
  .author-philosophy{padding:20px}
  .author-philosophy blockquote{font-size:14px}
}


/* v4.4 - 한빛미디어 공식 도서 페이지 + 저자 직강 홈페이지 역할 분리 */
.hero-text-link{
  display:inline-flex;align-items:center;
  font-size:11px;font-weight:900;color:var(--green);
  padding:12px 2px;
}
.official-bridge-section{
  background:linear-gradient(180deg,#fbfdfc 0%,#f2f7f4 100%);
  border-top:1px solid #eef2ef;
  border-bottom:1px solid #e7eee9;
}
.official-head{max-width:820px;margin-left:auto;margin-right:auto}
.official-head p{max-width:760px;margin-left:auto;margin-right:auto}
.official-bridge-grid{
  display:grid;
  grid-template-columns:1fr 52px 1fr;
  gap:18px;
  align-items:stretch;
  max-width:1020px;
  margin:0 auto;
}
.official-card{
  position:relative;
  border:1px solid var(--line);
  border-radius:22px;
  background:#fff;
  padding:28px;
  box-shadow:0 12px 35px rgba(20,54,40,.06);
  display:flex;
  flex-direction:column;
}
.official-card.course-card-emphasis{
  border:2px solid var(--green);
  background:linear-gradient(145deg,#fff,#eef8f3);
  box-shadow:0 18px 45px rgba(23,107,74,.12);
}
.official-card-brand{
  min-height:48px;
  display:flex;
  align-items:center;
  margin-bottom:16px;
}
.official-card-brand img{max-width:150px;max-height:42px;object-fit:contain}
.official-card-brand.ncri img{max-width:245px;max-height:56px;object-position:left center}
.official-label{
  display:inline-flex;
  width:max-content;
  padding:5px 8px;
  border-radius:999px;
  background:#eef3f0;
  color:#64756c;
  font-size:9px;
  letter-spacing:1.1px;
  font-weight:900;
}
.current-label{background:var(--green);color:#fff}
.official-card h3{font-size:24px;line-height:1.35;margin:12px 0 8px}
.official-card>p{font-size:13px;color:var(--muted);margin:0 0 18px}
.official-card>p strong{color:var(--ink)}
.official-items{display:flex;flex-wrap:wrap;gap:6px;margin:0 0 22px}
.official-items span{
  padding:6px 9px;border-radius:999px;
  background:#f2f5f3;color:#56665e;
  font-size:9px;font-weight:800;
}
.emphasis-items span{background:#dff0e7;color:var(--green)}
.official-card .btn{margin-top:auto}
.official-url-note{
  display:block;margin-top:9px;
  color:#84928b;font-size:9px;line-height:1.5;
}
.bridge-symbol{
  display:grid;place-items:center;
  color:#9eb0a7;font-size:30px;font-weight:300;
}
.site-role-note{
  max-width:1020px;margin:18px auto 0;
  display:flex;gap:10px;align-items:flex-start;
  padding:14px 17px;border-radius:13px;
  background:#fff;border:1px solid var(--line);
}
.site-role-note strong{white-space:nowrap;color:var(--green);font-size:11px}
.site-role-note span{font-size:11px;color:var(--muted)}
.book-link-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:24px}

@media(max-width:1080px){
  .official-bridge-grid{grid-template-columns:1fr}
  .bridge-symbol{transform:none;height:28px}
}
@media(max-width:680px){
  .official-card{padding:22px}
  .official-card h3{font-size:20px}
  .site-role-note{flex-direction:column;gap:4px}
  .site-role-note strong{white-space:normal}
}


/* v4.5 - 첨부 도서 이미지 */
.real-book-frame{
  position:relative;
  width:min(390px,88%);
  margin:0 auto;
  padding:12px;
  border-radius:22px;
  background:#fff;
  box-shadow:0 30px 55px rgba(20,45,35,.18);
  transform:rotate(-1.5deg);
}
.real-book-frame:before{
  content:"";
  position:absolute;
  left:9%;
  right:9%;
  bottom:-16px;
  height:22px;
  border-radius:50%;
  background:rgba(17,45,33,.14);
  filter:blur(13px);
  z-index:-1;
}
.real-book-cover{
  display:block;
  width:100%;
  height:auto;
  border-radius:12px;
}

/* 한국어 제목이 한 글자만 다음 줄로 떨어지지 않도록 단어 단위 줄바꿈 */
.roadmap-step>strong,
.path-card h3,
.course-panel h3,
.section-head h2,
.author-head h2{
  word-break:keep-all;
  overflow-wrap:normal;
}
.roadmap-step.current>strong{
  font-size:16px;
  letter-spacing:-.5px;
}
.path-card.featured-path h3{
  font-size:20px;
  letter-spacing:-.45px;
}

/* v4.5 - 저자 사진 및 실무경력 중심 프로필 */
.author-photo-card{
  overflow:hidden;
  border-radius:24px;
  background:linear-gradient(150deg,#0d3023,#164a36);
  color:#fff;
  box-shadow:0 22px 48px rgba(16,55,40,.15);
  display:flex;
  flex-direction:column;
}
.author-photo-wrap{
  width:100%;
  aspect-ratio:1 / 1.03;
  background:#e8eeea;
  overflow:hidden;
}
.author-photo{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 20%;
  display:block;
}
.author-photo-info{padding:22px 25px 8px}
.author-photo-info .author-badge{margin-bottom:11px}
.author-photo-info .author-name{
  display:block;
  font-size:36px;
  margin:6px 0 3px;
  letter-spacing:-1px;
}
.author-photo-info p{
  margin:0;
  font-size:11px;
  font-weight:800;
  color:#dbe9e2;
  word-break:keep-all;
}
.author-photo-info small{
  display:block;
  margin-top:6px;
  color:#a9c9b9;
  font-size:9px;
  letter-spacing:.3px;
}
.author-photo-card .author-year{
  margin:15px 25px 25px;
  padding:17px 0 0;
  border-top:1px solid rgba(255,255,255,.14);
  border-bottom:0;
}
.author-lead-label{
  display:block;
  color:var(--green);
  font-size:9px;
  font-weight:900;
  letter-spacing:1.2px;
  margin-bottom:5px;
}
.career-timeline{
  display:grid;
  gap:0;
  margin-top:18px;
  border-top:1px solid var(--line);
}
.career-timeline>div{
  display:grid;
  grid-template-columns:88px 195px 1fr;
  gap:14px;
  align-items:start;
  padding:13px 0;
  border-bottom:1px solid #e9efec;
}
.career-period{
  font-size:9px;
  font-weight:900;
  color:var(--green);
  padding-top:2px;
}
.career-timeline strong{
  font-size:11px;
  line-height:1.5;
  word-break:keep-all;
}
.career-timeline p{
  margin:0;
  font-size:10px;
  color:var(--muted);
  line-height:1.65;
  word-break:keep-all;
}
.author-project-strip{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  margin-top:22px;
  border:1px solid var(--line);
  border-radius:17px;
  overflow:hidden;
  background:var(--line);
}
.author-project-strip>div{
  background:#fff;
  padding:18px 16px;
}
.author-project-strip span,
.author-project-strip strong,
.author-project-strip small{display:block}
.author-project-strip span{
  color:var(--green);
  font-size:8px;
  font-weight:900;
  letter-spacing:1px;
}
.author-project-strip strong{
  margin:5px 0 3px;
  font-size:12px;
  word-break:keep-all;
}
.author-project-strip small{
  color:var(--muted);
  font-size:9px;
  line-height:1.5;
}

/* 이전 학력 표시용 스타일은 더 이상 사용하지 않음 */
.author-education{display:none!important}

@media(max-width:1080px){
  .career-timeline>div{grid-template-columns:80px 180px 1fr}
  .author-project-strip{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:680px){
  .real-book-frame{width:min(330px,92%)}
  .career-timeline>div{grid-template-columns:1fr;gap:3px}
  .career-period{margin-top:2px}
  .author-project-strip{grid-template-columns:1fr}
  .roadmap-step.current>strong,
  .path-card.featured-path h3{font-size:19px}
}


/* v4.6 - 간결한 저자소개 */
.author-simple{
  background:linear-gradient(180deg,#fff 0%,#f8faf9 100%);
}
.author-simple .author-head{
  max-width:820px;
  margin-bottom:30px;
}
.author-simple-grid{
  display:grid;
  grid-template-columns:300px 1fr;
  gap:28px;
  align-items:stretch;
}
.compact-author-card{height:100%}
.compact-author-card .author-photo-wrap{aspect-ratio:1 / 1.02}
.author-summary{
  display:flex;
  flex-direction:column;
  gap:16px;
}
.author-summary-intro{
  padding:23px 25px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
}
.author-summary-intro>strong{
  display:block;
  font-size:22px;
  margin-bottom:8px;
  word-break:keep-all;
}
.author-summary-intro>p{
  margin:0;
  color:var(--muted);
  font-size:13px;
  line-height:1.8;
  word-break:keep-all;
}
.author-summary-intro em{
  color:var(--green);
  font-style:normal;
  font-weight:800;
}
.author-core-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:11px;
}
.author-core-grid article{
  min-height:128px;
  padding:17px 18px;
  border:1px solid var(--line);
  border-radius:15px;
  background:#fff;
}
.author-core-grid span{
  display:block;
  color:var(--green);
  font-size:8px;
  font-weight:900;
  letter-spacing:1px;
}
.author-core-grid strong{
  display:block;
  margin:6px 0 4px;
  font-size:14px;
  word-break:keep-all;
}
.author-core-grid p{
  margin:0;
  color:var(--muted);
  font-size:10px;
  line-height:1.65;
  word-break:keep-all;
}
.compact-philosophy{
  margin-top:0;
  padding:18px 21px;
}
.compact-philosophy blockquote{
  font-size:14px;
  line-height:1.7;
}
.career-timeline,
.author-project-strip{
  display:none!important;
}

@media(max-width:1080px){
  .author-simple-grid{grid-template-columns:1fr}
  .compact-author-card{max-width:430px}
}
@media(max-width:680px){
  .author-core-grid{grid-template-columns:1fr}
  .author-summary-intro>strong{font-size:19px}
}


/* v4.7 - Footer 재구성 */
.site-role-note{display:none!important}

.site-footer{
  background:#08281d;
  color:#dbe8e1;
  padding:0;
}
.site-footer .container{
  padding-top:42px;
  padding-bottom:22px;
}
.footer-main{
  display:grid;
  grid-template-columns:1.3fr 1fr .75fr;
  gap:58px;
  align-items:start;
}
.footer-brand img{
  width:260px;
  max-width:100%;
  background:#fff;
  border-radius:10px;
  padding:8px 10px;
  display:block;
}
.footer-brand p{
  max-width:360px;
  margin:15px 0 0;
  color:#a9c0b5;
  font-size:11px;
  line-height:1.75;
  word-break:keep-all;
}
.footer-label{
  display:block;
  margin-bottom:11px;
  color:#76b596;
  font-size:8px;
  font-weight:900;
  letter-spacing:1.3px;
}
.footer-book-info strong{
  display:block;
  color:#fff;
  font-size:17px;
  line-height:1.55;
  word-break:keep-all;
}
.footer-book-info p{
  margin:5px 0 16px;
  color:#a9c0b5;
  font-size:11px;
}
.footer-book-info a{
  display:inline-flex;
  color:#bfe2d1;
  font-size:11px;
  font-weight:900;
  border-bottom:1px solid rgba(191,226,209,.35);
  padding-bottom:2px;
}
.footer-nav{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:7px;
}
.footer-nav a{
  color:#d9e6df;
  font-size:11px;
}
.footer-nav a:hover{
  color:#8bd0ae;
}
.footer-bottom{
  display:flex;
  justify-content:space-between;
  gap:25px;
  margin-top:34px;
  padding-top:17px;
  border-top:1px solid rgba(255,255,255,.12);
  color:#77978a;
  font-size:9px;
}

/* 이전 Footer 구성은 v4.7에서 사용하지 않음 */
.footer-grid,
.footer-operator,
.footer-publisher,
.footer-copy{
  /* 새 footer 클래스가 우선 적용됨 */
}

@media(max-width:900px){
  .footer-main{
    grid-template-columns:1fr 1fr;
    gap:30px;
  }
  .footer-nav{
    grid-column:1 / -1;
    flex-direction:row;
    flex-wrap:wrap;
    gap:10px 18px;
  }
  .footer-nav .footer-label{width:100%}
}
@media(max-width:620px){
  .footer-main{grid-template-columns:1fr}
  .footer-nav{
    grid-column:auto;
    flex-direction:column;
  }
  .footer-bottom{
    flex-direction:column;
    gap:5px;
  }
}


/* v4.8 - 전체 과정 신청 버튼 */
.path-card .course-apply-btn{
  margin-top:auto;
}
.path-card{
  display:flex;
  flex-direction:column;
}
.path-card dl{
  flex:1;
}

/* v4.8 - 외부 강의 요청 */
.lecture-request-section{
  background:linear-gradient(180deg,#f8fbf9 0%,#eef6f2 100%);
}
.lecture-head{
  max-width:820px;
  margin-left:auto;
  margin-right:auto;
}
.lecture-head p{
  max-width:730px;
  margin-left:auto;
  margin-right:auto;
}
.lecture-topic-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:11px;
  margin-bottom:24px;
}
.lecture-topic-grid article{
  padding:20px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:16px;
}
.lecture-topic-grid span{
  display:block;
  color:var(--green);
  font-size:8px;
  font-weight:900;
  letter-spacing:1px;
}
.lecture-topic-grid strong{
  display:block;
  margin:7px 0 5px;
  font-size:14px;
  word-break:keep-all;
}
.lecture-topic-grid p{
  margin:0;
  color:var(--muted);
  font-size:10px;
  line-height:1.7;
  word-break:keep-all;
}
.lecture-request-layout{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:28px;
  align-items:start;
}
.lecture-request-copy{
  background:#0c3426;
  color:#fff;
  padding:30px;
  border-radius:21px;
  position:sticky;
  top:105px;
}
.lecture-small-label{
  display:block;
  color:#9acbb4;
  font-size:9px;
  font-weight:900;
  letter-spacing:1.1px;
}
.lecture-request-copy h3{
  font-size:27px;
  line-height:1.45;
  margin:10px 0 12px;
  word-break:keep-all;
}
.lecture-request-copy p{
  color:#c1d7cc;
  font-size:12px;
  line-height:1.8;
}
.lecture-points{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:23px;
}
.lecture-points span{
  padding:6px 9px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  color:#d5e6de;
  font-size:9px;
}
.lecture-form{
  box-shadow:0 15px 40px rgba(17,56,41,.08);
}

@media(max-width:1080px){
  .lecture-topic-grid{grid-template-columns:repeat(2,1fr)}
  .lecture-request-layout{grid-template-columns:1fr}
  .lecture-request-copy{position:static}
}
@media(max-width:680px){
  .lecture-topic-grid{grid-template-columns:1fr}
}


/* v4.9 - 메인 메뉴 한 줄 유지 */
.header-inner{
  gap:16px;
}
.header nav{
  flex:1;
  justify-content:flex-end;
  align-items:center;
  gap:14px;
  min-width:0;
  flex-wrap:nowrap;
  white-space:nowrap;
}
.header nav a{
  flex:0 0 auto;
  white-space:nowrap;
  word-break:keep-all;
  font-size:12px;
}
.header-cta{
  flex:0 0 auto;
  white-space:nowrap;
}
.brand-logos,
.operator-brand{
  flex:0 0 auto;
}

/* 한빛미디어 소개용 대형 섹션은 v4.9에서 사용하지 않음 */
.official-bridge-section,
.official-bridge-grid,
.site-role-note{
  display:none!important;
}

/* Hero 도서 라벨 */
.hero-book-label{
  display:inline-flex;
  flex-direction:column;
  gap:2px;
  padding:9px 13px;
  margin-bottom:20px;
  border:1px solid var(--line);
  border-radius:999px;
  background:#fff;
}
.hero-book-label span{
  font-size:11px;
  font-weight:900;
  color:var(--ink);
}
.hero-book-label strong{
  font-size:9px;
  font-weight:800;
  color:var(--green);
}

/* Footer v4.9 */
.footer-main-v49{
  grid-template-columns:1.2fr 1fr 1fr .72fr;
  gap:35px;
}
.footer-request strong{
  display:block;
  color:#fff;
  font-size:15px;
  line-height:1.55;
  word-break:keep-all;
}
.footer-request p{
  margin:5px 0 14px;
  color:#a9c0b5;
  font-size:10px;
  line-height:1.6;
  word-break:keep-all;
}
.footer-request a{
  color:#bfe2d1;
  font-size:11px;
  font-weight:900;
  border-bottom:1px solid rgba(191,226,209,.35);
  padding-bottom:2px;
}

@media(max-width:1180px){
  .header nav{gap:10px}
  .header nav a{font-size:11px}
  .brand-logos img:first-child{width:205px}
  .brand-logos img:last-child{width:95px}
}

@media(max-width:1080px){
  .header nav{
    white-space:normal;
    flex-wrap:initial;
  }
  .footer-main-v49{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:680px){
  .footer-main-v49{
    grid-template-columns:1fr;
  }
}


/* v4.10 - Footer 비율 및 제목 줄바꿈 조정 */
.footer-main-v49{
  grid-template-columns:1.05fr 1.35fr 1fr .72fr;
  gap:38px;
}
.footer-featured-title{
  white-space:nowrap;
  word-break:keep-all;
  font-size:16px!important;
  letter-spacing:-.35px;
}
.footer-brand img{
  width:225px;
}
.footer-book-info{
  min-width:0;
}
.footer-request{
  min-width:0;
}

/* Hero 상단 장식 배지는 제거 */
.hero-book-label{
  display:none!important;
}

@media(max-width:1180px){
  .footer-main-v49{
    grid-template-columns:1fr 1.3fr 1fr .7fr;
    gap:26px;
  }
  .footer-featured-title{
    font-size:14px!important;
  }
}

@media(max-width:1080px){
  .footer-main-v49{
    grid-template-columns:1fr 1fr;
  }
  .footer-featured-title{
    white-space:normal;
  }
}

@media(max-width:680px){
  .footer-main-v49{
    grid-template-columns:1fr;
  }
}


/* v4.11 - 교육과정 주요내용 보강 */
.path-card dl dd{
  line-height:1.65;
  word-break:keep-all;
}
.path-card dl div:first-child dd{
  font-size:10px;
}
.path-card{
  min-width:0;
}

/* 공개 헤더에서는 관리자 메뉴를 노출하지 않음 */
.header .admin-link{
  display:none!important;
}

/* Footer 맨 아래의 절제된 관리자 접속 링크 */
.footer-bottom-right{
  display:flex;
  align-items:center;
  gap:14px;
}
.footer-admin-link{
  color:#5f8172;
  font-size:8px;
  opacity:.72;
  border-left:1px solid rgba(255,255,255,.12);
  padding-left:14px;
  white-space:nowrap;
}
.footer-admin-link:hover{
  color:#a8cfbd;
  opacity:1;
}

@media(max-width:680px){
  .footer-bottom-right{
    align-items:flex-start;
    flex-direction:column;
    gap:4px;
  }
  .footer-admin-link{
    border-left:0;
    padding-left:0;
  }
}


/* =========================================================
   Cafe24 Static + Google Forms v1.1
   ========================================================= */

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

section[id] {
  scroll-margin-top: 96px;
}

.google-form-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 16px 42px rgba(23, 72, 53, .08);
}

.google-form-card h3 {
  margin: 8px 0 10px;
  font-size: 24px;
  line-height: 1.35;
  word-break: keep-all;
}

.google-form-card > p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
  word-break: keep-all;
}

.google-form-badge {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #eef7f2;
  color: var(--green);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1px;
}

.google-form-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 18px 0 22px;
}

.google-form-summary span {
  border: 1px solid var(--line);
  border-radius: 10px;
  padding: 10px 11px;
  background: #fbfcfb;
  color: #3b5a4b;
  font-size: 10px;
  font-weight: 800;
}

.google-selected-course {
  margin: 18px 0 0;
}

.google-form-link {
  text-align: center;
}

.site-footer {
  display: block !important;
}

.footer-bottom {
  min-height: 58px;
  padding-bottom: 14px;
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 82px;
  }

  section[id] {
    scroll-margin-top: 82px;
  }

  .google-form-card {
    padding: 20px;
  }

  .google-form-summary {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   Cafe24 Static + Google Forms v1.2
   스크롤 위치 보정
   ========================================================= */

:root {
  --anchor-offset: 112px;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: var(--anchor-offset);
}

section[id],
#home,
#roadmap,
#book,
#course,
#curriculum,
#target,
#author,
#growth,
#lecture-request,
#faq,
#apply,
#footer {
  scroll-margin-top: var(--anchor-offset);
}

/* 클릭 가능한 요소가 다른 레이어에 가려지지 않도록 보강 */
.header {
  isolation: isolate;
}

.header nav,
.header nav a,
.header-cta,
.course-apply-link,
.course-apply-btn,
.google-form-link {
  position: relative;
  pointer-events: auto;
}

.google-form-link {
  cursor: pointer;
}

@media (max-width: 1080px) {
  :root {
    --anchor-offset: 96px;
  }
}

@media (max-width: 680px) {
  :root {
    --anchor-offset: 84px;
  }
}


/* =========================================================
   Cafe24 Static + Google Forms v1.3
   내부 버튼 스크롤 위치 최종 보정
   ========================================================= */

/*
 * JavaScript가 동작할 때는 실제 .container 위치를 계산한다.
 * 아래 값은 JavaScript가 실행되지 않을 때의 fallback이다.
 */
html {
  scroll-padding-top: 100px;
}

section[id] {
  scroll-margin-top: 100px;
}

/*
 * 스크롤 위치를 실제 내용 시작점(.container)에 맞추므로
 * 별도의 가상 anchor나 음수 margin을 사용하지 않는다.
 */
.header {
  position: sticky;
  top: 0;
  z-index: 1000;
}

.header nav a,
.header-cta,
.course-apply-link,
.course-apply-btn,
.google-form-link {
  pointer-events: auto !important;
  cursor: pointer;
}

@media (max-width: 1080px) {
  html {
    scroll-padding-top: 92px;
  }

  section[id] {
    scroll-margin-top: 92px;
  }
}

@media (max-width: 680px) {
  html {
    scroll-padding-top: 80px;
  }

  section[id] {
    scroll-margin-top: 80px;
  }
}


/* =========================================================
   Cafe24 Static + Google Forms v1.4
   저자 직강 수강료 표시
   ========================================================= */

.tuition-spec strong {
  color: var(--green);
  font-size: 14px;
}

.selected-tuition {
  margin-top: 10px;
  padding: 14px 16px;
  border: 1px solid #cfe0d7;
  border-radius: 12px;
  background: #f5faf7;
}

.selected-tuition small,
.selected-tuition strong,
.selected-tuition span {
  display: block;
}

.selected-tuition small {
  color: var(--muted);
  font-size: 9px;
  font-weight: 800;
}

.selected-tuition strong {
  margin-top: 2px;
  color: var(--green);
  font-size: 20px;
  line-height: 1.35;
}

.selected-tuition span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  line-height: 1.55;
}
\n\n/* =========================================================\n   Cafe24 Static + Google Forms v1.6\n   토요일반 / 평일 저녁반 모집 안내\n   ========================================================= */\n\n.class-schedule-guide {\n  margin-top: 12px;\n  padding: 16px;\n  border: 1px solid #d8e4dc;\n  border-radius: 14px;\n  background: #fbfdfb;\n}\n\n.class-schedule-guide > small {\n  display: block;\n  margin-bottom: 10px;\n  color: var(--muted);\n  font-size: 10px;\n  font-weight: 800;\n  letter-spacing: .02em;\n}\n\n.schedule-option {\n  display: grid;\n  grid-template-columns: 108px 1fr;\n  gap: 12px;\n  align-items: start;\n  padding: 10px 0;\n  border-top: 1px solid #e7eee9;\n}\n\n.schedule-option:first-of-type {\n  border-top: 0;\n  padding-top: 0;\n}\n\n.schedule-option strong {\n  color: var(--green);\n  font-size: 13px;\n}\n\n.schedule-option span {\n  color: var(--text);\n  font-size: 12px;\n  line-height: 1.55;\n}\n\n.class-schedule-guide p {\n  margin: 8px 0 0;\n  color: var(--muted);\n  font-size: 10px;\n  line-height: 1.6;\n}\n\n@media (max-width: 680px) {\n  .schedule-option {\n    grid-template-columns: 1fr;\n    gap: 4px;\n  }\n}\n

/* v1.10 - 공통 수업반 한 줄 표기 */
.class-schedule-guide .common-class-line {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--text, #111827);
}
