body { background:#fff; color:#1e293b; font-family:"Paperlogy", system-ui, -apple-system, BlinkMacSystemFont, sans-serif; letter-spacing:0; }
.kcc-page { min-height:100vh; padding:96px 20px 80px; overflow:hidden; background:linear-gradient(180deg,#fff 0%,#f7faff 45%,#fff 100%); }
.kcc-hero { width:min(1120px,100%); margin:0 auto; display:grid; grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr); gap:36px; align-items:center; padding:56px 0 34px; }
.kcc-hero-copy { min-width:0; }
.kcc-eyebrow { display:inline-flex; align-items:center; gap:8px; margin:0 0 18px; padding:8px 13px; border:1px solid #dbeafe; border-radius:999px; background:#eff6ff; color:#4c79ee; font-size:.9rem; font-weight:900; letter-spacing:0; }
.kcc-hero h1 { margin:0; color:#1e293b; font-size:clamp(2.35rem,5vw,4.8rem); line-height:1.08; letter-spacing:0; word-break:keep-all; }
.kcc-hero h1 span { color:#4c79ee; }
.kcc-lead { max-width:640px; margin:24px 0 0; color:#475569; font-size:1.18rem; line-height:1.75; word-break:keep-all; }
.kcc-hero-actions { display:flex; flex-wrap:wrap; align-items:center; gap:14px; margin-top:32px; }
.kcc-primary-link { display:inline-flex; align-items:center; justify-content:center; min-height:52px; padding:0 24px; border-radius:8px; background:#4c79ee; color:#fff; font-weight:900; text-decoration:none; box-shadow:0 12px 28px rgba(76,121,238,.26); transition:transform .18s ease, box-shadow .18s ease, background .18s ease; }
.kcc-primary-link:hover { transform:translateY(-2px); background:#344e8f; box-shadow:0 16px 34px rgba(76,121,238,.32); }
.kcc-benefit-chip { display:inline-flex; align-items:center; gap:8px; min-height:42px; padding:0 14px; border:1px solid #e2e8f0; border-radius:999px; background:#fff; color:#334155; font-weight:800; box-shadow:0 8px 18px rgba(15,23,42,.06); }
.kcc-benefit-chip i { color:#f59e0b; }
.kcc-scoreboard { position:relative; border:1px solid #dbe5f4; border-radius:18px; background:#fff; padding:28px; box-shadow:0 18px 46px rgba(30,41,59,.1); overflow:hidden; }
.kcc-scoreboard::before { content:""; position:absolute; left:0; right:0; top:0; height:5px; background:linear-gradient(90deg,#3157d4 0%,#3157d4 48%,#d22a3a 52%,#d22a3a 100%); }
.kcc-scoreboard::after { content:""; position:absolute; left:28px; right:28px; top:94px; height:1px; background:#e8eef8; }
.scoreboard-top { position:relative; z-index:1; display:flex; align-items:center; justify-content:space-between; gap:16px; color:#64748b; font-size:.78rem; font-weight:900; letter-spacing:0; }
.scoreboard-top span { display:inline-flex; align-items:center; min-height:34px; padding:0 12px; border-radius:999px; background:#eff6ff; color:#3157d4; font-size:.88rem; font-weight:900; }
.scoreboard-top strong { display:inline-flex; align-items:center; min-height:34px; padding:0 12px; border-radius:999px; background:#fff7ed; color:#b45309; font-size:.88rem; font-weight:900; letter-spacing:0; white-space:nowrap; }
.scoreboard-teams { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1fr) 64px minmax(0,1fr); gap:14px; align-items:center; margin:34px 0 24px; }
.scoreboard-team { min-height:176px; display:flex; flex-direction:column; justify-content:center; padding:24px 18px; border:1px solid #e2eaf8; border-radius:14px; background:#f8fbff; color:#1e293b; text-align:center; box-shadow:0 8px 24px rgba(76,121,238,.06); }
.scoreboard-team small { color:#64748b; font-size:.8rem; font-weight:900; letter-spacing:0; }
.scoreboard-team b { margin-top:12px; font-size:1.55rem; letter-spacing:0; }
.scoreboard-team span { margin-top:8px; color:#475569; font-size:.95rem; font-weight:800; opacity:1; }
.scoreboard-team.yonsei { border-top:4px solid #3157d4; background:linear-gradient(180deg,#f8fbff 0%,#eef4ff 100%); }
.scoreboard-team.korea { border-top:4px solid #b21b2c; background:linear-gradient(180deg,#fffafa 0%,#fff1f2 100%); }
.scoreboard-vs { display:flex; align-items:center; justify-content:center; width:64px; height:64px; border:1px solid #e2eaf8; border-radius:50%; background:#fff; color:#1e293b; font-weight:900; box-shadow:0 10px 24px rgba(30,41,59,.1); }
.scoreboard-prize { position:relative; z-index:1; display:flex; align-items:center; gap:12px; padding:16px 18px; border-radius:12px; background:#f8fbff; border:1px solid #e2eaf8; color:#334155; font-weight:900; }
.scoreboard-prize i { color:#f59e0b; font-size:1.35rem; }
.scoreboard-prize p { margin:0; word-break:keep-all; }
.kcc-flow { width:min(1120px,100%); margin:0 auto; display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.kcc-flow article { padding:24px; border:1px solid #e2eaf8; border-radius:12px; background:#fff; box-shadow:0 4px 20px rgba(76,121,238,.08); }
.kcc-flow span { display:inline-flex; align-items:center; justify-content:center; width:36px; height:36px; border-radius:8px; background:#eff6ff; color:#4c79ee; font-weight:900; }
.kcc-flow strong { display:block; margin-top:18px; color:#1e293b; font-size:1.15rem; font-weight:900; }
.kcc-flow p { margin:9px 0 0; color:#64748b; line-height:1.6; word-break:keep-all; }
.kcc-team-section { width:min(1120px,100%); margin:56px auto 0; padding:36px; border-radius:18px; background:#fff; border:1px solid #e2eaf8; box-shadow:0 10px 32px rgba(76,121,238,.08); }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:18px; margin-bottom:24px; }
.section-head p { margin:0; color:#4c79ee; font-size:.82rem; font-weight:900; letter-spacing:0; }
.section-head h2 { margin:6px 0 0; color:#1e293b; font-size:clamp(1.5rem,3vw,2.25rem); line-height:1.22; word-break:keep-all; }
.team-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:18px; }
.team-card { position:relative; min-height:286px; display:flex; flex-direction:column; align-items:flex-start; justify-content:flex-start; gap:11px; padding:28px; border:1.5px solid #e2eaf8; border-radius:16px; background:#fff; text-align:left; cursor:pointer; overflow:hidden; transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.team-card::before { content:""; position:absolute; left:0; right:0; top:0; height:6px; opacity:1; }
.team-card::after { content:""; position:absolute; left:28px; right:28px; bottom:78px; height:1px; border-radius:0; background:#e8eef8; }
.team-card > * { position:relative; z-index:1; }
.team-card:hover { transform:translateY(-3px); box-shadow:0 14px 34px rgba(30,41,59,.1); }
.team-card.selected { box-shadow:0 18px 42px rgba(30,41,59,.13); }
.team-yonsei::before { background:#3157d4; }
.team-korea::before { background:#b21b2c; }
.team-yonsei.selected { border-color:#3157d4; background:#f8fbff; }
.team-korea.selected { border-color:#b21b2c; background:#fffafa; }
.team-ribbon { display:inline-flex; align-items:center; min-height:28px; padding:0 10px; border-radius:999px; background:#f1f5f9; color:#64748b; font-size:.72rem; font-weight:900; letter-spacing:0; }
.team-check { position:absolute; right:22px; top:22px; display:flex; align-items:center; justify-content:center; width:30px; height:30px; border-radius:50%; background:#e2e8f0; color:#fff; opacity:.65; }
.team-card.selected .team-check { opacity:1; }
.team-yonsei.selected .team-check { background:#3157d4; }
.team-korea.selected .team-check { background:#b21b2c; }
.team-mark { display:inline-flex; align-items:center; justify-content:center; width:56px; height:56px; margin-top:10px; border-radius:14px; background:#f1f5f9; color:#1e293b; font-size:1.65rem; font-weight:900; }
.team-yonsei .team-mark { background:#eef4ff; color:#3157d4; }
.team-korea .team-mark { background:#fff1f2; color:#b21b2c; }
.team-card small { color:#64748b; font-size:.92rem; font-weight:900; }
.team-card strong { color:#1e293b; font-size:1.58rem; line-height:1.28; font-weight:900; letter-spacing:0; word-break:keep-all; }
.team-card em { color:#475569; font-style:normal; font-weight:800; }
.team-chips { display:flex; flex-wrap:wrap; gap:7px; margin-top:auto; padding-top:18px; }
.team-chips span { display:inline-flex; align-items:center; min-height:28px; padding:0 10px; border-radius:999px; background:#f8fafc; border:1px solid #e2eaf8; color:#475569; font-size:.8rem; font-weight:800; }
.claim-panel { display:flex; align-items:center; justify-content:space-between; gap:18px; margin-top:22px; padding:18px 20px; border-radius:12px; background:#f8fbff; border:1px solid #e2eaf8; }
.claim-panel p { margin:0; color:#475569; font-weight:800; word-break:keep-all; }
.claim-btn { min-height:52px; padding:0 24px; border:0; border-radius:8px; background:#4c79ee; color:#fff; font-size:1rem; font-weight:900; cursor:pointer; box-shadow:0 12px 24px rgba(76,121,238,.24); transition:transform .18s ease, opacity .18s ease, box-shadow .18s ease, background .18s ease; white-space:nowrap; }
.claim-btn:not(:disabled):hover { transform:translateY(-2px); background:#344e8f; box-shadow:0 16px 30px rgba(76,121,238,.3); }
.claim-btn:disabled { cursor:not-allowed; opacity:.5; box-shadow:none; }
.claim-btn.claimed { background:#0f172a; opacity:1; }
.kcc-detail { width:min(1120px,100%); margin:28px auto 0; display:grid; grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr); gap:24px; align-items:stretch; }
.detail-copy { padding:34px; border-radius:26px; background:#101827; color:#fff; }
.detail-copy h2 { margin:0; font-size:clamp(1.7rem,3vw,2.55rem); line-height:1.2; letter-spacing:0; word-break:keep-all; }
.detail-copy p:last-child { margin:18px 0 0; color:#cbd5e1; line-height:1.7; word-break:keep-all; }
.benefit-list { display:grid; gap:14px; }
.benefit-list article { display:flex; align-items:center; gap:16px; padding:22px 24px; border-radius:22px; background:#fff; border:1px solid #e2e8f0; color:#0f172a; font-size:1.05rem; font-weight:900; box-shadow:0 12px 28px rgba(15,23,42,.05); word-break:keep-all; }
.benefit-list i { display:inline-flex; align-items:center; justify-content:center; width:44px; height:44px; border-radius:16px; background:#eff6ff; color:#4c79ee; flex:0 0 auto; }
.kcc-modal-backdrop { position:fixed; inset:0; z-index:10000; display:flex; align-items:center; justify-content:center; padding:24px; background:rgba(15,23,42,.58); backdrop-filter:blur(8px); }
.kcc-modal-backdrop.hidden { display:none; }
.kcc-modal { position:relative; width:min(520px,100%); max-height:min(760px,88vh); overflow:auto; padding:30px; border-radius:24px; background:#fff; box-shadow:0 28px 80px rgba(15,23,42,.26); }
.modal-close { position:absolute; right:18px; top:16px; width:36px; height:36px; border:0; border-radius:50%; background:#f1f5f9; color:#64748b; font-size:1.55rem; line-height:1; cursor:pointer; }
.modal-eyebrow { margin:0 0 8px; color:#4c79ee; font-size:.82rem; font-weight:900; letter-spacing:0; }
.kcc-modal h2 { margin:0; padding-right:36px; color:#1e293b; font-size:1.45rem; line-height:1.3; word-break:keep-all; }
.modal-desc { margin:12px 0 20px; color:#64748b; line-height:1.6; word-break:keep-all; }
.modal-team-select { margin:0 0 18px; padding:16px; border:1px solid #e2eaf8; border-radius:14px; background:#f8fbff; }
.modal-team-select p { margin:0 0 12px; color:#1e293b; font-size:.95rem; font-weight:900; }
.modal-team-buttons { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:10px; }
.modal-team-btn { min-width:0; min-height:86px; display:flex; align-items:center; gap:12px; padding:14px; border:1.5px solid #e2eaf8; border-radius:12px; background:#fff; color:#334155; text-align:left; cursor:pointer; transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease; }
.modal-team-initial { display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:10px; color:#fff; font-size:1.05rem; font-weight:900; flex:0 0 auto; }
.modal-team-copy { display:flex; min-width:0; flex-direction:column; gap:3px; }
.modal-team-copy strong { color:#1e293b; font-size:1rem; font-weight:900; word-break:keep-all; }
.modal-team-copy em { color:#64748b; font-size:.82rem; font-style:normal; font-weight:800; }
.modal-team-btn--yonsei .modal-team-initial { background:#3157d4; }
.modal-team-btn--korea .modal-team-initial { background:#b21b2c; }
.modal-team-btn--yonsei.selected { border-color:#3157d4; background:#f8fbff; box-shadow:0 10px 22px rgba(49,87,212,.12); }
.modal-team-btn--korea.selected { border-color:#b21b2c; background:#fffafa; box-shadow:0 10px 22px rgba(178,27,44,.1); }
.modal-team-btn:hover { transform:translateY(-1px); }
.consent-list { display:grid; gap:12px; }
.consent-row { display:grid; grid-template-columns:22px minmax(0,1fr) auto; align-items:center; gap:12px; padding:15px; border:1px solid #e2e8f0; border-radius:16px; background:#f8fafc; }
.consent-row input { width:20px; height:20px; margin:0; accent-color:#4c79ee; }
.consent-row span { color:#334155; font-weight:800; line-height:1.45; word-break:keep-all; }
.consent-row b { color:#4c79ee; }
.term-view-btn { border:0; background:transparent; color:#64748b; font-weight:900; cursor:pointer; white-space:nowrap; }
.term-view-btn:hover { color:#4c79ee; }
.modal-note { margin:14px 0 18px; color:#64748b; font-size:.9rem; line-height:1.55; word-break:keep-all; }
.modal-submit { width:100%; min-height:54px; border:0; border-radius:8px; background:#4c79ee; color:#fff; font-size:1rem; font-weight:900; cursor:pointer; transition:opacity .18s ease, transform .18s ease, background .18s ease; }
.modal-submit:disabled { opacity:.48; cursor:not-allowed; }
.modal-submit:not(:disabled):hover { transform:translateY(-1px); background:#344e8f; }
.term-modal { width:min(680px,100%); }
.term-body { margin-top:18px; max-height:60vh; overflow:auto; padding:20px; border:1px solid #e2e8f0; border-radius:16px; background:#f8fafc; color:#334155; line-height:1.72; white-space:pre-wrap; word-break:keep-all; }
body.modal-open { overflow:hidden; }
@media (max-width:900px) {
  .kcc-page { padding:78px 16px 52px; }
  .kcc-hero { grid-template-columns:1fr; gap:20px; padding:30px 0 22px; }
  .kcc-eyebrow { margin-bottom:14px; padding:7px 11px; font-size:.8rem; }
  .kcc-hero h1 { font-size:clamp(1.9rem,7vw,2.6rem); line-height:1.14; }
  .kcc-lead { margin-top:16px; font-size:.98rem; line-height:1.62; }
  .kcc-hero-actions { gap:10px; margin-top:24px; }
  .kcc-primary-link { min-height:48px; padding:0 18px; font-size:.95rem; }
  .kcc-benefit-chip { min-height:38px; padding:0 12px; font-size:.86rem; }
  .kcc-scoreboard { border-radius:16px; padding:18px; box-shadow:0 12px 30px rgba(30,41,59,.08); }
  .kcc-scoreboard::after { left:18px; right:18px; top:78px; }
  .scoreboard-top { gap:10px; font-size:.72rem; }
  .scoreboard-top span, .scoreboard-top strong { min-height:30px; padding:0 10px; font-size:.78rem; }
  .scoreboard-teams { grid-template-columns:1fr 48px 1fr; gap:8px; margin:22px 0 18px; }
  .scoreboard-team { min-height:132px; border-radius:12px; padding:16px 10px; }
  .scoreboard-team small { font-size:.72rem; }
  .scoreboard-team b { margin-top:9px; font-size:1.18rem; }
  .scoreboard-team span { margin-top:7px; font-size:.8rem; }
  .scoreboard-vs { width:48px; height:48px; font-size:.82rem; }
  .scoreboard-prize { gap:10px; padding:13px 14px; font-size:.9rem; }
  .scoreboard-prize i { font-size:1.16rem; }
  .kcc-flow { grid-template-columns:1fr; }
  .kcc-flow article { padding:18px; }
  .kcc-flow span { width:32px; height:32px; }
  .kcc-flow strong { margin-top:14px; font-size:1rem; }
  .kcc-flow p { font-size:.9rem; }
  .kcc-team-section { padding:20px; border-radius:18px; margin-top:30px; }
  .section-head { display:block; }
  .section-head h2 { font-size:1.42rem; }
  .team-grid { grid-template-columns:1fr; }
  .team-card { min-height:220px; gap:9px; padding:22px; border-radius:14px; }
  .team-card::after { left:22px; right:22px; bottom:68px; }
  .team-check { right:18px; top:18px; width:28px; height:28px; }
  .team-mark { width:48px; height:48px; margin-top:6px; border-radius:12px; font-size:1.35rem; }
  .team-card small { font-size:.84rem; }
  .team-card strong { font-size:1.28rem; line-height:1.32; }
  .team-card em { font-size:.9rem; }
  .team-chips { padding-top:14px; }
  .team-chips span { min-height:26px; padding:0 9px; font-size:.76rem; }
  .claim-panel { align-items:stretch; flex-direction:column; }
  .claim-panel p { font-size:.9rem; }
  .claim-btn { width:100%; min-height:48px; font-size:.95rem; }
  .kcc-detail { grid-template-columns:1fr; }
  .detail-copy { padding:24px; border-radius:18px; }
  .detail-copy h2 { font-size:1.48rem; }
  .detail-copy p:last-child { font-size:.92rem; }
  .benefit-list article { gap:12px; padding:17px 18px; border-radius:16px; font-size:.96rem; }
  .benefit-list i { width:38px; height:38px; border-radius:12px; }
  .kcc-modal { padding:26px 22px; border-radius:20px; }
  .kcc-modal h2 { font-size:1.28rem; }
  .modal-desc { font-size:.92rem; }
  .modal-team-select { padding:14px; }
  .modal-team-btn { min-height:76px; padding:12px; }
  .modal-team-initial { width:36px; height:36px; font-size:.96rem; }
  .modal-team-copy strong { font-size:.94rem; }
  .modal-team-copy em { font-size:.76rem; }
  .consent-row { gap:10px; padding:13px; }
  .consent-row span { font-size:.9rem; }
  .modal-note { font-size:.84rem; }
  .modal-submit { min-height:50px; font-size:.95rem; }
}
@media (max-width:520px) {
  .kcc-page { padding:70px 12px 42px; }
  .kcc-hero { padding:22px 0 18px; }
  .kcc-eyebrow { font-size:.74rem; }
  .kcc-hero h1 { font-size:1.78rem; line-height:1.18; }
  .kcc-lead { font-size:.92rem; line-height:1.58; }
  .kcc-hero-actions { align-items:stretch; flex-direction:column; }
  .kcc-primary-link { width:100%; }
  .kcc-benefit-chip { justify-content:center; border-radius:14px; }
  .scoreboard-top { align-items:flex-start; flex-direction:column; }
  .scoreboard-teams { grid-template-columns:1fr 40px 1fr; gap:6px; margin:18px 0 16px; }
  .scoreboard-team { min-height:114px; padding:13px 7px; }
  .scoreboard-team b { font-size:1.04rem; }
  .scoreboard-team span { font-size:.72rem; }
  .scoreboard-vs { width:40px; height:40px; font-size:.72rem; }
  .scoreboard-prize { align-items:flex-start; font-size:.84rem; }
  .kcc-team-section { padding:16px; }
  .section-head h2 { font-size:1.24rem; }
  .team-card { min-height:204px; padding:18px; }
  .team-card::after { left:18px; right:18px; bottom:62px; }
  .team-ribbon { min-height:24px; font-size:.66rem; }
  .team-mark { width:42px; height:42px; font-size:1.16rem; }
  .team-card strong { font-size:1.14rem; }
  .detail-copy { padding:20px; }
  .detail-copy h2 { font-size:1.3rem; }
  .benefit-list article { padding:15px; font-size:.9rem; }
  .benefit-list i { width:34px; height:34px; border-radius:10px; }
  .consent-row { grid-template-columns:22px minmax(0,1fr); }
  .term-view-btn { grid-column:2; justify-self:start; }
  .modal-team-buttons { grid-template-columns:1fr; }
  .kcc-modal-backdrop { padding:16px; align-items:flex-end; }
  .kcc-modal { max-height:88vh; padding:22px 18px; border-radius:22px 22px 18px 18px; }
  .kcc-modal h2 { font-size:1.18rem; }
  .term-body { padding:16px; font-size:.88rem; line-height:1.66; }
}
