:root{
  --navy:#112d5c;
  --navy-2:#173d75;
  --blue:#3e9ff2;
  --blue-2:#6eb8ec;
  --sky:#eaf5fb;
  --sky-2:#dcecf4;
  --sky-3:#cfe8f6;
  --yellow:#f7e7a4;
  --yellow-2:#fff4c7;
  --text:#1b2943;
  --muted:#68768b;
  --line:#dfe8ee;
  --white:#fff;
  --shadow:0 18px 50px rgba(34,78,112,.12);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:'Noto Sans KR',system-ui,-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;color:var(--text);background:#fff;line-height:1.65;-webkit-font-smoothing:antialiased}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
button,input,select,textarea{font:inherit}
button{cursor:pointer}
.container{width:min(1180px,calc(100% - 40px));margin:0 auto}
.skip-link{position:absolute;left:-999px;top:0;background:#000;color:#fff;padding:10px 14px;z-index:1000}.skip-link:focus{left:10px;top:10px}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);border-bottom:1px solid rgba(215,228,237,.85)}
.nav-wrap{height:78px;display:flex;align-items:center;gap:28px}
.brand{display:inline-flex;align-items:center;gap:10px;font-weight:900;font-size:24px;color:var(--navy);letter-spacing:-1.2px;white-space:nowrap}
.brand-mark{width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,var(--navy),var(--blue));color:#fff;display:grid;place-items:center;font-size:17px;font-weight:900;box-shadow:0 8px 20px rgba(62,159,242,.2)}
.main-nav{display:flex;align-items:center;justify-content:center;gap:30px;margin-left:auto;font-size:15px;font-weight:700;color:#334a69}
.main-nav a{position:relative;padding:26px 0}.main-nav a:after{content:"";position:absolute;left:50%;bottom:20px;width:0;height:2px;background:var(--blue);transition:.25s;transform:translateX(-50%)}.main-nav a:hover:after{width:100%}
.header-cta{margin-left:18px}
.mobile-menu-btn{display:none;background:none;border:0;padding:8px}.mobile-menu-btn span{display:block;width:24px;height:2px;background:var(--navy);margin:5px 0;border-radius:2px}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:999px;border:1px solid transparent;padding:13px 24px;font-weight:800;transition:.25s;letter-spacing:-.3px}.btn:hover{transform:translateY(-2px)}
.btn-primary{color:#fff;background:linear-gradient(135deg,#258bf0,#53b4f3);box-shadow:0 10px 26px rgba(43,149,239,.25)}.btn-primary:hover{box-shadow:0 14px 30px rgba(43,149,239,.34)}
.btn-outline{background:rgba(255,255,255,.78);border-color:#86bff0;color:#287dca}.btn-lg{padding:15px 26px;font-size:16px}
.play-mini{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#e9f5ff;font-size:10px}
.hero{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 20%,#cfeeff 0,rgba(207,238,255,.7) 22%,transparent 52%),linear-gradient(135deg,#f7fcff 0,#e4f3fb 55%,#eef9ff 100%);min-height:610px}
.hero:after{content:"";position:absolute;inset:auto -8% -120px 45%;height:300px;background:rgba(255,255,255,.48);border-radius:50% 50% 0 0;transform:rotate(-6deg)}
.hero-grid{min-height:610px;display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:35px;position:relative;z-index:2}
.hero-copy{padding:40px 0 56px}
.hand-note{margin:0 0 10px;color:#348bd0;font-size:18px;font-weight:800;letter-spacing:-.5px;transform:rotate(-2deg);display:inline-block}
.hero h1{font-size:54px;line-height:1.18;letter-spacing:-3.1px;color:#0e2751;margin:8px 0 10px;font-weight:900}.hero h2{position:relative;display:inline-block;font-size:31px;line-height:1.35;margin:0 0 22px;font-weight:900;letter-spacing:-1.8px;color:#142d55}.hero h2 span{color:#1688de}.hero h2 i{position:absolute;left:0;right:-8px;bottom:1px;height:10px;background:var(--yellow);z-index:-1;border-radius:10px;transform:rotate(-1deg)}
.hero-desc{font-size:17px;color:#52657e;margin:0 0 28px}.hero-actions{display:flex;flex-wrap:wrap;gap:12px}.hero-trust{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px;color:#50667f;font-size:13px;font-weight:700}.hero-trust b{color:#aac0d0}
.hero-visual{position:relative;height:560px;display:flex;justify-content:center;align-items:flex-end}.hero-halo{position:absolute;width:480px;height:480px;border-radius:50%;background:radial-gradient(circle at 35% 30%,rgba(255,255,255,.96),rgba(198,230,247,.58) 55%,rgba(134,197,233,.1) 72%);bottom:6px;right:-20px}
.hero-photo-card{position:relative;width:410px;height:510px;border-radius:210px 210px 80px 80px;overflow:hidden;box-shadow:0 30px 80px rgba(39,91,128,.18);border:10px solid rgba(255,255,255,.55);background:#dceaf0;z-index:2}.hero-photo-card img{width:100%;height:100%;object-fit:cover;object-position:50% 20%}
.hero-note{position:absolute;right:-35px;top:95px;color:#2d8fd8;font-weight:800;font-size:17px;transform:rotate(-4deg);z-index:4;border-bottom:2px solid rgba(45,143,216,.5);padding-bottom:8px}.hero-badge{position:absolute;right:-12px;bottom:85px;background:rgba(255,255,255,.78);backdrop-filter:blur(8px);padding:15px 18px;border-radius:18px;color:#5e7691;font-weight:700;font-size:13px;box-shadow:var(--shadow);z-index:4}
.floating-paper{position:absolute;width:64px;height:88px;background:rgba(255,255,255,.62);box-shadow:0 8px 20px rgba(60,105,136,.08);border-radius:3px;transform:rotate(14deg);z-index:1}.floating-paper:before,.floating-paper:after{content:"";position:absolute;left:11px;right:11px;height:3px;border-radius:4px;background:#d6e4ec;box-shadow:0 10px 0 #d6e4ec,0 20px 0 #d6e4ec}.floating-paper:before{top:18px}.floating-paper:after{top:52px;right:23px}.paper-1{left:6%;top:80px;transform:rotate(-18deg)}.paper-2{left:45%;top:45px}.paper-3{right:6%;top:245px;transform:rotate(24deg)}
.section{padding:105px 0}.section-tight{padding:75px 0}.two-col{display:grid;grid-template-columns:.88fr 1.12fr;gap:65px;align-items:center}.eyebrow{display:inline-block;color:#4a9bd2;font-size:12px;font-weight:900;letter-spacing:1.8px;margin-bottom:12px}.section-copy h2,.section-title h2,.trust-copy h2,.worry-header h2,.experts-head h2,.content-head h2{font-size:34px;line-height:1.35;letter-spacing:-1.8px;margin:0 0 16px;color:#162a4e}.section-copy h2 em,.section-title h2 em,.trust-copy h2 em,.worry-header h2 em,.experts-head h2 em,.content-head h2 em{font-style:normal;color:#1889df}.section-copy p,.section-title p,.trust-copy p,.worry-header p,.experts-head p,.content-head p{color:var(--muted);margin:0;font-size:16px}.section-copy blockquote{margin:28px 0 0;color:#2d8ed8;font-size:19px;font-weight:800;padding-left:0}
.video-card{position:relative;height:335px;border-radius:26px;overflow:hidden;background:#dceaf0;box-shadow:var(--shadow)}.video-card:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(13,38,74,.16),transparent 60%)}.video-card img{width:100%;height:100%;object-fit:cover;object-position:50% 20%}.youtube-label{position:absolute;top:18px;right:18px;z-index:3;background:rgba(255,255,255,.9);padding:8px 12px;border-radius:12px;font-weight:800;font-size:13px}.yt-icon{color:#ff1738}.play-button{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3;width:78px;height:78px;border-radius:50%;background:rgba(15,29,51,.67);border:4px solid rgba(255,255,255,.76);color:#fff;display:grid;place-items:center;padding-left:5px;font-size:26px;box-shadow:0 15px 30px rgba(0,0,0,.22)}.video-caption{position:absolute;right:20px;bottom:20px;z-index:3;background:rgba(255,255,255,.9);padding:11px 14px;border-radius:14px;display:flex;flex-direction:column}.video-caption small{color:#6a788a;margin-top:2px}
.trust-band{background:linear-gradient(135deg,#f4fbff 0,#dff0f8 100%);position:relative;overflow:hidden}.trust-band:after{content:"";position:absolute;width:440px;height:440px;border-radius:50%;border:80px solid rgba(255,255,255,.23);right:-190px;bottom:-270px}.trust-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:50px;align-items:center;position:relative;z-index:2}.credential-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.credential-card{background:rgba(255,255,255,.88);border:1px solid rgba(255,255,255,.95);border-radius:22px;padding:30px 18px;text-align:center;box-shadow:0 12px 32px rgba(53,98,127,.08)}.icon-box{width:58px;height:58px;border-radius:18px;background:linear-gradient(145deg,#e9f7ff,#b9e2fb);display:grid;place-items:center;margin:0 auto 15px;color:#218bd8;font-weight:900;font-size:22px}.icon-trophy{background:linear-gradient(145deg,#fff8df,#ffe59f);color:#d89a20}.icon-people{font-size:17px}.icon-cfp{background:linear-gradient(145deg,#fff9df,#ffeaa8);color:#8b6a16;font-size:14px;letter-spacing:.3px}
.zero-misbadge{grid-column:1/-1;margin-top:20px;background:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.95);border-radius:18px;padding:18px 22px;display:flex;align-items:center;gap:12px;box-shadow:0 12px 32px rgba(53,98,127,.08);position:relative;z-index:2}.zero-misbadge-kicker{font-size:10px;letter-spacing:1.5px;font-weight:900;color:#5f93b5}.zero-misbadge strong{color:#17345e;font-size:17px}.zero-misbadge>span:last-child{color:#7a8898;font-size:13px;margin-left:auto}
.expert-promise{margin-top:16px;padding:16px 18px;background:linear-gradient(135deg,#f4fbff,#fffbea);border:1px solid #dfeef6;border-radius:16px;color:#53667b;font-size:14px;line-height:1.8;max-width:720px}.expert-promise strong{color:#17345e}.credential-card h3{font-size:18px;margin:0 0 8px;color:#17345e}.credential-card p{font-size:13px;line-height:1.65;color:#77879a;margin:0}
.worries{background:linear-gradient(180deg,#f7fcff 0,#e6f5fd 100%);position:relative;overflow:hidden}.worry-header{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:38px}.speech-note{align-self:center;margin-right:70px;position:relative;padding:20px 28px;border:2px solid rgba(75,163,220,.33);border-radius:50%;color:#348dd1;font-size:16px;font-weight:800;transform:rotate(-3deg)}.speech-note:after{content:"";position:absolute;right:12px;bottom:-13px;width:22px;height:18px;border-left:2px solid rgba(75,163,220,.33);transform:skew(-30deg)}.worry-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.worry-card{background:#fff;border-radius:20px;padding:28px 22px;box-shadow:0 13px 28px rgba(38,89,121,.07);border:1px solid rgba(201,225,239,.72)}.round-icon{width:48px;height:48px;border-radius:50%;background:#e6f5ff;display:grid;place-items:center;color:#218bd8;font-size:22px;font-weight:900;margin-bottom:18px}.worry-card h3{font-size:17px;line-height:1.55;margin:0 0 8px;color:#1a355f}.worry-card p{margin:0;color:#8290a1;font-size:13px}
.section-title{text-align:left;margin-bottom:35px}.process-grid{display:grid;grid-template-columns:1fr 45px 1fr 45px 1fr;align-items:center}.process-card{position:relative;background:#fff;border-radius:22px;border:1px solid #e1edf4;padding:30px 26px;min-height:210px;box-shadow:0 15px 35px rgba(25,72,105,.07);text-align:center}.step{position:absolute;top:16px;left:18px;width:38px;height:38px;border-radius:50%;background:#e8f6ff;color:#218bd8;display:grid;place-items:center;font-size:13px;font-weight:900}.process-icon{font-size:36px;color:#2f9ae7;display:block;margin:15px auto 10px}.process-card h3{margin:0 0 8px;font-size:20px;color:#193760}.process-card p{margin:0;color:#7a8797;font-size:14px}.process-arrow{text-align:center;font-size:46px;color:#43a5ed;font-weight:300}
.experts{background:#fbfdff}.experts-head{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:40px}.team-note{color:#348dd1;font-weight:800;transform:rotate(-4deg);font-size:17px;border-bottom:2px solid rgba(52,141,209,.28);padding-bottom:5px;margin-right:30px}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.team-card{background:#fff;border:1px solid #e1ecf2;border-radius:22px;overflow:hidden;box-shadow:0 15px 38px rgba(21,66,96,.08);transition:.25s}.team-card:hover{transform:translateY(-5px);box-shadow:0 22px 45px rgba(21,66,96,.13)}.team-photo{height:290px;background:linear-gradient(145deg,#f0f8fd,#ddeaf1);overflow:hidden}.team-photo img{width:100%;height:100%;object-fit:cover;object-position:center top}.team-card:nth-child(2) .team-photo img{object-position:50% 20%}.team-card:nth-child(3) .team-photo img{object-position:50% 18%}.team-card:nth-child(4) .team-photo img{object-position:50% 15%}.team-body{padding:20px 18px 24px;text-align:center}.team-role{display:inline-block;color:#298cd5;font-size:12px;font-weight:800;background:#edf8ff;padding:5px 10px;border-radius:999px;margin-bottom:9px}.team-body h3{font-size:17px;margin:0 0 9px;color:#1b355c}.team-body p{font-size:13px;color:#7c899a;margin:0}
.content-head{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:42px}.content-links{display:flex;gap:10px;flex-wrap:wrap}.channel-chip{padding:10px 14px;border-radius:999px;border:1px solid #e3ebf1;background:#fff;font-size:13px;font-weight:800;display:flex;align-items:center;gap:7px}.channel-chip.youtube b{color:#f30}.channel-chip.blog b{width:20px;height:20px;display:grid;place-items:center;border-radius:6px;background:#19c44a;color:#fff;font-size:11px}.content-row{margin-bottom:42px}.row-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.row-title h3{font-size:19px;margin:0;color:#17345e}.row-title a{color:#398ed0;font-size:13px;font-weight:700}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.content-card{display:block}.thumb{height:190px;border-radius:18px;overflow:hidden;position:relative;background:#dfeffc}.thumb:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(16,56,102,.15),rgba(16,56,102,.02))}.thumb img{width:100%;height:100%;object-fit:cover;object-position:right 20%}.thumb span{position:absolute;left:19px;top:24px;color:#fff;font-size:23px;font-weight:900;line-height:1.22;letter-spacing:-1.3px;z-index:3;text-shadow:0 2px 10px rgba(0,0,0,.15)}.thumb span strong{color:#ffe76e}.thumb i{position:absolute;right:14px;bottom:13px;width:33px;height:33px;border-radius:50%;background:rgba(9,28,54,.65);color:#fff;display:grid;place-items:center;font-style:normal;font-size:12px;z-index:3}.thumb-yellow span strong{color:#fff}.thumb-yellow:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(251,220,111,.42),transparent 70%);z-index:1}.content-card h4{font-size:16px;line-height:1.45;margin:13px 0 4px;color:#1b355b}.content-card p{font-size:13px;color:#7a8797;margin:0}.blog-art{height:155px;border-radius:18px;display:grid;place-items:center;font-size:52px;color:#2d8fd8;background:linear-gradient(145deg,#eef9ff,#d9edf8);overflow:hidden}.art-home{background:linear-gradient(145deg,#fff8de,#e9f3f2);color:#d2aa3e}.art-family{background:linear-gradient(145deg,#eff7ff,#e6f3f8);color:#59a6d4}.blog-content small{display:block;margin-top:10px;color:#9aa5b1}.blog-row{margin-bottom:0}
.consult{padding-top:55px}.consult-panel{background:linear-gradient(135deg,#e9f7ff,#d8effb 55%,#eef9ff);border-radius:28px;padding:54px 58px;display:grid;grid-template-columns:.9fr 1.1fr;gap:55px;box-shadow:0 22px 60px rgba(28,86,123,.1);position:relative;overflow:hidden}.consult-panel:after{content:"";position:absolute;right:-40px;bottom:-60px;width:210px;height:210px;border:30px solid rgba(255,255,255,.36);border-radius:50%}.consult-copy{position:relative;z-index:2}.consult-copy h2{font-size:38px;line-height:1.25;letter-spacing:-2px;margin:5px 0 15px;color:#102b57}.consult-copy h2 span{color:#1889df}.consult-copy>p:not(.hand-note){color:#65778c;margin:0}.consult-benefits{display:flex;flex-wrap:wrap;gap:9px 16px;margin-top:28px;color:#476985;font-size:13px;font-weight:700}.consult-form{background:rgba(255,255,255,.7);border:1px solid rgba(255,255,255,.92);padding:25px;border-radius:22px;position:relative;z-index:2;box-shadow:0 12px 30px rgba(39,90,124,.08)}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.consult-form label{display:block;color:#52667e;font-size:12px;font-weight:800;margin-bottom:12px}.consult-form input,.consult-form select,.consult-form textarea{width:100%;border:1px solid #dce9f1;border-radius:11px;background:#fff;padding:13px 14px;margin-top:6px;outline:none;color:#2e405a;transition:.2s}.consult-form input:focus,.consult-form select:focus,.consult-form textarea:focus{border-color:#6cb7eb;box-shadow:0 0 0 3px rgba(80,174,235,.12)}.consult-form textarea{resize:vertical}.privacy-check{display:flex!important;align-items:flex-start;gap:7px;font-weight:500!important;color:#718095!important}.privacy-check input{width:16px;height:16px;margin:3px 0 0}.text-button{border:0;background:none;color:#2d8fd8;padding:0;font-size:12px;font-weight:800;text-decoration:underline}.submit-btn{width:100%;border-radius:12px;margin-top:2px}.form-status{min-height:22px;text-align:center;margin:9px 0 0;font-size:13px;font-weight:700}.form-status.success{color:#0e8c56}.form-status.error{color:#d34747}.form-note{text-align:center;color:#8996a5;font-size:11px;margin:5px 0 0}.site-footer{margin-top:90px;border-top:1px solid #e3ebf1;background:#fff}.footer-main{padding:34px 0 24px;display:flex;justify-content:space-between;gap:30px;align-items:center}.footer-brand p{font-size:12px;color:#8b98a6;margin:6px 0 0}.footer-links{display:flex;gap:22px;flex-wrap:wrap;font-size:13px;font-weight:700;color:#536980}.footer-bottom{border-top:1px solid #edf1f4;padding:19px 0 26px;display:flex;justify-content:space-between;gap:40px;color:#9aa4af;font-size:10px}.footer-bottom p{margin:0}.footer-bottom p:first-child{max-width:780px}
.kakao-float{position:fixed;right:22px;bottom:24px;z-index:80;background:#fee500;color:#1e1e1e;border-radius:999px;padding:12px 17px;display:flex;align-items:center;gap:7px;box-shadow:0 12px 32px rgba(30,30,30,.2);font-size:13px}.kakao-float span{font-size:18px}.kakao-float b{font-weight:900}
.modal{position:fixed;inset:0;z-index:200;display:none;align-items:center;justify-content:center;padding:20px}.modal.is-open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(11,24,42,.54);backdrop-filter:blur(4px)}.modal-card{position:relative;background:#fff;width:min(540px,100%);border-radius:24px;padding:34px;box-shadow:0 30px 80px rgba(0,0,0,.24);z-index:2}.modal-close{position:absolute;top:13px;right:17px;border:0;background:none;font-size:30px;color:#7b8895}.modal-card h2{font-size:22px;color:#17345e;margin:0 0 20px}.modal-card p{font-size:13px;color:#647487;border-bottom:1px solid #eef2f5;padding-bottom:12px}.modal-card p b{color:#294a6d;margin-right:8px}.modal-small{font-size:11px!important;color:#9aa5b1!important}.modal-ok{width:100%;border-radius:12px;margin-top:8px}
.reveal{opacity:1;transform:none}.js-ready .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s ease}.js-ready .reveal.visible{opacity:1;transform:none}.delay-1{transition-delay:.1s}.delay-2{transition-delay:.18s}
@media(max-width:1020px){.main-nav{gap:18px}.hero h1{font-size:47px}.hero-grid{grid-template-columns:1fr 1fr}.hero-photo-card{width:360px}.team-grid{grid-template-columns:repeat(2,1fr)}.team-photo{height:360px}.worry-grid{grid-template-columns:repeat(2,1fr)}.credential-grid{grid-template-columns:repeat(2,1fr)}.consult-panel{padding:45px 38px}.consult-copy h2{font-size:33px}}
@media(max-width:820px){.zero-misbadge{flex-wrap:wrap}.zero-misbadge>span:last-child{margin-left:0;width:100%}.nav-wrap{height:68px}.main-nav{display:none;position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid #e5edf2;padding:18px 24px;flex-direction:column;align-items:flex-start;gap:0;box-shadow:0 18px 30px rgba(18,47,81,.08)}.main-nav.open{display:flex}.main-nav a{padding:10px 0;width:100%}.main-nav a:after{display:none}.mobile-menu-btn{display:block;margin-left:auto}.header-cta{margin-left:0;padding:10px 15px;font-size:13px}.hero{min-height:auto}.hero-grid{grid-template-columns:1fr;gap:0}.hero-copy{padding:70px 0 25px}.hero-visual{height:475px}.hero-photo-card{height:440px}.hero-note{right:15px}.hero-badge{right:10px}.two-col,.trust-grid,.consult-panel{grid-template-columns:1fr}.two-col{gap:35px}.trust-grid{gap:30px}.credential-grid{grid-template-columns:repeat(3,1fr)}.worry-header,.experts-head,.content-head{align-items:flex-start}.speech-note,.team-note{display:none}.process-grid{grid-template-columns:1fr;gap:14px}.process-arrow{display:none}.process-card{min-height:unset}.content-grid{grid-template-columns:1fr 1fr}.content-card:last-child{grid-column:1/-1}.consult-panel{gap:30px}.footer-main,.footer-bottom{flex-direction:column;align-items:flex-start}.footer-bottom{gap:10px}.section{padding:80px 0}}
@media(max-width:580px){.expert-promise{font-size:13px;padding:14px}.zero-misbadge{padding:16px}.zero-misbadge strong{font-size:15px}.container{width:min(100% - 28px,1180px)}.brand{font-size:20px}.brand-mark{width:30px;height:30px}.header-cta{display:none}.hero-copy{padding-top:55px}.hero h1{font-size:39px;letter-spacing:-2.4px}.hero h2{font-size:25px}.hero-desc{font-size:15px}.desktop-only{display:none}.hero-actions{flex-direction:column;align-items:stretch}.btn-lg{width:100%}.hero-visual{height:405px}.hero-halo{width:360px;height:360px;right:-40px}.hero-photo-card{width:300px;height:380px;border-width:7px}.hero-note{font-size:14px;top:55px;right:2px}.hero-badge{font-size:11px;bottom:35px}.floating-paper{opacity:.55}.section{padding:68px 0}.section-tight{padding:60px 0}.section-copy h2,.section-title h2,.trust-copy h2,.worry-header h2,.experts-head h2,.content-head h2{font-size:28px}.video-card{height:260px}.credential-grid{grid-template-columns:1fr}.worry-grid{grid-template-columns:1fr}.team-grid{grid-template-columns:1fr 1fr;gap:12px}.team-photo{height:220px}.team-body{padding:16px 10px 20px}.team-body h3{font-size:14px}.team-body p{font-size:11px}.team-role{font-size:10px}.content-head{flex-direction:column}.content-grid{grid-template-columns:1fr}.content-card:last-child{grid-column:auto}.thumb{height:200px}.form-row{grid-template-columns:1fr}.consult-panel{padding:34px 20px;border-radius:22px}.consult-copy h2{font-size:30px}.consult-benefits{font-size:12px}.consult-form{padding:18px 15px}.footer-links{gap:12px}.kakao-float{right:14px;bottom:14px;padding:11px 13px}.kakao-float b{display:none}}

.youtube-thumb:after{background:linear-gradient(180deg,rgba(12,34,63,0),rgba(12,34,63,.08))}.youtube-thumb img{object-position:center}.youtube-thumb i{background:rgba(9,28,54,.76);box-shadow:0 4px 16px rgba(0,0,0,.15)}


/* 개인정보 동의 */
.consent-group{display:grid;gap:9px;margin:2px 0 14px}.consent-row{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #e2edf4;border-radius:12px;background:rgba(255,255,255,.72)}.consent-row .privacy-check{margin:0;flex:1}.privacy-check strong{font-size:11px;color:#2d8fd8}.consent-row .text-button{flex:0 0 auto;margin-top:1px;white-space:nowrap}.modal-card-long{width:min(720px,100%);max-height:min(82vh,760px);overflow:auto}.consent-copy{font-size:13px;color:#53687f;line-height:1.75}.consent-copy p{border-bottom:0!important;padding-bottom:0!important;margin:0 0 15px!important;color:#53687f!important}.consent-copy ul{margin:0 0 20px;padding-left:22px}.consent-copy li{margin:8px 0}.consent-copy li::marker{color:#56a9dd}.consent-copy b{color:#244967}.consent-copy .modal-notice{font-size:12px!important;color:#6f7f90!important;background:#f7fafc;border-radius:10px;padding:10px 12px!important;margin-bottom:8px!important}.modal-card-long .modal-ok{position:sticky;bottom:0;box-shadow:0 -8px 20px rgba(255,255,255,.92)}

/* 네이버 블로그 대표 이미지 */
.blog-thumb{position:relative;padding:0!important;display:block!important;background:linear-gradient(145deg,#eef9ff,#d9edf8)!important}.blog-thumb img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .25s ease}.blog-thumb img.is-loaded{opacity:1}.blog-thumb-loading{position:absolute;inset:0;display:grid;place-items:center;padding:18px;text-align:center;font-size:12px;font-weight:700;color:#7c91a2;background:linear-gradient(135deg,#eef8fe,#f8fbfd)}

/* 보험광고/모집종사자 고지 영역 */
.legal-disclosure{background:linear-gradient(135deg,#58b8e6,#56b4df);color:#fff;padding:30px 0 28px;border-top:1px solid rgba(255,255,255,.28)}
.legal-disclosure-inner{display:grid;grid-template-columns:140px 1fr;gap:28px;align-items:start}
.legal-disclosure h2{font-size:18px;line-height:1.3;margin:0;font-weight:900;color:#fff;letter-spacing:-.5px}
.legal-copy{font-size:12px;line-height:1.6;color:rgba(255,255,255,.98)}
.legal-copy p{margin:0 0 12px}
.legal-copy strong{font-weight:800;color:#fff}
.legal-copy a{color:#fff;text-decoration:underline;text-underline-offset:2px}
.legal-business{padding-top:5px;margin-bottom:0!important}
@media(max-width:820px){.legal-disclosure-inner{grid-template-columns:1fr;gap:10px}.legal-disclosure{padding:26px 0}.legal-copy{font-size:11px;line-height:1.65}}
@media(max-width:580px){.legal-copy{font-size:10.5px}.legal-copy p{margin-bottom:10px}.legal-disclosure h2{font-size:17px}}

/* Mobile safety */
html,body{overflow-x:hidden;max-width:100%}
img{max-width:100%}
@media(max-width:580px){body{font-size:15px}.site-header{position:sticky;top:0}.hero-photo-card{max-width:88vw}.modal-card{max-width:calc(100vw - 24px)}}

/* 자격/경력 카드 문구의 의도한 줄바꿈을 고정 */
.credential-card .credential-desc {
  font-size: 12px;
  line-height: 1.65;
}
.credential-card .cred-line {
  display: block;
  white-space: nowrap;
}
.credential-card .credential-owner {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  line-height: 1.4;
  color: #7b8794;
}
@media (max-width: 480px) {
  .credential-card .credential-desc { font-size: 12px; }
  .credential-card .cred-line { white-space: normal; }
}

.legal-policy-links{margin:14px 0 12px}
.legal-policy-button{appearance:none;background:none;border:0;padding:0;color:#fff;font-size:12px;font-weight:800;line-height:1.4;text-decoration:underline;text-underline-offset:2px;cursor:pointer;box-shadow:none;border-radius:0}
.legal-policy-button:hover,.legal-policy-button:focus{color:#fff;opacity:.9;outline:none}


/* 보험점검 SEO 상세 페이지 */
.process-detail-link{display:inline-flex;align-items:center;gap:6px;margin-top:15px;color:#268bd7;font-size:12px;font-weight:900}.process-detail-link:hover{text-decoration:underline;text-underline-offset:3px}
.seo-page{background:#fff}.seo-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 18%,#d5effe 0,rgba(213,239,254,.72) 22%,transparent 51%),linear-gradient(135deg,#f9fdff 0,#e9f6fc 58%,#f6fbfe 100%)}
.seo-hero-grid{min-height:560px;display:grid;grid-template-columns:1.06fr .94fr;align-items:center;gap:54px}.seo-hero-copy{padding:72px 0}.seo-hero-copy h1{margin:5px 0 20px;color:#102b57;font-size:50px;line-height:1.23;letter-spacing:-3px}.seo-hero-copy h1 em{font-style:normal;color:#1889df;position:relative;z-index:1}.seo-hero-copy h1 em:after{content:"";position:absolute;left:0;right:0;bottom:2px;height:10px;background:#f7e7a4;z-index:-1;border-radius:10px}.seo-lead{margin:0 0 22px;color:#52657e;font-size:17px;line-height:1.9}.seo-lead strong{color:#173d75}.seo-chips{display:flex;flex-wrap:wrap;gap:9px;margin:0 0 28px}.seo-chips span{padding:8px 13px;border-radius:999px;background:rgba(255,255,255,.82);border:1px solid #dcecf6;color:#456984;font-size:12px;font-weight:800}.seo-hero-visual{display:flex;align-items:center;justify-content:center;min-height:420px}.seo-consultant-panel{width:100%;max-width:500px;display:grid;grid-template-columns:170px 1fr;gap:24px;align-items:center;padding:26px;border-radius:30px;background:linear-gradient(145deg,rgba(255,255,255,.96),rgba(235,247,255,.94));border:1px solid rgba(255,255,255,.98);box-shadow:0 24px 60px rgba(34,78,112,.14);position:relative;overflow:hidden}.seo-consultant-panel:before{content:"";position:absolute;width:220px;height:220px;border-radius:50%;background:rgba(127,196,238,.14);right:-80px;top:-85px}.seo-consultant-photo{width:170px;height:235px;border-radius:85px 85px 24px 24px;overflow:hidden;background:#e4f1f9;box-shadow:0 14px 34px rgba(32,72,105,.13);position:relative;z-index:1}.seo-consultant-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 18%}.seo-consultant-info{position:relative;z-index:1}.seo-consultant-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:#0e4d93;color:#fff;font-size:11px;font-weight:900;letter-spacing:.3px}.seo-consultant-info h2{margin:14px 0 10px;color:#15355f;font-size:27px;line-height:1.25;letter-spacing:-1.3px}.seo-consultant-desc{margin:0;color:#60748a;font-size:13px;line-height:1.75}.seo-consultant-tags{display:flex;flex-wrap:wrap;gap:7px;margin-top:17px}.seo-consultant-tags span{padding:7px 9px;border:1px solid #d8e8f3;border-radius:10px;background:rgba(255,255,255,.9);color:#355d7b;font-size:10.5px;font-weight:800}.seo-photo-wrap,.seo-badge-round,.seo-consultant-card,.seo-hero-circle,.seo-hero-note,.seo-floating-card{display:none}
@media(max-width:900px){.seo-hero-grid{grid-template-columns:1fr;gap:8px}.seo-hero-copy{padding:62px 0 20px}.seo-hero-visual{min-height:0;padding:10px 0 42px}.seo-consultant-panel{max-width:560px;margin:0 auto;grid-template-columns:150px 1fr;padding:22px}.seo-consultant-photo{width:150px;height:205px}.seo-consultant-info h2{font-size:24px}.seo-check-grid{grid-template-columns:repeat(2,1fr)}.seo-credentials{grid-template-columns:repeat(2,1fr)}}
@media(max-width:580px){.seo-hero-copy h1{font-size:37px;letter-spacing:-2.1px}.seo-lead{font-size:15px}.seo-hero-visual{padding:6px 0 34px}.seo-consultant-panel{grid-template-columns:92px 1fr;gap:14px;padding:16px;border-radius:22px}.seo-consultant-photo{width:92px;height:126px;border-radius:46px 46px 16px 16px}.seo-consultant-kicker{font-size:9.5px;padding:6px 8px}.seo-consultant-info h2{font-size:18px;margin:9px 0 6px}.seo-consultant-desc{font-size:11.5px;line-height:1.55}.seo-consultant-tags{gap:5px;margin-top:10px}.seo-consultant-tags span{font-size:9px;padding:5px 6px}.seo-check-grid{grid-template-columns:1fr}.seo-check-grid article{padding:23px 20px}.seo-step-list article{grid-template-columns:50px 1fr;padding:20px 17px;gap:14px}.seo-step-num{width:44px;height:44px;border-radius:14px}.seo-warning{grid-template-columns:1fr;padding:26px 22px}.seo-warning h2{font-size:23px}.seo-credentials{grid-template-columns:1fr}.seo-related{align-items:flex-start;flex-direction:column}}


/* ===== 보험점검 상세페이지 v6 : 우아하고 간결한 카드형 UI ===== */
.seo-page-polished{background:#fff;color:#18304f}
.seo-page-polished .section{padding:88px 0}
.seo-page-polished .section-tight{padding:56px 0}
.seo-page-polished .section-title{margin-bottom:34px}
.seo-page-polished .section-title h2{font-size:36px;letter-spacing:-2px;margin-bottom:10px}
.seo-page-polished .section-title p{max-width:720px;line-height:1.8}

/* Hero consultant team card */
.seo-page-polished .seo-hero-grid{min-height:570px;grid-template-columns:1.02fr .98fr;gap:64px}
.seo-page-polished .seo-hero-visual{min-height:440px}
.seo-page-polished .seo-team-panel{width:100%;max-width:540px;background:rgba(255,255,255,.94);border:1px solid rgba(208,229,242,.9);border-radius:30px;overflow:hidden;box-shadow:0 26px 70px rgba(35,82,116,.14)}
.seo-page-polished .seo-team-photo{height:255px;overflow:hidden;background:#e8f4fb;position:relative}
.seo-page-polished .seo-team-photo:after{content:"";position:absolute;inset:auto 0 0;height:70px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.22))}
.seo-page-polished .seo-team-photo img{width:100%;height:100%;object-fit:cover;object-position:50% 42%;display:block}
.seo-page-polished .seo-team-meta{padding:24px 28px 26px;position:relative}
.seo-page-polished .seo-team-meta h2{font-size:27px;letter-spacing:-1.2px;color:#15365f;margin:12px 0 7px;line-height:1.3}
.seo-page-polished .seo-team-meta>p{margin:0;color:#687d91;font-size:13px;line-height:1.75}
.seo-page-polished .seo-consultant-kicker{display:inline-flex;align-items:center;padding:7px 12px;border-radius:999px;background:#155ba7;color:#fff;font-size:11px;font-weight:900}
.seo-page-polished .seo-consultant-tags{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:18px}
.seo-page-polished .seo-consultant-tags span{display:flex;align-items:center;justify-content:center;min-height:36px;padding:7px 9px;border:1px solid #d9e9f4;border-radius:11px;background:#fbfdff;color:#315a7b;font-size:10.5px;font-weight:800;text-align:center}

/* Check point cards */
.seo-page-polished .seo-intro{background:#fff}
.seo-page-polished .seo-check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.seo-page-polished .seo-check-grid article{position:relative;min-height:205px;padding:28px 24px 24px;background:linear-gradient(145deg,#fff,#f7fbfe);border:1px solid #dceaf3;border-radius:20px;box-shadow:0 10px 28px rgba(47,93,124,.055);transition:.22s ease}
.seo-page-polished .seo-check-grid article:hover{transform:translateY(-3px);box-shadow:0 15px 34px rgba(47,93,124,.09)}
.seo-page-polished .seo-check-grid article>span{display:grid;place-items:center;width:38px;height:38px;margin-bottom:18px;border-radius:13px;background:#e8f5fd;color:#1689df;font-size:12px;font-weight:900}
.seo-page-polished .seo-check-grid h3{margin:0 0 10px;color:#17375e;font-size:17px;line-height:1.55;letter-spacing:-.7px}
.seo-page-polished .seo-check-grid p{margin:0;color:#7a8898;font-size:12.5px;line-height:1.7}

/* Process */
.seo-page-polished .seo-how{background:linear-gradient(180deg,#f7fcff 0,#edf8fe 100%)}
.seo-page-polished .seo-step-list{display:grid;grid-template-columns:repeat(4,1fr);gap:15px}
.seo-page-polished .seo-step-list article{position:relative;display:block;padding:26px 22px 24px;background:rgba(255,255,255,.9);border:1px solid #d9e9f3;border-radius:20px;box-shadow:0 10px 26px rgba(50,98,128,.05)}
.seo-page-polished .seo-step-list article:not(:last-child):after{content:"→";position:absolute;right:-13px;top:50%;transform:translateY(-50%);z-index:2;width:26px;height:26px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#2d92dd;font-weight:900;box-shadow:0 4px 12px rgba(41,118,170,.1)}
.seo-page-polished .seo-step-num{display:grid;place-items:center;width:42px;height:42px;margin-bottom:18px;border-radius:14px;background:linear-gradient(145deg,#1689df,#4eb2f1);color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(40,145,222,.2)}
.seo-page-polished .seo-step-list h3{margin:0 0 9px;color:#17375e;font-size:17px;letter-spacing:-.6px}
.seo-page-polished .seo-step-list p{margin:0;color:#708297;font-size:12.5px;line-height:1.7}

/* Warning */
.seo-page-polished .seo-warning-section{background:#fff}
.seo-page-polished .seo-warning{display:grid;grid-template-columns:58px 1fr;gap:20px;align-items:start;padding:28px 32px;border:1px solid #f0dedd;border-radius:22px;background:linear-gradient(135deg,#fffafa,#fff7f5);box-shadow:0 10px 28px rgba(141,74,68,.045)}
.seo-page-polished .seo-warning-icon{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;background:#f36b62;color:#fff;font-size:24px;font-weight:900;box-shadow:0 8px 18px rgba(235,105,96,.16)}
.seo-page-polished .seo-warning h2{margin:0 0 8px;color:#a94943;font-size:23px;letter-spacing:-.8px}
.seo-page-polished .seo-warning p{margin:0 0 8px;color:#6e7179;font-size:13px;line-height:1.8}
.seo-page-polished .seo-warning strong{color:#555f6d;font-size:12.5px}

/* Credentials */
.seo-page-polished .seo-expert-band{padding:76px 0;background:linear-gradient(135deg,#eef9ff,#dff2fb)}
.seo-page-polished .seo-credentials{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.seo-page-polished .seo-credentials .credential-card{padding:26px 16px 22px;border-radius:20px;background:rgba(255,255,255,.93);border:1px solid rgba(255,255,255,.98);box-shadow:0 10px 28px rgba(49,99,130,.07)}

/* FAQ accordion */
.seo-page-polished .seo-faq{background:#fbfdff}
.seo-page-polished .seo-narrow{width:min(960px,calc(100% - 40px));margin:0 auto}
.seo-page-polished .seo-faq .section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:30px}
.seo-page-polished .seo-faq .section-title h2{margin:0}
.seo-page-polished .seo-faq-list{counter-reset:faq;display:grid;gap:13px}
.seo-page-polished .seo-faq-list details{counter-increment:faq;background:#fff;border:1px solid #dce8f1;border-radius:18px;overflow:hidden;box-shadow:0 8px 24px rgba(40,83,112,.045);transition:.2s ease}
.seo-page-polished .seo-faq-list details[open]{border-color:#bdddf0;box-shadow:0 12px 28px rgba(40,99,139,.075)}
.seo-page-polished .seo-faq-list summary{list-style:none;display:grid;grid-template-columns:42px 1fr 28px;align-items:center;gap:14px;min-height:76px;padding:14px 20px;cursor:pointer;color:#193b61;font-size:15px;font-weight:800;letter-spacing:-.3px}
.seo-page-polished .seo-faq-list summary::-webkit-details-marker{display:none}
.seo-page-polished .seo-faq-list summary:before{content:counter(faq,decimal-leading-zero);display:grid;place-items:center;width:36px;height:36px;border-radius:12px;background:#edf7fd;color:#278ed8;font-size:11px;font-weight:900}
.seo-page-polished .seo-faq-list summary:after{content:"+";display:grid;place-items:center;color:#2b82c6;font-size:24px;font-weight:500;transition:.2s}
.seo-page-polished .seo-faq-list details[open] summary:after{content:"−";transform:rotate(180deg)}
.seo-page-polished .seo-faq-list details p{margin:0 20px 18px 76px;padding:17px 19px;border-radius:13px;background:#f5f9fc;color:#65778c;font-size:13px;line-height:1.8}
.seo-page-polished .seo-related{display:flex;align-items:center;gap:12px;margin-top:20px;padding:14px 16px;border-radius:16px;background:#eef8fe;border:1px solid #d8ebf6}
.seo-page-polished .seo-related>span{font-size:12px;font-weight:900;color:#225f8e;margin-right:4px}
.seo-page-polished .seo-related a{padding:8px 11px;border-radius:10px;background:#fff;border:1px solid #d5e6f1;color:#2a80bf;font-size:11px;font-weight:800}

/* Consultation block spacing */
.seo-page-polished .consult{padding-top:82px;padding-bottom:88px}

@media(max-width:900px){
  .seo-page-polished .seo-hero-grid{grid-template-columns:1fr;gap:4px;min-height:0}
  .seo-page-polished .seo-hero-visual{padding:0 0 54px;min-height:0}
  .seo-page-polished .seo-team-panel{max-width:620px}
  .seo-page-polished .seo-team-photo{height:270px}
  .seo-page-polished .seo-check-grid{grid-template-columns:repeat(2,1fr)}
  .seo-page-polished .seo-step-list{grid-template-columns:repeat(2,1fr)}
  .seo-page-polished .seo-step-list article:nth-child(2):after{display:none}
  .seo-page-polished .seo-credentials{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:580px){
  .seo-page-polished .section{padding:64px 0}
  .seo-page-polished .section-title h2{font-size:27px;letter-spacing:-1.4px}
  .seo-page-polished .seo-team-panel{border-radius:22px}
  .seo-page-polished .seo-team-photo{height:190px}
  .seo-page-polished .seo-team-meta{padding:19px 18px 20px}
  .seo-page-polished .seo-team-meta h2{font-size:21px}
  .seo-page-polished .seo-team-meta>p{font-size:12px}
  .seo-page-polished .seo-consultant-tags{grid-template-columns:1fr 1fr;gap:6px}
  .seo-page-polished .seo-consultant-tags span{font-size:9.5px;min-height:34px;padding:6px}
  .seo-page-polished .seo-check-grid{grid-template-columns:1fr;gap:12px}
  .seo-page-polished .seo-check-grid article{min-height:0;padding:22px 20px}
  .seo-page-polished .seo-step-list{grid-template-columns:1fr;gap:12px}
  .seo-page-polished .seo-step-list article:not(:last-child):after{display:none}
  .seo-page-polished .seo-warning{grid-template-columns:1fr;padding:23px 20px}
  .seo-page-polished .seo-credentials{grid-template-columns:1fr}
  .seo-page-polished .seo-faq .section-title{display:block}
  .seo-page-polished .seo-faq-list summary{grid-template-columns:36px 1fr 22px;gap:10px;min-height:70px;padding:12px 13px;font-size:13px}
  .seo-page-polished .seo-faq-list summary:before{width:32px;height:32px;border-radius:10px}
  .seo-page-polished .seo-faq-list details p{margin:0 13px 13px;padding:14px 15px;font-size:12px}
  .seo-page-polished .seo-related{align-items:stretch;flex-direction:column}
  .seo-page-polished .seo-related a{width:100%}
}
