/*
 * tips374/style.css  v1.0.0
 * 텔레그램 그룹 주제(Topics) & 탭 레이아웃 가이드
 * 테마: 라임그린/옐로우그린 + 딥 다크 (그룹 관리·탭·분류·생산성)
 * 그누보드5 격리 | BEM | 모바일 퍼스트
 */

/* ─── 전체 리셋 ─── */
#tg-374-wrapper,
#tg-374-wrapper * {
    box-sizing: border-box; margin: 0; padding: 0; border: none;
    outline: none; text-decoration: none; list-style: none; background: none; font-style: normal;
}
#tg-374-wrapper h1, #tg-374-wrapper h2 { font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; }
#tg-374-wrapper strong { font-weight: 700; color: inherit; }
#tg-374-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-374-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-374-wrapper button { cursor: pointer; }
#tg-374-wrapper a { color: inherit; }
#tg-374-wrapper ol { list-style: none; }
#tg-374-wrapper input { font-family: inherit; }

/* ─── 디자인 토큰 ─── */
#tg-374-wrapper {
    --lim-200:  #d9f99d;
    --lim-300:  #bef264;
    --lim-400:  #a3e635;
    --lim-500:  #84cc16;
    --lim-600:  #65a30d;
    --lim-700:  #4d7c0f;
    --sky-400:  #38bdf8;
    --sky-500:  #0ea5e9;
    --gold-300: #fcd34d;
    --gold-400: #fbbf24;
    --dk-base:  #06120a;
    --sl-50:    #f8fafc;
    --sl-100:   #f1f5f9;
    --sl-200:   #e2e8f0;
    --sl-400:   #94a3b8;
    --sl-500:   #64748b;
    --sl-800:   #1e293b;
    --sl-900:   #0f172a;
    --text-sub: #475569;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --shadow-sm:  0 4px 14px rgba(0,0,0,.06);
    --shadow-lim: 0 6px 24px rgba(132,204,22,.28);
    --fs-sm:   .9rem;
    --fs-base: 1rem;
    --fs-lg:   1.2rem;

    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
    font-size: var(--fs-base); color: var(--sl-800); line-height: 1.7;
    max-width: 1100px; margin: 0 auto; width: 100%;
}

/* Material Symbols */
#tg-374-wrapper .material-symbols-outlined {
    font-family: 'Material Symbols Outlined', sans-serif;
    font-weight: normal; font-style: normal; font-size: inherit; line-height: 1;
    display: inline-block; white-space: nowrap; direction: ltr;
    -webkit-font-smoothing: antialiased; vertical-align: middle;
}

/* 스크롤 등장 */
#tg-374-wrapper .tg-374-motion { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
#tg-374-wrapper .tg-374-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════ 히어로 */
#tg-374-wrapper .tg-374-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px; text-align: center; overflow: hidden;
}
#tg-374-wrapper .tg-374-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 65% 52% at 28% 35%, rgba(132,204,22,.22) 0%, transparent 56%),
        radial-gradient(ellipse 50% 44% at 80% 68%, rgba(163,230,53,.1) 0%, transparent 52%);
}
#tg-374-wrapper .tg-374-hero__floats { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
#tg-374-wrapper .tg-374-float { position: absolute; font-size: 1.8rem; opacity: 0; animation: tg374Float ease-in-out infinite; }
#tg-374-wrapper .tg-374-float--1 { top:14%; left:4%;    animation-duration:5.5s; }
#tg-374-wrapper .tg-374-float--2 { top:22%; right:5%;   animation-duration:4.5s; animation-delay:-2s; font-size:1.3rem; }
#tg-374-wrapper .tg-374-float--3 { bottom:28%; left:6%; animation-duration:6s; animation-delay:-1s; }
#tg-374-wrapper .tg-374-float--4 { bottom:20%; right:7%;animation-duration:5s; animation-delay:-1.8s; font-size:1.3rem; }
@keyframes tg374Float { 0%,100%{opacity:0;transform:translateY(0) scale(.9);}50%{opacity:.52;transform:translateY(-14px) scale(1.12);} }
#tg-374-wrapper .tg-374-hero__inner { position:relative; z-index:1; max-width:700px; margin:0 auto; }
#tg-374-wrapper .tg-374-hero__badge { display:inline-flex; align-items:center; gap:6px; background:rgba(132,204,22,.15); border:1px solid rgba(132,204,22,.35); color:var(--lim-300); font-size:.85rem; font-weight:700; padding:6px 18px; border-radius:999px; margin-bottom:22px !important; }
#tg-374-wrapper .tg-374-hero__title { font-size:clamp(1.65rem,4.2vw,2.3rem); font-weight:900; color:#fff; line-height:1.28; letter-spacing:-.02em; margin-bottom:16px; }
#tg-374-wrapper .tg-374-hero__title em { font-style:normal; color:var(--lim-300); text-shadow:0 0 24px rgba(132,204,22,.55); }
#tg-374-wrapper .tg-374-hero__subtitle { color:rgba(255,255,255,.65); line-height:1.8; max-width:540px; margin:0 auto 28px !important; }
#tg-374-wrapper .tg-374-hero__chips { display:flex; flex-wrap:wrap; gap:10px; justify-content:center; }
#tg-374-wrapper .tg-374-hero__chip { display:inline-flex; align-items:center; gap:6px; background:rgba(132,204,22,.1); border:1px solid rgba(132,204,22,.22); color:var(--lim-300); font-size:.82rem; font-weight:800; padding:8px 16px; border-radius:999px; }
#tg-374-wrapper .tg-374-hero__chip--sky  { background:rgba(14,165,233,.08); border-color:rgba(14,165,233,.22); color:var(--sky-400); }
#tg-374-wrapper .tg-374-hero__chip--gold { background:rgba(251,191,36,.08); border-color:rgba(251,191,36,.22); color:var(--gold-300); }

/* ─── 레이아웃 ─── */
#tg-374-wrapper .tg-374-main { display:flex; flex-direction:column; gap:28px; }

/* 도입부 */
#tg-374-wrapper .tg-374-intro { background:#fff; border:1px solid var(--sl-200); border-top:4px solid var(--lim-500); border-radius:var(--radius-md); padding:36px 28px; text-align:center; box-shadow:var(--shadow-sm); }
#tg-374-wrapper .tg-374-intro__icon { font-size:2.4rem; color:var(--lim-600); margin-bottom:14px; }
#tg-374-wrapper .tg-374-intro__title { font-size:clamp(1.05rem,2.8vw,1.3rem); font-weight:800; color:var(--sl-900); margin-bottom:14px; }
#tg-374-wrapper .tg-374-intro p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }

/* 혜택 카드 */
#tg-374-wrapper .tg-374-benefit-row { display:grid; grid-template-columns:repeat(2,1fr); gap:10px; margin-top:22px; max-width:480px; margin-left:auto; margin-right:auto; }
#tg-374-wrapper .tg-374-benefit-card { background:rgba(132,204,22,.06); border:1px solid rgba(132,204,22,.18); border-radius:var(--radius-sm); padding:14px; text-align:center; }
#tg-374-wrapper .tg-374-benefit-card__ico { font-size:1.5rem; color:var(--lim-600); margin-bottom:6px !important; }
#tg-374-wrapper .tg-374-benefit-card__txt { font-size:.8rem; font-weight:800; color:var(--sl-800); margin-bottom:0 !important; }

/* 공통 섹션 */
#tg-374-wrapper .tg-374-section { background:#fff; border:1px solid var(--sl-200); border-radius:var(--radius-md); padding:44px 32px; box-shadow:var(--shadow-sm); text-align:center; }
#tg-374-wrapper .tg-374-section--dark { background:var(--dk-base); border-color:rgba(132,204,22,.1); }
#tg-374-wrapper .tg-374-section__label { display:inline-flex; align-items:center; gap:7px; font-size:.88rem; font-weight:700; padding:7px 20px; border-radius:999px; margin-bottom:22px; }
#tg-374-wrapper .tg-374-section__label--dark { background:rgba(255,255,255,.13); color:#fff; border:1px solid rgba(255,255,255,.24); }
#tg-374-wrapper .tg-374-section__label--lime { background:rgba(132,204,22,.08); color:var(--lim-700); }
#tg-374-wrapper .tg-374-section__label .material-symbols-outlined { font-size:1rem; }
#tg-374-wrapper .tg-374-section__title--light { color:#fff; font-size:clamp(1.2rem,3vw,1.5rem); font-weight:900; letter-spacing:-.02em; margin-bottom:16px !important; text-align:center; line-height:1.35; padding:0 8px; }
#tg-374-wrapper .tg-374-section__title { font-size:clamp(1.2rem,3vw,1.5rem); font-weight:900; color:var(--sl-900); letter-spacing:-.02em; margin-bottom:16px; display:flex; align-items:center; justify-content:center; gap:10px; }
#tg-374-wrapper .tg-374-section > p { color:var(--text-sub); max-width:680px; margin-left:auto; margin-right:auto; }
#tg-374-wrapper .tg-374-section__desc--light { color:rgba(255,255,255,.8) !important; margin-bottom:28px !important; }

/* ═════════════════════════════════════════
   시뮬레이터
═════════════════════════════════════════ */
#tg-374-wrapper .tg-374-sim-wrap { max-width:420px; margin:0 auto; text-align:left; }

/* 컨트롤 바 */
#tg-374-wrapper .tg-374-ctrl-bar { background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); border-radius:12px; padding:12px 14px; margin-bottom:10px; display:flex; flex-direction:column; gap:10px; }
#tg-374-wrapper .tg-374-ctrl-row { display:flex; align-items:center; gap:10px; }
#tg-374-wrapper .tg-374-ctrl-row__info { display:flex; align-items:center; gap:8px; flex:1; font-size:.82rem; font-weight:700; color:rgba(255,255,255,.6); }
#tg-374-wrapper .tg-374-ctrl-row__info .material-symbols-outlined { font-size:1rem; color:var(--lim-400); }

/* 토글 */
#tg-374-wrapper .tg-374-toggle { width:44px; height:24px; border-radius:999px; flex-shrink:0; background:rgba(255,255,255,.15); position:relative; transition:background .25s; }
#tg-374-wrapper .tg-374-toggle[aria-checked="true"] { background:var(--lim-500); }
#tg-374-wrapper .tg-374-toggle__knob { width:18px; height:18px; border-radius:50%; background:#fff; position:absolute; top:3px; left:3px; transition:left .25s; box-shadow:0 1px 4px rgba(0,0,0,.3); }
#tg-374-wrapper .tg-374-toggle[aria-checked="true"] .tg-374-toggle__knob { left:23px; }

/* 레이아웃 선택 */
#tg-374-wrapper .tg-374-layout-row { animation:tg374FadeIn .3s ease; }
#tg-374-wrapper .tg-374-layout-row__label { font-size:.62rem; font-weight:800; color:rgba(255,255,255,.25); text-transform:uppercase; letter-spacing:.04em; margin-bottom:6px !important; }
#tg-374-wrapper .tg-374-layout-opts { display:flex; gap:6px; }
#tg-374-wrapper .tg-374-layout-btn { display:inline-flex; align-items:center; gap:6px; padding:7px 12px; border-radius:8px; font-size:.76rem; font-weight:700; background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.45); transition:all .18s; }
#tg-374-wrapper .tg-374-layout-btn .material-symbols-outlined { font-size:.9rem; }
#tg-374-wrapper .tg-374-layout-btn--active { background:rgba(132,204,22,.12); border-color:rgba(132,204,22,.3); color:var(--lim-300); }
#tg-374-wrapper .tg-374-layout-btn:hover:not(.tg-374-layout-btn--active) { background:rgba(255,255,255,.08); }

/* 그룹 모크 공통 */
#tg-374-wrapper .tg-374-group-mock { background:rgba(255,255,255,.03); border:1px solid rgba(255,255,255,.07); border-radius:12px; overflow:hidden; }

/* OFF 상태 */
#tg-374-wrapper .tg-374-mock-off__header { display:flex; align-items:center; gap:10px; padding:12px 14px; border-bottom:1px solid rgba(255,255,255,.06); }
#tg-374-wrapper .tg-374-mock-off__avatar { font-size:1.5rem; flex-shrink:0; line-height:1; }
#tg-374-wrapper .tg-374-mock-off__name { font-size:.84rem; font-weight:800; color:#fff; margin-bottom:2px !important; }
#tg-374-wrapper .tg-374-mock-off__cnt  { font-size:.62rem; color:rgba(255,255,255,.3); margin-bottom:0 !important; }
#tg-374-wrapper .tg-374-mock-off__msgs { display:flex; flex-direction:column; gap:6px; padding:10px 12px; min-height:110px; }
#tg-374-wrapper .tg-374-chat-bubble { font-size:.75rem; padding:7px 10px; border-radius:10px; max-width:78%; line-height:1.55; }
#tg-374-wrapper .tg-374-chat-bubble--l { background:rgba(255,255,255,.06); color:rgba(255,255,255,.75); align-self:flex-start; border-radius:2px 10px 10px 10px; }
#tg-374-wrapper .tg-374-chat-bubble--r { background:rgba(132,204,22,.15); color:rgba(255,255,255,.85); align-self:flex-end; border-radius:10px 2px 10px 10px; }
#tg-374-wrapper .tg-374-mock-off__hint { display:flex; align-items:center; gap:6px; padding:8px 12px; font-size:.68rem; color:rgba(255,255,255,.25); border-top:1px solid rgba(255,255,255,.05); }
#tg-374-wrapper .tg-374-mock-off__hint .material-symbols-outlined { font-size:.82rem; color:var(--lim-400); }

/* ON 상태 헤더 */
#tg-374-wrapper .tg-374-mock-on__header { display:flex; align-items:center; gap:10px; padding:10px 12px; border-bottom:1px solid rgba(255,255,255,.06); }
#tg-374-wrapper .tg-374-mock-on__avatar { font-size:1.4rem; flex-shrink:0; line-height:1; }
#tg-374-wrapper .tg-374-mock-on__name { font-size:.82rem; font-weight:800; color:#fff; margin-bottom:1px !important; }
#tg-374-wrapper .tg-374-mock-on__cnt  { font-size:.6rem; color:rgba(255,255,255,.3); margin-bottom:0 !important; }
#tg-374-wrapper .tg-374-add-topic-btn { margin-left:auto; width:28px; height:28px; border-radius:50%; background:rgba(132,204,22,.12); border:1px solid rgba(132,204,22,.25); color:var(--lim-300); font-size:.9rem; display:flex; align-items:center; justify-content:center; flex-shrink:0; transition:background .18s; }
#tg-374-wrapper .tg-374-add-topic-btn:hover { background:rgba(132,204,22,.22); }

/* 탭 바 */
#tg-374-wrapper .tg-374-tab-bar { display:flex; overflow-x:auto; gap:0; border-bottom:1px solid rgba(255,255,255,.06); padding:0 8px; scrollbar-width:none; }
#tg-374-wrapper .tg-374-tab-bar::-webkit-scrollbar { display:none; }
#tg-374-wrapper .tg-374-topic-tab { display:inline-flex; align-items:center; gap:5px; padding:8px 10px; font-size:.72rem; font-weight:700; color:rgba(255,255,255,.35); white-space:nowrap; border-bottom:2px solid transparent; transition:all .18s; flex-shrink:0; }
#tg-374-wrapper .tg-374-topic-tab--active { color:var(--lim-300); border-bottom-color:var(--lim-400); }
#tg-374-wrapper .tg-374-topic-tab span[aria-hidden] { font-size:1rem; }

/* 주제 목록 (목록 레이아웃) */
#tg-374-wrapper .tg-374-topic-list { display:flex; flex-direction:column; }
#tg-374-wrapper .tg-374-topic-list-item { display:flex; align-items:center; gap:10px; padding:10px 12px; border-bottom:1px solid rgba(255,255,255,.05); cursor:pointer; transition:background .15s; }
#tg-374-wrapper .tg-374-topic-list-item:hover, #tg-374-wrapper .tg-374-topic-list-item--active { background:rgba(132,204,22,.07); }
#tg-374-wrapper .tg-374-topic-list-item__emoji { font-size:1.2rem; flex-shrink:0; }
#tg-374-wrapper .tg-374-topic-list-item__name { font-size:.8rem; font-weight:700; color:rgba(255,255,255,.7); flex:1; }
#tg-374-wrapper .tg-374-topic-list-item__cnt  { font-size:.6rem; color:rgba(255,255,255,.25); }

/* 주제 콘텐츠 영역 */
#tg-374-wrapper .tg-374-topic-content { min-height:90px; max-height:130px; overflow-y:auto; padding:8px 12px; display:flex; flex-direction:column; gap:5px; }
#tg-374-wrapper .tg-374-topic-msg { font-size:.73rem; padding:6px 10px; border-radius:10px; max-width:80%; line-height:1.55; animation:tg374FadeIn .2s ease; }
#tg-374-wrapper .tg-374-topic-msg--l { background:rgba(255,255,255,.06); color:rgba(255,255,255,.75); align-self:flex-start; border-radius:2px 10px 10px 10px; }
#tg-374-wrapper .tg-374-topic-msg--r { background:rgba(132,204,22,.15); color:rgba(255,255,255,.85); align-self:flex-end; border-radius:10px 2px 10px 10px; }
#tg-374-wrapper .tg-374-topic-empty { font-size:.72rem; color:rgba(255,255,255,.2); text-align:center; padding:16px 0; align-self:center; }

/* 새 주제 추가 폼 */
#tg-374-wrapper .tg-374-add-form { background:rgba(132,204,22,.06); border:1px solid rgba(132,204,22,.18); border-radius:10px; padding:12px 14px; margin-top:8px; animation:tg374FadeIn .25s ease; }
#tg-374-wrapper .tg-374-add-form__label { font-size:.72rem; font-weight:800; color:rgba(255,255,255,.35); display:flex; align-items:center; gap:6px; margin-bottom:8px !important; }
#tg-374-wrapper .tg-374-add-form__label .material-symbols-outlined { font-size:.85rem; color:var(--lim-400); }
#tg-374-wrapper .tg-374-add-form__row { display:flex; gap:6px; }
#tg-374-wrapper .tg-374-add-input { flex:1; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.1); border-radius:8px; padding:8px 12px; font-size:.82rem; color:#fff; }
#tg-374-wrapper .tg-374-add-input::placeholder { color:rgba(255,255,255,.2); }
#tg-374-wrapper .tg-374-add-input:focus { border-color:rgba(132,204,22,.35); outline:none; }
#tg-374-wrapper .tg-374-add-confirm { width:34px; height:34px; border-radius:8px; flex-shrink:0; background:var(--lim-500); color:#fff; font-size:1rem; display:flex; align-items:center; justify-content:center; transition:background .18s; }
#tg-374-wrapper .tg-374-add-confirm:hover { background:var(--lim-600); }
#tg-374-wrapper .tg-374-add-cancel  { width:34px; height:34px; border-radius:8px; flex-shrink:0; background:rgba(255,255,255,.07); color:rgba(255,255,255,.4); font-size:1rem; display:flex; align-items:center; justify-content:center; transition:background .18s; }
#tg-374-wrapper .tg-374-add-cancel:hover { background:rgba(255,255,255,.12); }

/* 기기별 탭 */
#tg-374-wrapper .tg-374-tabs { display:flex; gap:6px; background:var(--sl-100); border-radius:var(--radius-sm); padding:5px; margin-bottom:22px; flex-wrap:wrap; }
#tg-374-wrapper .tg-374-tab-btn { flex:1; min-width:72px; display:flex; align-items:center; justify-content:center; gap:6px; padding:11px 10px; border-radius:7px; font-size:var(--fs-sm); font-weight:600; color:var(--sl-500); transition:background .2s, color .2s; }
#tg-374-wrapper .tg-374-tab-btn .material-symbols-outlined { font-size:1.1rem; }
#tg-374-wrapper .tg-374-tab-btn--active { background:#fff; color:var(--lim-700); box-shadow:0 2px 8px rgba(0,0,0,.08); font-weight:800; }
#tg-374-wrapper .tg-374-tab-panel { display:none; text-align:left; animation:tg374FadeIn .3s ease; }
#tg-374-wrapper .tg-374-tab-panel--active { display:block; }
#tg-374-wrapper .tg-374-tab-panel__head { display:flex; align-items:center; gap:14px; margin-bottom:20px; padding-bottom:14px; border-bottom:1px solid var(--sl-100); }
#tg-374-wrapper .tg-374-tab-panel__icon { width:50px; height:50px; border-radius:14px; display:flex; align-items:center; justify-content:center; font-size:1.6rem; color:#fff; flex-shrink:0; }
#tg-374-wrapper .tg-374-tab-panel__icon--pc  { background:linear-gradient(135deg, var(--lim-500), var(--lim-700)); }
#tg-374-wrapper .tg-374-tab-panel__icon--ios { background:linear-gradient(135deg, #555, #111); }
#tg-374-wrapper .tg-374-tab-panel__icon--and { background:linear-gradient(135deg, #3ddc84, #00ac47); }
#tg-374-wrapper .tg-374-tab-panel__name { font-size:var(--fs-lg); font-weight:800; color:var(--sl-900); margin-bottom:4px; }
#tg-374-wrapper .tg-374-tab-panel__sub  { font-size:var(--fs-sm); color:var(--sl-500); margin-bottom:0 !important; }
#tg-374-wrapper .tg-374-steps { display:flex; flex-direction:column; gap:12px; counter-reset:steps; }
#tg-374-wrapper .tg-374-steps li { counter-increment:steps; display:flex; align-items:flex-start; gap:12px; font-size:var(--fs-base); color:var(--text-sub); line-height:1.75; }
#tg-374-wrapper .tg-374-steps li::before { content:counter(steps); min-width:28px; height:28px; flex-shrink:0; margin-top:2px; background:linear-gradient(135deg, var(--lim-500), var(--lim-700)); color:#fff; font-size:.8rem; font-weight:900; border-radius:50%; display:flex; align-items:center; justify-content:center; }
#tg-374-wrapper .tg-374-steps li strong { color:var(--sl-800); }
#tg-374-wrapper .tg-374-tip-box { display:flex; align-items:flex-start; gap:12px; background:rgba(132,204,22,.06); border:1px solid rgba(132,204,22,.2); border-radius:var(--radius-sm); padding:14px 18px; margin-top:18px; font-size:var(--fs-sm); color:var(--text-sub); line-height:1.7; }
#tg-374-wrapper .tg-374-tip-box .material-symbols-outlined { font-size:1.2rem; color:var(--lim-500); flex-shrink:0; margin-top:2px; }

/* 결론 */
#tg-374-wrapper .tg-374-summary { background:linear-gradient(145deg, var(--dk-base), #0a1f0e 55%, var(--dk-base)); border:1px solid rgba(132,204,22,.12); border-radius:var(--radius-lg); padding:52px 32px; color:#fff; text-align:center; }
#tg-374-wrapper .tg-374-summary h2 { font-size:1.3rem; font-weight:900; display:flex; align-items:center; justify-content:center; gap:10px; margin-bottom:12px; color:#fff; }
#tg-374-wrapper .tg-374-summary h2 .material-symbols-outlined { color:var(--lim-300); font-size:1.5rem; }
#tg-374-wrapper .tg-374-summary > p { color:rgba(255,255,255,.55); margin-bottom:36px !important; }
#tg-374-wrapper .tg-374-summary__grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; max-width:560px; margin:0 auto; }
#tg-374-wrapper .tg-374-summary__item { background:rgba(255,255,255,.05); border:1px solid rgba(255,255,255,.1); border-radius:12px; padding:20px; display:flex; flex-direction:column; align-items:center; gap:10px; }
#tg-374-wrapper .tg-374-summary__item .material-symbols-outlined { font-size:1.8rem; color:var(--lim-300); }
#tg-374-wrapper .tg-374-summary__item p { font-size:.84rem; font-weight:700; color:rgba(255,255,255,.75); margin-bottom:0 !important; }
#tg-374-wrapper .tg-374-footer-cta { margin-top:44px; border-top:1px solid rgba(255,255,255,.07); padding-top:28px; }
#tg-374-wrapper .tg-374-footer-cta p { font-size:var(--fs-sm); color:rgba(255,255,255,.4); margin-bottom:20px !important; }
#tg-374-wrapper .tg-374-cta-btn { display:inline-flex; align-items:center; gap:8px; background:linear-gradient(135deg, var(--lim-500), var(--lim-700)); color:#fff; font-size:1rem; font-weight:800; padding:15px 32px; border-radius:999px; box-shadow:var(--shadow-lim); transition:transform .2s; }
#tg-374-wrapper .tg-374-cta-btn:hover { transform:translateY(-3px); }
#tg-374-wrapper .tg-374-cta-btn .material-symbols-outlined { font-size:1.1rem; }

@keyframes tg374Float  { 0%,100%{opacity:0;transform:translateY(0) scale(.9);}50%{opacity:.52;transform:translateY(-14px) scale(1.12);} }
@keyframes tg374FadeIn { from{opacity:0;transform:translateY(6px);}to{opacity:1;transform:translateY(0);} }
@keyframes tg374PopIn  { from{opacity:0;transform:scale(.5);}to{opacity:1;transform:scale(1);} }

/* 반응형 */
@media (min-width:640px) { #tg-374-wrapper .tg-374-summary__grid { grid-template-columns:repeat(4,1fr); } #tg-374-wrapper .tg-374-benefit-row { grid-template-columns:repeat(4,1fr); } }
@media (min-width:900px) { #tg-374-wrapper .tg-374-hero { padding:80px 56px 90px; } #tg-374-wrapper .tg-374-section, #tg-374-wrapper .tg-374-intro { padding:52px 48px; } }
