:root{
  --navy:#071E3D;
  --navy-2:#0A3763;
  --navy-3:#0D4E7C;
  --blue:#27B7F5;
  --blue-2:#159BE4;
  --ice:#BEEBFF;
  --ice-2:#EAF8FF;
  --sky:#F4FBFF;
  --white:#FFFFFF;
  --text:#0B1731;
  --muted:#6E7D91;
  --line:#E4EDF4;
  --soft:#F7FAFC;
  --success:#24B98A;
  --shadow:0 22px 60px rgba(7,30,61,.10);
  --shadow-soft:0 12px 32px rgba(7,30,61,.07);
  --radius:26px;
  --safe:env(safe-area-inset-bottom,0px);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Pretendard Variable",Pretendard,"Noto Sans KR","Apple SD Gothic Neo",Arial,sans-serif;color:var(--text);background:#fff;letter-spacing:-.025em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{text-decoration:none;color:inherit}
button,input{font:inherit}
button{cursor:pointer}
img{display:block;max-width:100%}
svg{width:1.2em;height:1.2em;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.shell{width:min(1240px,calc(100% - 56px));margin:0 auto}
.pc-home{display:block}
.m-home,.m-topbar,.m-bottom-nav{display:none}

/* brand */
.brand{display:inline-flex;align-items:center}
.brand-lockup{display:inline-flex;align-items:center;gap:10px;line-height:1;color:var(--navy)}
.brand-mark{width:37px;height:37px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(145deg,#26C5F3,#167DE8);color:#fff;box-shadow:0 8px 18px rgba(30,153,229,.22);transform:rotate(-3deg)}
.brand-mark svg{width:24px;height:24px;stroke-width:2.1}
.brand-word{display:flex;flex-direction:column;gap:3px}
.brand-word strong{font-size:23px;font-weight:900;letter-spacing:-.065em}
.brand-word small{font-size:8px;font-weight:800;letter-spacing:.13em;color:#6A7A90}
.brand-lockup.light{color:#fff}.brand-lockup.light .brand-word small{color:rgba(255,255,255,.58)}
.brand-lockup.light .brand-mark{background:rgba(255,255,255,.14);box-shadow:none;border:1px solid rgba(255,255,255,.18)}

/* desktop nav */
.pc-header{position:sticky;top:0;z-index:100;height:80px;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(7,30,61,.065);box-shadow:0 2px 16px rgba(7,30,61,.025)}
.pc-nav{height:80px;display:flex;align-items:center}
.pc-nav nav{display:flex;align-items:center;gap:42px;margin-left:auto;margin-right:38px}
.pc-nav nav a{position:relative;font-size:15px;font-weight:760;color:#3E4B5D;padding:30px 0 28px}
.pc-nav nav a::after{content:"";position:absolute;left:50%;bottom:18px;width:0;height:3px;border-radius:99px;background:linear-gradient(90deg,#21C1F3,#1685EB);transform:translateX(-50%);transition:.2s}
.pc-nav nav a:hover,.pc-nav nav a.active{color:var(--navy)}
.pc-nav nav a:hover::after,.pc-nav nav a.active::after{width:20px}
.pc-nav-actions{display:flex;align-items:center;gap:12px}
.nav-icon{width:42px;height:42px;border:0;border-radius:50%;display:grid;place-items:center;background:#EFF8FD;color:#1A3855}
.nav-icon svg{width:20px;height:20px}
.login-link{font-size:14px;font-weight:760;color:#26384C;padding:0 7px}
.signup-btn{height:42px;padding:0 20px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#2DC8F4,#20A6ED);color:#05233E;font-size:14px;font-weight:900;box-shadow:0 10px 25px rgba(32,166,237,.21)}

/* hero */
.hero-v3{position:relative;min-height:690px;padding:0 0 74px;overflow:hidden;background:linear-gradient(115deg,#05162D 0%,#08294C 51%,#0A4A72 100%)}
.hero-v3::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 83% 17%,rgba(114,221,255,.32),transparent 21%),radial-gradient(circle at 54% 72%,rgba(24,160,224,.18),transparent 33%),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px);background-size:auto,auto,100% 110px;pointer-events:none}
.hero-v3::after{content:"";position:absolute;left:0;right:0;bottom:0;height:210px;background:linear-gradient(180deg,transparent,rgba(6,34,61,.72));clip-path:polygon(0 52%,100% 26%,100% 100%,0 100%);opacity:.48}
.hero-v3-grid{position:relative;z-index:3;display:grid;grid-template-columns:48% 52%;align-items:center;min-height:560px;padding-top:52px}
.hero-v3-copy{padding-top:12px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#138ED9;font-size:12px;font-weight:900;letter-spacing:.18em}
.eyebrow.light{color:#5FD4FF}
.hero-v3-copy h1{margin:18px 0 17px;color:#fff;font-size:62px;line-height:1.085;letter-spacing:-.065em;font-weight:900}
.hero-v3-copy h1 em{font-style:normal;color:#31C3F2}
.hero-v3-copy>p{margin:0;color:rgba(255,255,255,.78);font-size:18px;line-height:1.7;font-weight:480}
.hero-v3-actions{display:flex;gap:12px;margin-top:30px}
.btn-v3{min-width:154px;height:54px;padding:0 23px;border-radius:15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:15px;font-weight:850;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.btn-v3:hover{transform:translateY(-2px)}
.btn-v3 svg{width:18px;height:18px}
.btn-v3.primary{color:#05233E;background:linear-gradient(135deg,#48D0F6,#21B5EF);box-shadow:0 14px 30px rgba(28,183,239,.23)}
.btn-v3.glass{color:#fff;border:1px solid rgba(255,255,255,.55);background:rgba(255,255,255,.06);backdrop-filter:blur(12px)}
.btn-v3.outline{color:var(--navy);border:1px solid #9CB5C8;background:#fff}
.btn-v3.cyan{background:#38C7F1;color:#07213D;box-shadow:0 16px 34px rgba(29,177,227,.24)}
.hero-v3-mini{display:flex;gap:24px;margin-top:35px;color:rgba(255,255,255,.77);font-size:13px;font-weight:620}
.hero-v3-mini span{display:flex;align-items:center;gap:7px}
.hero-v3-mini svg{color:#55D4FA;width:18px;height:18px}
.hero-character-wrap{position:relative;height:520px;display:flex;align-items:center;justify-content:flex-end}
.hero-character{position:absolute;right:-30px;bottom:-20px;width:650px;max-width:none;filter:drop-shadow(0 24px 36px rgba(0,12,28,.34));z-index:2}
.hero-character-wrap::before{content:"";position:absolute;right:40px;top:55px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(129,228,255,.26),rgba(129,228,255,.08) 45%,transparent 68%)}
.hand-copy{position:absolute;right:-3px;top:104px;z-index:3;color:#75D9FF;font-size:24px;line-height:1.2;font-weight:500;font-style:italic;transform:rotate(-8deg);font-family:cursive;text-align:center;text-shadow:0 3px 12px rgba(0,0,0,.15)}
.hero-shuttle{position:absolute;right:105px;top:40px;color:#DDF8FF;transform:rotate(-26deg);opacity:.9}.hero-shuttle svg{width:56px;height:56px;stroke-width:1.25}
.hero-glow{position:absolute;border-radius:50%;filter:blur(40px);opacity:.32}.hero-glow.one{width:240px;height:240px;background:#16B5F3;right:16%;top:8%}.hero-glow.two{width:190px;height:190px;background:#36D4E9;right:36%;bottom:5%}
.court-line{position:absolute;z-index:1;height:2px;background:linear-gradient(90deg,transparent,rgba(114,223,255,.6),transparent);transform-origin:left center}.court-line.l1{width:900px;left:38%;bottom:85px;transform:rotate(-7deg)}.court-line.l2{width:760px;left:43%;bottom:42px;transform:rotate(5deg)}
.stat-bar{position:relative;z-index:5;margin-top:-1px;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-radius:22px;min-height:112px;box-shadow:0 22px 58px rgba(3,25,48,.18);overflow:hidden}
.stat-bar>div{position:relative;display:flex;align-items:center;justify-content:center;gap:14px;padding:22px 18px}.stat-bar>div:not(:last-child)::after{content:"";position:absolute;right:0;top:27%;bottom:27%;width:1px;background:#DDE8F0}
.stat-icon{width:52px;height:52px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#E1F7FF,#C7EEFC);color:#1496D8}.stat-icon svg{width:26px;height:26px;stroke-width:2}
.stat-bar p{margin:0}.stat-bar b{display:block;font-size:25px;letter-spacing:-.04em;font-weight:900}.stat-bar small{display:block;margin-top:4px;color:#76869A;font-size:12px;font-weight:650}

/* sections */
.section-v3{padding:104px 0}.section-head.centered{text-align:center;max-width:720px;margin:0 auto 54px}.section-head h2{font-size:42px;letter-spacing:-.055em;line-height:1.14;margin:12px 0 12px;font-weight:900}.section-head p{margin:0;color:#738295;font-size:16px;line-height:1.7}
.why{background:#fff}.why-grid{display:grid;grid-template-columns:repeat(4,1fr)}.why-grid article{text-align:center;padding:6px 28px 0;position:relative}.why-grid article:not(:last-child)::after{content:"";position:absolute;right:0;top:18px;height:106px;width:1px;background:#E2EBF2}.why-grid article>span{width:70px;height:70px;margin:0 auto 22px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#E5F8FF,#CFF2FF);color:#118FD9}.why-grid svg{width:31px;height:31px;stroke-width:1.8}.why-grid h3{font-size:19px;margin:0 0 10px;font-weight:870}.why-grid p{margin:0;color:#758599;line-height:1.65;font-size:14px}
.feature-section{padding:110px 0;background:linear-gradient(135deg,#F5FBFF,#EAF7FF)}.feature-section.white{background:#fff}.feature-grid{display:grid;grid-template-columns:43% 57%;align-items:center;gap:66px}.feature-grid.reverse{grid-template-columns:57% 43%}.feature-copy{position:relative;z-index:2}.section-number{display:inline-flex;gap:10px;align-items:center;color:#148FD9;font-size:13px;font-weight:900;letter-spacing:.04em}.section-number b{font-size:12px;color:#315675;letter-spacing:.12em}.feature-copy h2{margin:16px 0 18px;font-size:48px;line-height:1.13;letter-spacing:-.06em;font-weight:920}.feature-copy p{margin:0 0 28px;color:#66798D;font-size:16px;line-height:1.8}.action-row{display:flex;gap:11px}
.club-showcase{position:relative;min-height:470px}.photo-card{position:absolute;right:0;top:0;width:67%;height:275px;border-radius:26px;overflow:hidden;box-shadow:var(--shadow)}.photo-card img{width:100%;height:100%;object-fit:cover}.photo-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 45%,rgba(2,20,39,.56))}.photo-card span{position:absolute;z-index:2;left:22px;bottom:20px;color:#fff;font-size:18px;line-height:1.1;font-weight:900;letter-spacing:.02em}
.dashboard-card{position:absolute;left:0;bottom:0;width:79%;padding:22px;border-radius:24px;background:#fff;border:1px solid rgba(142,187,214,.24);box-shadow:0 25px 58px rgba(7,30,61,.13)}
.dash-head{display:grid;grid-template-columns:42px 1fr auto;align-items:center;gap:11px;padding-bottom:15px;border-bottom:1px solid #EEF3F7}.mini-logo{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:#08365E;color:#fff}.mini-logo svg{width:23px;height:23px}.dash-head b{display:block;font-size:15px}.dash-head small{display:block;color:#8594A3;margin-top:3px;font-size:10px}.dash-head button{height:32px;border:1px solid #CBE6F5;background:#F4FBFF;color:#1489C9;border-radius:10px;padding:0 12px;font-weight:800;font-size:10px}.dash-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}.dash-metrics div{padding:12px;border-radius:14px;background:#F8FBFD;border:1px solid #EBF1F5}.dash-metrics small{display:block;color:#8A99A8;font-size:9px}.dash-metrics b{font-size:18px}.dash-metrics em{font-size:10px;font-style:normal;margin-left:2px}.dash-list>b{font-size:11px;display:block;margin-bottom:5px}.dash-list>span{display:grid;grid-template-columns:72px 1fr auto;gap:9px;align-items:center;padding:8px 0;border-bottom:1px solid #F0F3F5;font-size:10px;color:#65788A}.dash-list em{font-style:normal;color:#91A0AD}.dash-list i{font-style:normal;background:#E5F9EF;color:#27A678;padding:3px 7px;border-radius:999px;font-weight:800}.club-mascot{position:absolute;right:-5px;bottom:-10px;width:150px;filter:drop-shadow(0 16px 20px rgba(9,49,81,.15));z-index:3}
.coach-showcase{position:relative;min-height:430px}.coach-photo{width:78%;height:330px;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.coach-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.coach-profile{position:absolute;left:70px;right:20px;bottom:35px;min-height:86px;padding:13px 18px;display:grid;grid-template-columns:52px 1fr auto;align-items:center;gap:13px;border-radius:19px;background:rgba(255,255,255,.97);box-shadow:0 18px 40px rgba(7,30,61,.15)}.coach-avatar{width:50px;height:50px;border-radius:50%;background:url('../images/coach_1_hq.webp') center/cover}.coach-profile b{font-size:14px}.coach-profile b i{color:#19A7EA;font-style:normal}.coach-profile p{display:flex;gap:5px;margin:7px 0 0}.coach-profile em{font-size:9px;font-style:normal;font-weight:760;padding:5px 8px;border-radius:999px;background:#EAF8FF;color:#1682C2}.coach-profile strong{color:#149CDE;font-size:20px}.coach-script{position:absolute;right:0;top:34px;color:#5EC7ED;font-family:cursive;font-size:20px;line-height:1.35;transform:rotate(-8deg);text-align:center}
.community-v3{background:linear-gradient(135deg,#F4FBFF,#E9F7FE)}.community-grid-v3{display:grid;grid-template-columns:38% 62%;align-items:center;gap:56px}.community-cards-v3{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.community-cards-v3>a{position:relative;background:#fff;border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft);border:1px solid rgba(168,205,226,.32);min-height:305px}.community-cards-v3 img{width:100%;height:170px;object-fit:cover}.community-cards-v3 div{padding:18px 17px}.community-cards-v3 b{display:block;font-size:17px}.community-cards-v3 span{display:block;color:#798B9C;font-size:12px;line-height:1.55;margin-top:6px}.community-cards-v3 i{position:absolute;right:15px;top:145px;width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;color:#149EE0;font-style:normal;font-weight:900;box-shadow:0 8px 20px rgba(7,30,61,.1)}
.phone-showcase{position:relative;min-height:520px}.phone-shell{position:absolute;left:62px;bottom:-40px;width:280px;height:530px;padding:36px 20px 18px;border-radius:46px;background:#071B32;border:7px solid #0C2440;box-shadow:0 30px 65px rgba(6,26,47,.25);transform:rotate(-7deg);overflow:hidden}.phone-shell::before{content:"";position:absolute;inset:7px;border-radius:35px;background:#F8FBFD;z-index:0}.phone-shell>*{position:relative;z-index:1}.phone-notch{position:absolute;top:13px!important;left:90px;width:86px;height:17px;border-radius:99px;background:#08192C;z-index:3!important}.phone-top{display:flex;justify-content:space-between;align-items:center;color:#103A5E;font-weight:900;font-size:12px;margin-bottom:20px}.phone-top i{font-style:normal;color:#25B6F2}.profile-mini{display:flex;gap:10px;align-items:center;padding:12px;background:#fff;border-radius:16px;box-shadow:0 8px 18px rgba(7,30,61,.06)}.face{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(135deg,#082E56,#28B8EF);color:#fff;font-weight:900}.profile-mini b{display:block;font-size:12px}.profile-mini small{display:block;color:#8A98A5;font-size:8px;margin-top:3px}.phone-stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.phone-stat-grid>div{padding:12px;border-radius:14px;background:#fff;border:1px solid #EAF0F4}.phone-stat-grid small{display:block;color:#8A98A5;font-size:8px}.phone-stat-grid b{font-size:19px}.phone-stat-grid em{font-size:8px;font-style:normal;margin-left:2px}.phone-tabs{position:absolute;left:18px;right:18px;bottom:18px;display:flex;justify-content:space-between;color:#98A6B2;font-size:8px}.phone-tabs b{color:#1E91D1}.float-card{position:absolute;background:#fff;border:1px solid #E8EEF2;border-radius:18px;box-shadow:0 18px 42px rgba(7,30,61,.1)}.float-card.attendance{left:305px;top:76px;width:255px;padding:18px}.float-card.attendance>b{font-size:12px}.float-card.attendance>div{display:flex;gap:8px;margin-top:12px}.float-card.attendance i{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#F0F4F7;color:#8B99A7;font-size:7px;font-style:normal}.float-card.attendance i.on{background:#2DBCF0;color:#fff}.float-card.growth{left:350px;top:250px;width:230px;padding:16px;display:flex;gap:13px;align-items:center}.float-card.growth>svg{width:32px;height:32px;color:#159BE4}.float-card.growth p{margin:0}.float-card.growth small{display:block;color:#8C99A6;font-size:9px}.float-card.growth b{font-size:11px;line-height:1.45}
.closing-v3{position:relative;overflow:hidden;background:linear-gradient(115deg,#06203B,#0B4D76);min-height:360px}.closing-v3::before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 18% 90%,rgba(74,206,247,.22),transparent 28%),linear-gradient(168deg,transparent 61%,rgba(42,194,236,.13) 61%)}.closing-inner{position:relative;z-index:2;min-height:360px;display:grid;grid-template-columns:33% 42% 25%;align-items:center}.closing-inner>img{width:330px;max-height:335px;object-fit:contain;justify-self:center;filter:drop-shadow(0 24px 30px rgba(0,0,0,.25))}.closing-inner h2{font-size:44px;line-height:1.08;color:#fff;margin:12px 0 12px;letter-spacing:-.06em}.closing-inner p{color:rgba(255,255,255,.72);margin:0 0 22px}.closing-hand{justify-self:end;color:#55D3FA;font-size:26px;font-family:cursive;line-height:1.1;transform:rotate(-7deg);text-align:center}
.footer{background:#071B34;color:#fff;padding:52px 0}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr .7fr;gap:50px;align-items:center}.footer-brand p{color:rgba(255,255,255,.58);font-size:12px;line-height:1.75;margin:17px 0 14px}.footer-brand small{color:rgba(255,255,255,.38);font-size:10px}.footer-links{display:flex;flex-wrap:wrap;gap:16px 24px}.footer-links a{font-size:12px;color:rgba(255,255,255,.69)}.footer-slogan{justify-self:end;color:#56CFF6;font-family:cursive;font-size:23px;display:flex;flex-direction:column;transform:rotate(-6deg)}

/* mobile app home */
@media(max-width:1023px){
  body{background:#F4F8FB;padding-bottom:calc(76px + var(--safe))}
  .pc-header,.pc-home,.footer{display:none!important}
  .shell{width:min(100% - 32px,720px)}
  .m-topbar{height:72px;padding:0 17px;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:60;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid #E9EFF3}
  .m-logo .brand-mark{width:34px;height:34px;border-radius:11px}.m-logo .brand-mark svg{width:22px;height:22px}.m-logo .brand-word strong{font-size:20px}.m-logo .brand-word small{font-size:6.5px}
  .m-actions{display:flex;gap:9px;align-items:center}.icon-btn{position:relative;width:40px;height:40px;border:0;border-radius:13px;background:#F2F7FA;color:#153753;display:grid;place-items:center}.icon-btn i{position:absolute;right:7px;top:7px;width:7px;height:7px;background:#FF4C55;border-radius:50%}.avatar-mini{width:38px;height:38px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(135deg,#0A2C53,#28B8F0);color:#fff;font-size:13px;font-weight:900}
  .m-home{display:block}.m-wrap-v3{width:min(100%,720px);margin:0 auto;padding:13px 12px 34px}
  .m-search{width:100%;height:53px;padding:0 16px;border:1px solid #E0E9EF;background:#fff;border-radius:17px;display:flex;align-items:center;gap:11px;text-align:left;color:#8190A1;box-shadow:0 6px 16px rgba(7,30,61,.035)}.m-search svg{width:22px;height:22px;color:#173A59}.m-search span{font-size:14px}
  .m-hero-banner{position:relative;display:block;height:205px;margin-top:13px;border-radius:24px;overflow:hidden;background:radial-gradient(circle at 82% 25%,rgba(255,255,255,.86),transparent 22%),linear-gradient(135deg,#DDF4FF 0%,#F9FDFF 56%,#D7F2FF 100%);box-shadow:0 14px 28px rgba(7,30,61,.075);border:1px solid #D6EBF5}
  .m-hero-banner::after{content:"";position:absolute;left:-10%;right:-5%;bottom:-53px;height:120px;border:16px solid rgba(73,193,236,.13);border-radius:50%;transform:rotate(-9deg)}
  .m-hero-banner>div{position:relative;z-index:2;padding:25px 0 0 25px}.m-hero-banner small{font-size:8px;letter-spacing:.15em;color:#168FD0;font-weight:900}.m-hero-banner h1{font-size:31px;line-height:1.03;margin:8px 0 8px;letter-spacing:-.065em}.m-hero-banner h1 em{font-style:normal;color:#159DDD}.m-hero-banner p{font-size:11px;color:#60788B;margin:0}.m-hero-banner>img{position:absolute;z-index:2;width:220px;right:-18px;bottom:-22px;filter:drop-shadow(0 12px 17px rgba(7,30,61,.12))}.dots{display:flex;gap:5px;margin-top:15px}.dots i{width:6px;height:6px;border-radius:50%;background:#C8D7E0}.dots i:first-child{background:#1A9CE0;width:18px;border-radius:99px}
  .m-quick-v3{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:12px}.m-quick-v3>a{min-height:104px;padding:14px 12px;display:grid;grid-template-columns:48px 1fr 18px;gap:10px;align-items:center;border:1px solid #E4ECF1;background:#fff;border-radius:20px;box-shadow:0 8px 18px rgba(7,30,61,.04)}.m-quick-v3>a>span{width:48px;height:48px;border-radius:16px;background:linear-gradient(145deg,#E2F7FF,#D5F1FC);display:grid;place-items:center;color:#118DD2}.m-quick-v3>a>span svg{width:25px;height:25px}.m-quick-v3 b{display:block;font-size:16px;letter-spacing:-.04em}.m-quick-v3 small{display:block;color:#8190A0;font-size:10.5px;line-height:1.35;margin-top:4px}.m-quick-v3>a>i{font-style:normal;color:#119BDE;font-size:25px}
  .m-card-v3,.m-section-v3{margin-top:12px;padding:17px 13px;background:#fff;border:1px solid #E6EDF2;border-radius:22px;box-shadow:0 7px 18px rgba(7,30,61,.035)}.m-card-v3>header,.m-section-v3>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.m-card-v3 h2,.m-section-v3 h2{margin:0;font-size:20px;letter-spacing:-.05em}.m-card-v3 header a,.m-section-v3 header a{font-size:11px;color:#6B7B8D}
  .m-club-row{display:grid;grid-template-columns:82px 1fr 72px;gap:11px;align-items:center}.m-club-row>img{width:82px;height:82px;border-radius:17px;object-fit:cover}.m-club-row h3{font-size:14px;margin:0 0 6px}.m-club-row p{margin:0;color:#7C8C9C;font-size:9.5px;display:flex;align-items:center;gap:4px}.m-club-row p svg{width:12px;height:12px}.next-schedule{display:flex;align-items:center;gap:5px;margin-top:9px;padding:7px 8px;border-radius:10px;background:#EEF9FE;color:#426B82;font-size:9px;white-space:nowrap}.next-schedule svg{width:13px;height:13px;color:#168DD0}.next-schedule b{color:#0B6FA7}.manage-chip{height:74px;border-radius:15px;background:linear-gradient(145deg,#E7F8FF,#D7F3FF);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:#1188C7}.manage-chip svg{width:22px;height:22px}.manage-chip b{font-size:10px}
  .m-coach-scroll{display:grid;grid-auto-flow:column;grid-auto-columns:45%;gap:10px;overflow-x:auto;scrollbar-width:none;padding-bottom:2px}.m-coach-scroll::-webkit-scrollbar{display:none}.m-coach-scroll>a{position:relative;overflow:hidden;border:1px solid #E5EDF2;border-radius:17px;background:#fff}.m-coach-scroll img{width:100%;height:104px;object-fit:cover}.m-coach-scroll>a>div{padding:10px}.m-coach-scroll b{display:block;font-size:13px}.m-coach-scroll span{display:block;color:#61778A;font-size:10px;margin-top:4px}.m-coach-scroll small{display:flex;align-items:center;gap:3px;color:#94A1AD;font-size:9px;margin-top:4px}.m-coach-scroll small svg{width:10px;height:10px}.m-coach-scroll>a>i{position:absolute;left:8px;top:8px;padding:4px 7px;border-radius:999px;background:#37C2EE;color:#062A44;font-size:8px;font-style:normal;font-weight:900}
  .m-bottom-grid-v3{display:grid;grid-template-columns:1fr 1fr;gap:10px}.m-bottom-grid-v3 .m-section-v3{min-width:0}.m-bottom-grid-v3 h2{font-size:17px}.community-post-v3>span{display:inline-flex;padding:4px 7px;border-radius:999px;background:#DDF5FF;color:#0A8FD0;font-size:8px;font-weight:900}.community-post-v3>b{display:block;font-size:12px;line-height:1.45;margin-top:8px}.community-post-v3 p{font-size:9.5px;line-height:1.45;color:#7B8B99;margin:5px 0}.community-post-v3 small{color:#8C99A6;font-size:8.5px}.m-record-grid{display:grid;grid-template-columns:1fr 1fr;gap:7px}.m-record-grid>div{display:flex;align-items:center;gap:8px;padding:10px 8px;background:#F5FAFD;border-radius:13px}.m-record-grid svg{width:20px;height:20px;color:#159CDD}.m-record-grid p{margin:0}.m-record-grid small{display:block;color:#8493A0;font-size:8px}.m-record-grid b{font-size:13px}
  .m-bottom-nav{display:grid;position:fixed;z-index:80;left:0;right:0;bottom:0;height:calc(72px + var(--safe));padding-bottom:var(--safe);grid-template-columns:repeat(5,1fr);background:rgba(255,255,255,.98);backdrop-filter:blur(18px);border-top:1px solid #DEE7ED;box-shadow:0 -7px 25px rgba(7,30,61,.045)}.m-bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;color:#6D7F92}.m-bottom-nav a span{width:26px;height:26px;display:grid;place-items:center}.m-bottom-nav svg{width:24px;height:24px}.m-bottom-nav b{font-size:10px}.m-bottom-nav a.active{color:#0D7EF0}.m-bottom-nav a.active b{font-weight:900}
}
@media(max-width:560px){.m-wrap-v3{padding-left:10px;padding-right:10px}.m-hero-banner{height:190px}.m-hero-banner h1{font-size:28px}.m-hero-banner>img{width:205px}.m-quick-v3>a{grid-template-columns:43px 1fr 14px;padding:12px 10px}.m-quick-v3>a>span{width:43px;height:43px;border-radius:14px}.m-quick-v3 b{font-size:14px}.m-quick-v3 small{font-size:9.5px}.m-club-row{grid-template-columns:70px 1fr}.m-club-row>img{width:70px;height:70px}.manage-chip{grid-column:1/-1;height:42px;flex-direction:row}.m-coach-scroll{grid-auto-columns:59%}.m-bottom-grid-v3{grid-template-columns:1fr}}

/* subpage compatibility */
.subpage{padding:42px 0 90px;background:#F8FBFD;min-height:calc(100vh - 80px)}
.sub-shell{width:min(1120px,calc(100% - 42px));margin:0 auto}.sub-hero{padding:20px 0 28px}.sub-hero span{font-size:11px;font-weight:900;color:#138FD4;letter-spacing:.12em}.sub-hero h1{font-size:42px;line-height:1.15;letter-spacing:-.06em;margin:10px 0 10px}.sub-hero p{color:#6F8091;font-size:15px;line-height:1.7}.sub-actions{display:flex;gap:10px;margin-top:18px}.sub-actions .btn,.btn{min-height:44px;padding:0 17px;border:0;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;font-weight:800}.btn.primary{background:#1FB5EF;color:#07233E}.btn.outline{background:#fff;border:1px solid #A9BFCE;color:#12334E}.filter-row,.community-tabs{display:flex;gap:8px;margin:16px 0 24px;overflow:auto}.filter-row button,.community-tabs button{border:1px solid #DCE7EE;background:#fff;border-radius:11px;padding:10px 14px;color:#526879;white-space:nowrap}.community-tabs button.active{background:#159DE0;border-color:#159DE0;color:#fff}.club-directory,.coach-directory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.club-directory article,.coach-directory-grid article{overflow:hidden;background:#fff;border:1px solid #E5EDF2;border-radius:22px;box-shadow:var(--shadow-soft)}.club-directory img,.coach-directory-grid article>img{width:100%;height:230px;object-fit:cover}.club-directory article>div,.coach-directory-grid article>div{padding:18px}.club-directory h3,.coach-directory-grid h3{margin:8px 0;font-size:19px}.club-directory p,.coach-directory-grid p,.coach-directory-grid small{color:#748697;font-size:12px}.pill{display:inline-flex;padding:5px 8px;border-radius:999px;background:#DDF5FF;color:#078CCB;font-size:10px;font-weight:900}.pill.mint{background:#E0F8EF;color:#168467}.pill.dark{background:#E8EDF2;color:#455D70}.board-list{background:#fff;border:1px solid #E4ECF2;border-radius:22px;overflow:hidden}.board-list article{display:grid;grid-template-columns:110px 1fr auto;align-items:center;gap:18px;padding:20px;border-bottom:1px solid #EEF2F5}.board-list article:last-child{border-bottom:0}.board-list h3{font-size:17px;margin:0 0 5px}.board-list p,.board-list small{margin:0;color:#7F8E9C;font-size:12px}.profile-card{display:flex;align-items:center;gap:18px;padding:26px;border:1px solid #E2EBF1;border-radius:24px;background:linear-gradient(135deg,#EEF9FE,#fff)}.avatar-big{width:70px;height:70px;border-radius:22px;display:grid;place-items:center;background:linear-gradient(135deg,#0A315A,#28B8F0);color:#fff;font-weight:900;font-size:28px}.profile-card h1{font-size:28px;margin:4px 0}.profile-card p{margin:0;color:#718294}.my-dashboard{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin:18px 0}.my-dashboard>div,.my-panels section{background:#fff;border:1px solid #E4ECF2;border-radius:18px;padding:20px}.my-dashboard span{display:block;color:#7F8E9C;font-size:11px}.my-dashboard b{font-size:27px}.my-panels{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.my-panels h2{font-size:18px}.role{float:right;padding:4px 7px;border-radius:999px;background:#DFF5FF;color:#0789C7;font-size:9px}.role.member{background:#EEF2F5;color:#65788A}.progress{height:8px;background:#EEF3F6;border-radius:99px;overflow:hidden}.progress i{display:block;width:88%;height:100%;background:linear-gradient(90deg,#1EB8EC,#159CE0)}
@media(max-width:1023px){.subpage{padding:16px 0 26px}.sub-shell{width:calc(100% - 24px)}.sub-hero h1{font-size:30px}.sub-actions{display:grid;grid-template-columns:1fr 1fr}.club-directory,.coach-directory-grid,.my-panels{grid-template-columns:1fr}.club-directory article,.coach-directory-grid article{display:grid;grid-template-columns:120px 1fr}.club-directory img,.coach-directory-grid article>img{height:100%;min-height:165px}.board-list article{grid-template-columns:1fr auto}.board-list article>.pill{grid-column:1/-1;justify-self:start}.my-dashboard{grid-template-columns:1fr 1fr}}

/* =========================================================
   2026-09 HEADER + HERO ONLY PATCH
   다른 섹션/컴포넌트는 변경하지 않음
   ========================================================= */

/* PC 헤더: 기존 뼈다귀처럼 보이는 SVG 조합 로고를 숨기고
   확정된 콕뭉치 셔틀콕 워드마크 이미지만 표시 */
@media (min-width:1024px){
  .pc-header .brand .brand-lockup{
    display:block;
    width:154px;
    height:50px;
    background:url('../images/logo_kokmungchi_v2.png?v=2') no-repeat left center / contain;
  }
  .pc-header .brand .brand-lockup > *{
    display:none !important;
  }

  /* 메인 배너: 기존 <img>는 숨기고 새 고해상도 캐릭터를
     별도 레이어로 표시해 원본 비율을 유지하고 잘림을 방지 */
  .pc-home .hero-character{
    display:none !important;
  }
  .pc-home .hero-character-wrap::after{
    content:"";
    position:absolute;
    z-index:2;
    width:500px;
    height:555px;
    right:40px;
    bottom:-6px;
    background:url('../images/mascot_hero.png?v=2') no-repeat center bottom / contain;
    filter:drop-shadow(0 22px 34px rgba(0,12,28,.28));
    pointer-events:none;
  }

  /* 캐릭터가 작아진 만큼 필기 카피도 우측 여백에 맞춤 */
  .pc-home .hand-copy{
    right:4px;
    top:118px;
    font-size:22px;
  }
}

/* 1024~1280 PC에서도 캐릭터가 텍스트를 침범하지 않도록만 축소 */
@media (min-width:1024px) and (max-width:1280px){
  .pc-home .hero-character-wrap::after{
    width:440px;
    height:505px;
    right:0;
    bottom:0;
  }
  .pc-header .brand .brand-lockup{
    width:145px;
    height:46px;
  }
}

/* =========================================================
   2026-09 PATCH V9
   brand-mark bone-like SVG -> image mark
   mascot_smash asset replacement only
   ========================================================= */

.brand-mark{
  background:url('../images/logo_mark_kokmungchi.png?v=9') no-repeat center center / contain !important;
  box-shadow:none !important;
  transform:none !important;
  border-radius:13px;
}
.brand-mark svg{
  display:none !important;
}
.brand-lockup.light .brand-mark{
  background:url('../images/logo_mark_kokmungchi.png?v=9') no-repeat center center / contain !important;
  border:0 !important;
}
