찾으시는 내용을 찾을 수 없는 것 같습니다. 검색해 보시면 도움이 될 수 있습니다.
/* ===== 수다 채널 섹션 �==== */ .gb-suda-channels-section { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); padding: 48px 0 40px; position: relative; overflow: hidden; } .gb-suda-channels-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, rgba(187, 134, 252, 0.4), rgba(255, 107, 107, 0.4), transparent); } .gb-suda-channels-section::after { content: ''; position: absolute; top: -120px; right: -120px; width: 300px; height: 300px; background: radial-gradient(circle, rgba(187, 134, 252, 0.06) 0%, transpa�ent 70%�; border-radius: 50%; pointer-events: none; } .gb-suda-channels-inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; } /* Header */ .gb-suda-channels-header { text-align: center; margin-bottom: 36px; } .gb-suda-channels-title-wrap { display: flex; align-items: center; justify-content: center; gap: 12px; margin-bottom: 8px; } .gb-suda-channels-icon-badge { display: inline-flex; align-it�ms: center; justify-content: center; width: 36px; height: 36px; background: linear-gradient(135deg, #BB86FC, #E040FB); border-radius: 10px; font-size: 16px; color: #fff; box-shadow: 0 4px 15px rgba(187, 134, 252, 0.3); } .gb-suda-channels-title { font-size: 22px !important; font-weight: 800 !important; color: #fff !important; margin: 0 !important; padding: 0 !important; letter-spacing: -0.02em; background: linear-gradient(135deg, #fff 0%, #BB86FC 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; } .gb-suda-channels-subtitle { font-size: 14px; color: rgba(255, 255, 255, 0.5); margin: 0; } /* Grid 3x3 */ .gb-suda-channels-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; } @media (max-width: 768px) { .gb-suda-channels-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; } } @media (max-width: 480px) { .gb-suda-channels-grid { grid-template-columns: 1fr; gap: 10px; } .gb-suda-channels-section { padding: 32px 0 28px; } } /* Card */ .gb-channel-card { position: relative; display: flex; align-items: center; gap: 14px; padding: 16px 18px; background: rgba(255, 255, 255, 0.04); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 14px; text-decoration: none !important; color: #e0e0e0 !important; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; cursor: pointer; } .gb-channel-card:hover { transform: translateY(-3px); border-color: rgba(187, 134, 252, 0.3); background: rgba(255, 255, 255, 0.08); box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), 0 0 20px rgba(187, 134, 252, 0.08); } .gb-channel-card-glow { position: absolute; top: -50%; left: -50%; width: 200%; height: 200%; opacity: 0; transition: opacity 0.4s; pointer-events: none; } .gb-channel-card:hover .gb-channel-card-glow { opacity: 1; } /* Icon */ .gb-channel-card-icon { display: flex; align-items: center; justify-content: center; width: 44px; height: 44px; border-radius: 12px; font-size: 20px; flex-shrink: 0; transition: transform 0.3s, box-shadow 0.3s; } .gb-channel-card:hover .gb-channel-card-icon { transform: scale(1.1); } /* Info */ .gb-channel-card-info { display: flex; flex-direction: column; gap: 2px; flex: 1; min-width: 0; } .gb-channel-card-name { font-size: 14px; font-weight: 700; color: #fff; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .gb-channel-card-tag { font-size: 11px; color: rgba(255, 255, 255, 0.4); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } /* Arrow */ .gb-channel-card-arrow { font-size: 11px; color: rgba(255, 255, 255, 0.2); transition: all 0.3s; flex-shrink: 0; } .gb-channel-card:hover .gb-channel-card-arrow { color: rgba(187, 134, 252, 0.8); transform: translate(2px, -2px); } /* ── 개별 카드 색상 ── */ .gb-channel-discord .gb-channel-card-icon { background: rgba(114, 137, 218, 0.15); color: #7289DA; } .gb-channel-discord .gb-channel-card-glow { background: radial-gradient(circle at 30% 50%, rgba(114, 137, 218, 0.05) 0%, transparent 60%); } .gb-channel-email .gb-channel-card-icon { background: rgba(187, 134, 252, 0.15); color: #BB86FC; } .gb-channel-email .gb-channel-card-glow { background: radial-gradient(circle at 30% 50%, rgba(187, 134, 252, 0.05) 0%, transparent 60%); } .gb-channel-kakao .gb-channel-card-icon { background: rgba(254, 229, 0, 0.15); color: #FEE500; } .gb-channel-kakao .gb-channel-card-glow { background: radial-gradient(circle at 30% 50%, rgba(254, 229, 0, 0.04) 0%, transparent 60%); } /* hover 시 아이콘 box-shadow */ .gb-channel-discord:hover .gb-channel-card-icon { box-shadow: 0 0 20px rgba(114, 137, 218, 0.2); } .gb-channel-email:hover .gb-channel-card-icon { box-shadow: 0 0 20px rgba(187, 134, 252, 0.2); } .gb-channel-kakao:hover .gb-channel-card-icon { box-shadow: 0 0 20px rgba(254, 229, 0, 0.15); }
다양한 플랫폼에서 GAMEBOY.KR과 소통하세요