.gp-overlay{position:fixed;inset:0;background:rgba(8,10,14,.72);backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:10000;display:flex;align-items:center;justify-content:center;padding:24px;animation:gpOverlayIn .2s ease-out}@keyframes gpOverlayIn{0%{opacity:0}to{opacity:1}}.gp-container{position:relative;width:100%;max-width:580px;max-height:calc(100vh - 48px);background:linear-gradient(155deg,#1a1c22,#25272f 60%,#1f2127);border:1px solid rgba(255,255,255,.08);border-radius:18px;box-shadow:0 30px 80px rgba(0,0,0,.55),0 0 0 1px rgba(255,102,0,.04);display:flex;flex-direction:column;overflow:hidden;color:#f3f4f6;animation:gpContainerIn .32s cubic-bezier(.22,1,.36,1)}@keyframes gpContainerIn{0%{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.gp-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px 14px;border-bottom:1px solid rgba(255,255,255,.06);flex-shrink:0}.gp-badge{display:inline-flex;align-items:center;gap:8px;padding:5px 12px 5px 10px;background:rgba(255,102,0,.12);color:#ffa15a;border:1px solid rgba(255,102,0,.28);border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.gp-badge-dot{width:6px;height:6px;background:#ff7a1a;border-radius:50%;box-shadow:0 0 0 3px rgba(255,122,26,.25);animation:gpDotPulse 1.6s ease-in-out infinite}@keyframes gpDotPulse{0%,to{opacity:1}50%{opacity:.45}}.gp-counter{margin-left:auto;font-size:12px;font-weight:500;color:rgba(243,244,246,.55);letter-spacing:.04em;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.gp-close-icon{background:transparent;border:1px solid rgba(255,255,255,.08);color:rgba(243,244,246,.7);width:32px;height:32px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.gp-close-icon:hover{background:rgba(255,255,255,.06);color:#fff;border-color:rgba(255,255,255,.18)}.gp-body{position:relative;flex:1 1;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.gp-body.is-clickable{cursor:pointer}.gp-image-wrap{width:100%}.gp-image-wrap img{width:100%;height:auto;display:block}.gp-image-caption{padding:14px 22px 18px;font-size:14px;font-weight:600;color:#f3f4f6;background:rgba(0,0,0,.2);border-top:1px solid rgba(255,255,255,.05);line-height:1.45}.gp-text-wrap{padding:28px 28px 24px}.gp-title{margin:0 0 14px;font-size:22px;font-weight:800;line-height:1.35;letter-spacing:-.01em;color:#ffffff;padding-left:14px;position:relative}.gp-title:before{content:"";position:absolute;left:0;top:8%;bottom:8%;width:3px;background:linear-gradient(180deg,#ff7a1a,#ff4e00);border-radius:2px}.gp-description{font-size:14.5px;line-height:1.78;color:rgba(243,244,246,.78);white-space:pre-line;word-break:break-word}.gp-description.is-html{white-space:normal}.gp-description.is-html h1,.gp-description.is-html h2,.gp-description.is-html h3{color:#ffffff;line-height:1.4;margin:0 0 12px}.gp-description.is-html h1{font-size:18px;font-weight:700}.gp-description.is-html h2{font-size:16.5px;font-weight:700}.gp-description.is-html h3{font-size:15.5px;font-weight:600}.gp-description.is-html p{margin:0 0 8px}.gp-description.is-html p:last-child{margin-bottom:0}.gp-description.is-html ol,.gp-description.is-html ul{margin:0 0 8px;padding-left:20px}.gp-description.is-html img{max-width:100%;height:auto;border-radius:8px;margin:8px 0}.gp-description.is-html a{color:#ffa15a;text-decoration:underline;text-underline-offset:2px}.gp-description.is-html a:hover{color:#ffb87a}.gp-link{color:#ffa15a;text-decoration:underline;text-underline-offset:2px}.gp-link:hover{color:#ffb87a}.gp-nav{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;background:rgba(15,16,20,.72);border:1px solid rgba(255,255,255,.1);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .18s ease;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.gp-nav:hover:not(:disabled){background:rgba(255,102,0,.88);border-color:rgba(255,102,0,.95);color:#fff}.gp-nav:disabled{opacity:.3;cursor:not-allowed}.gp-nav-prev{left:14px}.gp-nav-next{right:14px}.gp-dots{display:flex;justify-content:center;align-items:center;gap:8px;padding:12px 16px;background:rgba(0,0,0,.2);border-top:1px solid rgba(255,255,255,.04);flex-shrink:0}.gp-dot{width:7px;height:7px;border-radius:50%;border:none;background:rgba(243,244,246,.25);cursor:pointer;transition:all .2s ease;padding:0}.gp-dot:hover{background:rgba(243,244,246,.5)}.gp-dot.is-active{background:#ff7a1a;width:24px;border-radius:4px}.gp-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 18px;background:rgba(0,0,0,.28);border-top:1px solid rgba(255,255,255,.06);flex-shrink:0}.gp-hide-today{display:inline-flex;align-items:center;gap:8px;font-size:13px;color:rgba(243,244,246,.72);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gp-hide-today input[type=checkbox]{width:16px;height:16px;cursor:pointer;accent-color:#ff7a1a}.gp-close-btn{padding:8px 18px;background:linear-gradient(135deg,#ff7a1a,#ff5722);color:#fff;border:none;border-radius:8px;font-size:13px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:all .18s ease;box-shadow:0 2px 8px rgba(255,102,0,.3)}.gp-close-btn:hover{transform:translateY(-1px);box-shadow:0 4px 14px rgba(255,102,0,.4)}.gp-close-btn:active{transform:translateY(0)}@media (max-width:576px){.gp-overlay{padding:16px}.gp-container{max-width:100%;width:-moz-fit-content;width:fit-content;min-width:min(300px,100%);max-height:calc(100vh - 110px);max-height:calc(100dvh - 110px);border-radius:14px}.gp-image-wrap img{width:auto;max-width:100%;max-height:45vh;margin:0 auto}.gp-header{padding:14px 16px 12px}.gp-badge{font-size:10px;padding:4px 10px 4px 8px}.gp-counter{font-size:11px}.gp-close-icon{width:30px;height:30px}.gp-text-wrap{padding:22px 20px 18px}.gp-title{font-size:18px}.gp-description{font-size:13.5px;line-height:1.72}.gp-image-caption{padding:12px 18px 16px;font-size:13px}.gp-nav{width:36px;height:36px}.gp-nav-prev{left:10px}.gp-nav-next{right:10px}.gp-footer{padding:12px 14px}.gp-close-btn,.gp-hide-today{font-size:12px}.gp-close-btn{padding:7px 14px}}.home{min-height:100vh}.home-main{padding-top:0}.hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-bg{position:absolute;inset:0;background:#000;z-index:0}.hero-video-wrapper{position:absolute;inset:0;opacity:0;transition:opacity .8s ease}.hero-video-wrapper.active{opacity:1}.hero-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover}.hero-overlay{position:absolute;inset:0;background:rgba(0,0,0,.4);z-index:1}.hero-pattern-wrapper{position:absolute;inset:0;background:linear-gradient(135deg,#0a1628,#0d3a5c 30%,#1a5a7a 50%,#2d8b9e 70%,#3cb4b8);opacity:0;transition:opacity .8s ease}.hero-pattern-wrapper.active{opacity:1}.hero-pattern{position:absolute;inset:0;background-image:radial-gradient(circle at 20% 80%,rgba(60,180,184,.3) 0,transparent 50%),radial-gradient(circle at 80% 20%,rgba(13,58,92,.5) 0,transparent 50%),radial-gradient(circle at 50% 100%,rgba(60,180,184,.4) 0,transparent 40%);z-index:1}.hero-pattern:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%2340c4c4' fill-opacity='0.08'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");opacity:.5}.hero-pattern:after{content:"";position:absolute;bottom:0;left:0;right:0;height:40%;background:radial-gradient(circle,rgba(60,180,184,.15) 1px,transparent 0);background-size:20px 20px;mask-image:linear-gradient(0deg,rgba(0,0,0,1) 0,rgba(0,0,0,0));-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,1) 0,rgba(0,0,0,0))}.hero-slide{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s ease;z-index:2;cursor:pointer}.hero-slide.active{opacity:1;visibility:visible}.hero-content{position:relative;z-index:3;text-align:center;padding:0 20px}.tournament-badge{gap:30px}.badge-circle,.tournament-badge{display:flex;align-items:center;justify-content:center}.badge-circle{position:relative;width:180px;height:180px}.globe-icon{width:100%;height:100%;color:#3cb4b8}.badge-year{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);font-size:28px;font-weight:700;color:#3cb4b8;letter-spacing:2px}.badge-text{text-align:left}.badge-title{font-size:72px;font-weight:800;color:#fff;line-height:1;margin:0;letter-spacing:4px}.badge-subtitle{font-size:48px;font-weight:700;color:#3cb4b8;line-height:1.1;margin:8px 0 0;letter-spacing:2px}.badge-championship{font-size:18px;font-weight:600;color:#fff;margin:16px 0 0;letter-spacing:3px;opacity:.9}.hero-arrow{position:absolute;top:50%;transform:translateY(-50%);width:50px;height:50px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:rgba(255,255,255,.5);cursor:pointer;transition:color .2s;z-index:10}.hero-arrow:hover{color:rgba(255,255,255,.9)}.hero-arrow svg{width:32px;height:32px}.hero-prev{left:40px}.hero-next{right:40px}.hero-sponsor{position:absolute;bottom:140px;left:50%;transform:translateX(-50%);z-index:10;text-align:center}.sponsor-text{font-size:12px;font-weight:500;color:rgba(255,255,255,.6);letter-spacing:2px;text-transform:uppercase}.hero-dots{position:absolute;bottom:80px;left:50%;transform:translateX(-50%);display:flex;gap:12px;z-index:10}.hero-dot{width:12px;height:12px;border-radius:50%;background:rgba(255,255,255,.3);border:none;cursor:pointer;transition:background .3s}.hero-dot:hover{background:rgba(255,255,255,.5)}.hero-dot.active{background:#fff}.hero-scroll{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);background:none;border:none;color:rgba(255,255,255,.7);cursor:pointer;z-index:10;animation:bounce 2s infinite}.hero-scroll svg{width:28px;height:28px}@keyframes bounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(8px)}}@media (max-width:1024px){.badge-circle{width:140px;height:140px}.badge-year{font-size:22px;bottom:12px}.badge-title{font-size:56px}.badge-subtitle{font-size:36px}.badge-championship{font-size:14px}.hero-prev{left:20px}.hero-next{right:20px}}@media (max-width:768px){.hero{min-height:500px}.tournament-badge{flex-direction:column;gap:20px}.badge-circle{width:120px;height:120px}.badge-year{font-size:18px;bottom:10px}.badge-text{text-align:center}.badge-title{font-size:40px;letter-spacing:2px}.badge-subtitle{font-size:28px}.badge-championship{font-size:12px;letter-spacing:2px}.hero-arrow{width:40px;height:40px}.hero-arrow svg{width:24px;height:24px}.hero-prev{left:10px}.hero-next{right:10px}.hero-sponsor{bottom:120px}.sponsor-text{font-size:10px}.hero-dots{bottom:70px}.hero-dot{width:10px;height:10px}}@media (max-width:480px){.badge-circle{width:100px;height:100px}.badge-year{font-size:16px}.badge-title{font-size:32px}.badge-subtitle{font-size:22px}.badge-championship{font-size:10px}.hero-arrow{display:none}}.home-host-cta-section{background:#fff;padding:40px 0}.home-host-cta{margin:0 auto;padding:22px 32px;background:#f7f7f7;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.home-host-cta-text{display:flex;flex-direction:column;gap:4px;color:#222;flex:1 1;min-width:220px}.home-host-cta-text strong{font-size:18px;font-weight:700;letter-spacing:.2px;color:#111;font-family:var(--font-pretendard)}.home-host-cta-text span{color:#666;line-height:1.5}.home-host-cta-btn,.home-host-cta-text span{font-size:14px;font-family:var(--font-pretendard)}.home-host-cta-btn{display:inline-flex;align-items:center;gap:6px;padding:12px 22px;background:#000;color:#fff;font-weight:700;text-decoration:none;border-radius:6px;transition:transform .15s,box-shadow .15s,background .15s;white-space:nowrap}.home-host-cta-btn:hover{background:#1a1a1a;transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,0,0,.18)}.home-host-cta-btn svg{width:14px;height:14px}@media (max-width:768px){.home-host-cta-section{padding:24px 0}.home-host-cta{padding:16px 18px;gap:12px}.home-host-cta-text strong{font-size:15px}.home-host-cta-text span{font-size:12px}.home-host-cta-btn{padding:10px 18px;font-size:13px}}@media (max-width:576px){.home-host-cta{padding:14px 16px;flex-direction:column;align-items:stretch;text-align:center}.home-host-cta-text{align-items:center;min-width:0}.home-host-cta-btn{justify-content:center}}.home-upcoming-events{background:#f5f5f5;padding:80px 0}.home-section-container{max-width:1500px;margin:0 auto;padding:0 40px}.home-section-title{text-align:center;font-size:28px;font-weight:700;color:#000;margin:0 0 80px;letter-spacing:2px}.home-events-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:16px;gap:16px}.home-event-card{background:#fff;overflow:hidden;text-decoration:none;display:flex;flex-direction:column;border-radius:12px;transition:transform .2s ease,box-shadow .2s ease}.home-event-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.home-event-poster{position:relative;width:100%;aspect-ratio:3/4;background:#e5e5e5;overflow:hidden}.home-event-poster img{width:100%;height:100%;object-fit:cover}.home-event-logo-content{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;gap:2px}.home-event-title{font-size:14px;font-weight:700;line-height:1.3;color:#333;padding:0 10px}.home-event-card-info{padding:16px 18px 20px}.home-event-card-title{font-size:14px;font-weight:700;color:#333;margin:0 0 12px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-event-card-meta{display:flex;flex-direction:column;gap:6px}.home-event-meta-item{display:flex;align-items:center;gap:6px;font-size:13px;color:#666}.home-event-meta-item svg{width:15px;height:15px;flex-shrink:0;color:#888}.home-events-cta{text-align:center;margin-top:80px}.home-btn-all{display:inline-block;padding:14px 50px;font-size:13px;font-weight:700;color:#000;background:transparent;border:2px solid #000;border-radius:4px;text-decoration:none;letter-spacing:1px;text-transform:uppercase;transition:all .2s}.home-btn-all:hover{background:#004581;color:#fff}@media (max-width:1024px){.home-events-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home-events-grid{grid-template-columns:repeat(2,1fr)}.home-section-container{padding:0 24px}.home-upcoming-events{padding:28px 0}.home-section-title{font-size:24px;margin-bottom:36px}}@media (max-width:576px){.home-events-grid{grid-template-columns:repeat(2,1fr);gap:12px}.home-event-card-info{padding:12px 14px 16px}.home-event-card-title{font-size:12px;margin-bottom:8px}.home-event-meta-item{font-size:11px}.home-event-meta-item svg{width:13px;height:13px}.home-btn-all{padding:14px 40px;font-size:13px}.home-events-cta{margin-top:40px}}.home-videos-section{background:#fff;padding:80px 0 0}.home-videos-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-column-gap:16px;column-gap:16px;grid-row-gap:48px;row-gap:48px}.home-video-card{display:block;text-decoration:none;color:inherit}.home-video-trigger{display:block;width:100%;padding:0;border:none;background:none;cursor:pointer}.home-video-thumb{position:relative;width:100%;aspect-ratio:16/9;border-radius:8px;overflow:hidden;background:#000}.home-video-thumb iframe{width:100%;height:100%;display:block;border:0}.home-video-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.home-video-card:hover .home-video-thumb img{transform:scale(1.05)}.home-video-thumb-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#2a2a2a,#555)}.home-video-play{left:50%;width:48px;height:48px;border-radius:50%;background:rgba(0,0,0,.65);pointer-events:none}.home-video-play,.home-video-play:after{position:absolute;top:50%;transform:translate(-50%,-50%)}.home-video-play:after{content:"";left:54%;border-color:transparent transparent transparent #fff;border-style:solid;border-width:9px 0 9px 15px}.home-video-title{margin:10px 2px 0;font-size:14px;font-weight:600;line-height:1.4;color:#222;font-family:var(--font-pretendard);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}a.home-video-title-link{text-decoration:none;cursor:pointer}a.home-video-title-link:hover{text-decoration:underline}@media (max-width:768px){.home-videos-section{padding:28px 0 0}.home-videos-grid{grid-template-columns:repeat(2,1fr);column-gap:16px;row-gap:32px}.home-video-play{width:40px;height:40px}.home-video-title{font-size:13px}}.home-news-section{background:#fff;padding:80px 0}.home-news-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;max-width:1070px;margin:0 auto}.home-news-card{background:#eee;text-decoration:none;height:100%;border-radius:8px;overflow:hidden}.home-news-card,.home-news-header{display:flex;flex-direction:column}.home-news-header{flex:1 1}.home-news-image{width:100%;height:200px;overflow:hidden;background:#e0e0e0}.home-news-image img{width:100%;height:100%;object-fit:cover}.home-news-placeholder{width:100%;height:100%;background:#d0d0d0}.home-news-title{font-size:18px;font-weight:700;color:#000;padding:20px 20px 12px;line-height:1.4}.home-news-subtitle,.home-news-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.home-news-subtitle{font-size:14px;color:#333;padding:0 20px 20px;line-height:1.6;flex:1 1}.home-news-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 20px}.home-news-category{font-size:11px;font-weight:500;color:#888;letter-spacing:.5px;text-transform:uppercase}.home-news-date{font-size:12px;color:#888}@media (max-width:1024px){.home-news-grid{grid-template-columns:repeat(3,1fr);gap:20px}}@media (max-width:768px){.home-news-section{padding:60px 0}.home-news-grid{grid-template-columns:repeat(2,1fr);gap:16px}.home-news-image{height:160px}.home-news-title{font-size:16px;padding:16px 16px 10px}.home-news-subtitle{font-size:13px;padding:0 16px 16px}.home-news-footer{padding:12px 16px}}@media (max-width:576px){.home-news-section{padding:50px 0}.home-news-grid{grid-template-columns:1fr;gap:16px}.home-news-image{height:180px}.home-news-title{font-size:16px}.home-news-subtitle{font-size:13px;-webkit-line-clamp:2}}.home-ranking-section{background:#00082C;padding:80px 0}.home-ranking-container{max-width:1400px;margin:0 auto;padding:0 40px}.home-ranking-title{text-align:center;font-size:28px;font-weight:700;color:#fff;margin:0 0 80px;letter-spacing:2px}.home-ranking-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:60px;gap:60px}.home-ranking-column{display:flex;flex-direction:column}.home-ranking-name{display:flex;align-items:center;gap:8px;margin-bottom:24px}.home-ranking-division{font-size:18px;font-weight:700;color:#fff}.home-ranking-type{font-size:18px;font-weight:400;color:#fff}.home-ranking-list{background:#fff;border-radius:4px}.home-ranking-table{width:100%;border-collapse:collapse}.home-ranking-table tr{position:relative}.home-ranking-table tr:after{content:"";position:absolute;left:16px;right:16px;bottom:0;height:1px;background:#e0e0e0}.home-ranking-table tr:last-child:after{display:none}.home-ranking-table td{padding:16px 12px;vertical-align:middle}.home-ranking-position{width:50px;font-size:40px;font-weight:700;color:#004581;text-align:center}.home-ranking-photo{width:90px;padding:8px}.home-ranking-photo-placeholder{width:70px;height:90px;background:#e0e0e0}.home-ranking-info{flex:1 1;padding-left:8px}.home-ranking-athlete-name{font-size:16px;font-weight:600;color:#333;margin-bottom:4px}.home-ranking-academy{font-size:13px;color:#888}.home-ranking-points{font-size:28px;font-weight:700;color:#004581;text-align:right;width:100px;padding-right:16px}.home-ranking-cta{margin-top:16px}.home-btn-ranking{display:block;width:100%;padding:14px 40px;font-size:13px;font-weight:600;color:#fff;background:transparent;border:1px solid #fff;border-radius:4px;text-decoration:none;text-align:center;letter-spacing:.5px}.home-btn-ranking:hover{background:#fff;color:#004581}@media (max-width:1024px){.home-ranking-grid{gap:40px}.home-ranking-position{font-size:32px;width:40px}.home-ranking-photo{width:70px}.home-ranking-photo-placeholder{width:55px;height:70px}.home-ranking-points{font-size:24px;width:80px}}@media (max-width:768px){.home-ranking-section{padding:60px 0}.home-ranking-container{padding:0 24px}.home-ranking-title{font-size:24px;margin-bottom:50px}.home-ranking-grid{grid-template-columns:1fr;gap:50px}.home-ranking-division,.home-ranking-type{font-size:16px}}@media (max-width:576px){.home-ranking-section{padding:50px 0}.home-ranking-container{padding:0 16px}.home-ranking-title{font-size:20px;margin-bottom:40px}.home-ranking-table td{padding:12px 8px}.home-ranking-position{width:30px;font-size:26px}.home-ranking-photo{width:55px;padding:4px}.home-ranking-photo-placeholder{width:45px;height:58px}.home-ranking-athlete-name{font-size:14px}.home-ranking-academy{font-size:11px}.home-ranking-points{font-size:20px;width:60px;padding-right:8px}.home-btn-ranking{padding:12px 32px;font-size:12px}}.home-info-section{background:#f5f5f5;padding:80px 0}.home-info-section .home-section-container{max-width:1500px}.home-info-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:60px;gap:60px}.home-info-col{margin-bottom:16px}.home-info-card{text-decoration:none;display:block}.home-info-image-container{margin-bottom:24px}.home-info-image{width:100%;aspect-ratio:16/10;background-size:contain;background-position:50%;background-repeat:no-repeat;background-color:#f5f5f5}.home-info-membership{background-image:url(https://d1xb94vshhvn2y.cloudfront.net/upload/2026-04-26/b2d5b9f0297d41c5adc0a7b1e0d91485.png)}.home-info-rules{background-image:url(https://d1xb94vshhvn2y.cloudfront.net/upload/2026-04-26/37900c31b3334cad9d18be1454ef5147.png)}.home-info-title{font-size:24px;color:#000;margin:0 0 6px}.home-info-description,.home-info-title{font-family:var(--font-pretendard);font-weight:400}.home-info-description{font-size:16px;color:#333;line-height:1.6;margin:0}@media (max-width:1440px){.home-info-section{padding:60px 0}.home-info-grid{gap:40px}.home-info-title{font-size:22px}.home-info-description{font-size:15px}}@media (max-width:767px){.home-info-section{padding:50px 0}.home-info-grid{grid-template-columns:1fr;gap:40px}.home-info-title{font-size:20px;margin-bottom:10px}.home-info-description{font-size:14px}}@media (max-width:480px){.home-info-section{padding:40px 0}.home-info-grid{gap:30px}.home-info-image{margin-bottom:16px}.home-info-title{font-size:18px}.home-info-description{font-size:13px}}.home-youtube-section{background:#fff;padding:80px 0 100px}.home-youtube-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:30px;gap:30px;margin-bottom:50px}.home-youtube-card{cursor:pointer}.home-youtube-thumbnail{position:relative;width:100%;aspect-ratio:16/9;background:#000;overflow:hidden}.home-youtube-thumbnail iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.home-youtube-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460)}.home-youtube-play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;background:#1da1f2;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .2s,background .2s}.home-youtube-play svg{width:24px;height:24px;color:#fff;margin-left:4px}.home-youtube-card:hover .home-youtube-play{transform:translate(-50%,-50%) scale(1.1);background:#0d8bd9}.home-youtube-duration{position:absolute;bottom:8px;right:8px;background:rgba(0,0,0,.8);color:#fff;font-size:12px;padding:2px 6px;border-radius:2px}.home-youtube-info{padding:16px 0}.home-youtube-video-title{font-family:var(--font-pretendard);font-size:16px;font-weight:500;color:#333;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media (max-width:1440px){.home-youtube-section{padding:60px 0 80px}.home-youtube-grid{gap:25px;margin-bottom:40px}.home-youtube-play{width:50px;height:50px}.home-youtube-play svg{width:20px;height:20px}.home-youtube-video-title{font-size:15px}}@media (max-width:1024px){.home-youtube-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.home-youtube-section{padding:50px 0 60px}.home-youtube-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:35px}.home-youtube-play{width:45px;height:45px}.home-youtube-play svg{width:18px;height:18px}.home-youtube-video-title{font-size:14px}}@media (max-width:480px){.home-youtube-section{padding:40px 0 50px}.home-youtube-grid{grid-template-columns:1fr;gap:20px;margin-bottom:30px}.home-youtube-play{width:50px;height:50px}.home-youtube-play svg{width:20px;height:20px}.home-youtube-video-title{font-size:14px}}