/*
 * tips348/style.css  v1.0.0
 * 텔레그램 미니앱 홈 화면 바로가기 가이드
 * 테마: 스카이 블루 + 딥 다크 (앱·홈 화면·빠른 실행)
 * 그누보드5 완전 격리 | BEM | 모바일 퍼스트
 */

/* ─── 전체 리셋 ─── */
#tg-348-wrapper,
#tg-348-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-348-wrapper h1, #tg-348-wrapper h2 { font-size: inherit; font-weight: inherit; color: inherit; line-height: 1.35; }
#tg-348-wrapper strong { font-weight: 700; color: inherit; }
#tg-348-wrapper p { margin-bottom: 14px !important; line-height: 1.85 !important; }
#tg-348-wrapper p:last-child { margin-bottom: 0 !important; }
#tg-348-wrapper button { cursor: pointer; }
#tg-348-wrapper a { color: inherit; }
#tg-348-wrapper ol, #tg-348-wrapper ul { list-style: none; }
#tg-348-wrapper em { font-style: italic; }

/* ─── 디자인 토큰 ─── */
#tg-348-wrapper {
    --sky-100: #e0f2fe;
    --sky-200: #bae6fd;
    --sky-300: #7dd3fc;
    --sky-400: #38bdf8;
    --sky-500: #0ea5e9;
    --sky-600: #0284c7;
    --sky-700: #0369a1;
    --grn-300: #86efac;
    --grn-400: #4ade80;
    --grn-500: #22c55e;
    --amb-300: #fcd34d;
    --amb-500: #f59e0b;
    --red-400: #f87171;
    --dk-base: #020b18;
    --dk-card: #051227;
    --sl-50:   #f8fafc;
    --sl-100:  #f1f5f9;
    --sl-200:  #e2e8f0;
    --sl-400:  #94a3b8;
    --sl-500:  #64748b;
    --sl-700:  #334155;
    --sl-800:  #1e293b;
    --sl-900:  #0f172a;
    --text-main: #1e293b;
    --text-sub:  #475569;
    --radius-sm: 10px;
    --radius-md: 18px;
    --radius-lg: 24px;
    --shadow-sm:  0 4px 14px rgba(0,0,0,.06);
    --shadow-sky: 0 4px 20px rgba(14,165,233,.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(--text-main); line-height: 1.7;
    max-width: 1100px; margin: 0 auto; width: 100%;
}

/* Material Symbols */
#tg-348-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-348-wrapper .tg-348-motion { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
#tg-348-wrapper .tg-348-motion.is-visible { opacity: 1; transform: translateY(0); }

/* ═════════════════════════════════════════
   히어로
═════════════════════════════════════════ */
#tg-348-wrapper .tg-348-hero {
    position: relative; background: var(--dk-base);
    border-radius: var(--radius-lg); padding: 64px 28px 72px;
    text-align: center; overflow: hidden;
}
#tg-348-wrapper .tg-348-hero__bg {
    position: absolute; inset: 0; pointer-events: none;
    background:
        radial-gradient(ellipse 65% 50% at 28% 38%, rgba(14,165,233,.2) 0%, transparent 55%),
        radial-gradient(ellipse 50% 44% at 78% 65%, rgba(34,197,94,.12) 0%, transparent 52%);
}
#tg-348-wrapper .tg-348-hero__floats { position: absolute; inset: 0; overflow: hidden; pointer-events: none; }
#tg-348-wrapper .tg-348-float {
    position: absolute; font-size: 1.7rem; opacity: 0;
    animation: tg348Float ease-in-out infinite;
}
#tg-348-wrapper .tg-348-float--1 { top: 14%; left: 4%;   animation-duration: 5.5s; animation-delay: 0s; }
#tg-348-wrapper .tg-348-float--2 { top: 24%; right: 5%;  animation-duration: 4.5s; animation-delay: -2s; }
#tg-348-wrapper .tg-348-float--3 { bottom: 28%; left:6%; animation-duration: 6s;   animation-delay: -1s; font-size: 1.4rem; }
#tg-348-wrapper .tg-348-float--4 { bottom: 20%; right:8%;animation-duration: 5s;   animation-delay: -1.8s; }
@keyframes tg348Float {
    0%,100% { opacity: 0; transform: translateY(0) scale(.9); }
    50%      { opacity: .52; transform: translateY(-14px) scale(1.1); }
}

#tg-348-wrapper .tg-348-hero__inner { position: relative; z-index: 1; max-width: 700px; margin: 0 auto; }
#tg-348-wrapper .tg-348-hero__badge {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(14,165,233,.15); border: 1px solid rgba(14,165,233,.35);
    color: var(--sky-300); font-size: .85rem; font-weight: 700;
    padding: 6px 18px; border-radius: 999px; margin-bottom: 22px !important;
}
#tg-348-wrapper .tg-348-hero__badge .material-symbols-outlined { font-size: 1.1rem; }
#tg-348-wrapper .tg-348-hero__title {
    font-size: clamp(1.65rem, 4.5vw, 2.4rem); font-weight: 900;
    color: #fff; line-height: 1.3; letter-spacing: -.02em; margin-bottom: 16px;
}
#tg-348-wrapper .tg-348-hero__title em {
    font-style: normal; color: var(--sky-300);
    text-shadow: 0 0 28px rgba(14,165,233,.5);
}
#tg-348-wrapper .tg-348-hero__subtitle {
    color: rgba(255,255,255,.68); line-height: 1.8;
    max-width: 560px; margin: 0 auto 28px !important;
}
#tg-348-wrapper .tg-348-hero__chips { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
#tg-348-wrapper .tg-348-hero__chip {
    display: inline-flex; align-items: center; gap: 6px;
    background: rgba(14,165,233,.15); border: 1px solid rgba(14,165,233,.3);
    color: var(--sky-300); font-size: .85rem; font-weight: 800;
    padding: 8px 18px; border-radius: 999px;
}
#tg-348-wrapper .tg-348-hero__chip .material-symbols-outlined { font-size: 1rem; }
#tg-348-wrapper .tg-348-hero__chip--green { background: rgba(34,197,94,.12); border-color: rgba(34,197,94,.28); color: var(--grn-300); }
#tg-348-wrapper .tg-348-hero__chip--amber { background: rgba(245,158,11,.12); border-color: rgba(245,158,11,.28); color: var(--amb-300); }

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

/* 도입부 */
#tg-348-wrapper .tg-348-intro {
    background: #fff; border: 1px solid var(--sl-200); border-top: 4px solid var(--sky-500);
    border-radius: var(--radius-md); padding: 36px 28px; text-align: center; box-shadow: var(--shadow-sm);
}
#tg-348-wrapper .tg-348-intro__icon { font-size: 2.4rem; color: var(--sky-600); margin-bottom: 14px; }
#tg-348-wrapper .tg-348-intro__icon .material-symbols-outlined { font-size: 2.4rem; }
#tg-348-wrapper .tg-348-intro__title { font-size: clamp(1.1rem, 2.8vw, 1.35rem); font-weight: 800; color: var(--sl-900); margin-bottom: 14px; letter-spacing: -.01em; }
#tg-348-wrapper .tg-348-intro p { color: var(--text-sub); max-width: 700px; margin-left: auto; margin-right: auto; }
#tg-348-wrapper .tg-348-intro__benefits {
    display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; margin-top: 20px;
}
#tg-348-wrapper .tg-348-intro__benefit {
    display: flex; align-items: center; gap: 7px;
    background: rgba(14,165,233,.07); border: 1px solid rgba(14,165,233,.18);
    color: var(--sky-700); font-size: .88rem; font-weight: 700;
    padding: 8px 16px; border-radius: 999px;
}
#tg-348-wrapper .tg-348-intro__benefit .material-symbols-outlined { font-size: 1.1rem; color: var(--sky-500); }

/* 공통 섹션 */
#tg-348-wrapper .tg-348-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-348-wrapper .tg-348-section--dark { background: var(--dk-base); border-color: rgba(14,165,233,.15); }
#tg-348-wrapper .tg-348-section__label {
    display: inline-flex; align-items: center; gap: 7px;
    background: var(--sl-100); color: var(--sl-700);
    font-size: .88rem; font-weight: 700; letter-spacing: .03em;
    padding: 7px 20px; border-radius: 999px; margin-bottom: 22px;
}
#tg-348-wrapper .tg-348-section__label--dark { background: rgba(255,255,255,.16); color: #fff; border: 1px solid rgba(255,255,255,.32); }
#tg-348-wrapper .tg-348-section__label--sky { background: rgba(14,165,233,.08); color: var(--sky-700); }
#tg-348-wrapper .tg-348-section__label .material-symbols-outlined { font-size: 1.1rem; }
#tg-348-wrapper .tg-348-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-348-wrapper .tg-348-section__title--light { color: #fff !important; text-shadow: 0 2px 12px rgba(0,0,0,.5); }
#tg-348-wrapper .tg-348-section__title .material-symbols-outlined { font-size: 1.5rem; color: var(--sky-500); }
#tg-348-wrapper .tg-348-section > p, #tg-348-wrapper .tg-348-section__desc--light { max-width: 680px; margin-left: auto; margin-right: auto; }
#tg-348-wrapper .tg-348-section > p { color: var(--text-sub); }
#tg-348-wrapper .tg-348-section__desc--light { color: rgba(255,255,255,.88) !important; margin-bottom: 32px !important; }

/* ═════════════════════════════════════════
   데모: 미니앱 화면 + 홈 화면
═════════════════════════════════════════ */
#tg-348-wrapper .tg-348-demo { display: flex; flex-direction: column; align-items: center; gap: 24px; }

/* 미니앱 선택 패널 */
#tg-348-wrapper .tg-348-miniapp-screen {
    width: 100%; max-width: 280px;
    background: #0a1628; border: 1px solid rgba(14,165,233,.2);
    border-radius: 18px;
    /* overflow:hidden 제거 → 드롭다운이 부모에 의해 잘리지 않도록 */
    box-shadow: 0 20px 50px rgba(0,0,0,.5);
    position: relative; /* 드롭다운 기준점 */
}
#tg-348-wrapper .tg-348-miniapp-screen__nav {
    display: flex; background: #051227;
    border-bottom: 1px solid rgba(14,165,233,.12);
    /* 상단 모서리만 둥글게 → 부모 overflow 제거 보완 */
    border-radius: 17px 17px 0 0;
}
#tg-348-wrapper .tg-348-snav-btn {
    flex: 1; padding: 10px 4px;
    font-size: .7rem; font-weight: 700; color: rgba(255,255,255,.38);
    border-bottom: 2px solid transparent; transition: color .2s, border-color .2s;
}
#tg-348-wrapper .tg-348-snav-btn--active { color: var(--sky-300); border-color: var(--sky-400); }

/* 앱 미리보기 */
#tg-348-wrapper .tg-348-app-preview {
    padding: 20px 16px 16px; display: flex; flex-direction: column; align-items: center; gap: 8px; position: relative;
}
#tg-348-wrapper .tg-348-app-preview__icon { font-size: 3rem; line-height: 1; }
#tg-348-wrapper .tg-348-app-preview__name { font-size: 1rem; font-weight: 900; color: #fff; margin-bottom: 0 !important; }
#tg-348-wrapper .tg-348-app-preview__desc { font-size: .72rem; color: rgba(255,255,255,.45); text-align: center; margin-bottom: 6px !important; }

/* 더보기 버튼 + 드롭다운 */
#tg-348-wrapper .tg-348-more-btn {
    display: flex; align-items: center; gap: 6px;
    background: rgba(14,165,233,.12); border: 1px solid rgba(14,165,233,.25);
    color: var(--sky-300); font-size: .78rem; font-weight: 800;
    padding: 8px 16px; border-radius: 8px;
    transition: background .2s;
}
#tg-348-wrapper .tg-348-more-btn:hover { background: rgba(14,165,233,.2); }
#tg-348-wrapper .tg-348-more-btn .material-symbols-outlined { font-size: 1rem; }
#tg-348-wrapper .tg-348-dropdown {
    /* 위쪽으로 열리도록 변경 → 아래 홈화면과 겹치지 않고 항상 보임 */
    position: absolute; bottom: calc(100% + 8px); left: 50%; transform: translateX(-50%);
    background: #0e2040; border: 1px solid rgba(14,165,233,.25);
    border-radius: 12px; padding: 5px; min-width: 200px; z-index: 100;
    box-shadow: 0 -4px 24px rgba(0,0,0,.5); animation: tg348FadeIn .2s ease;
}
#tg-348-wrapper .tg-348-dropdown__item {
    display: flex; align-items: center; gap: 9px; width: 100%;
    padding: 10px 12px; border-radius: 8px;
    font-size: .8rem; font-weight: 600; color: rgba(255,255,255,.75);
    transition: background .18s;
}
#tg-348-wrapper .tg-348-dropdown__item:hover { background: rgba(255,255,255,.06); }
#tg-348-wrapper .tg-348-dropdown__item--add { color: var(--sky-300); font-weight: 800; }
#tg-348-wrapper .tg-348-dropdown__item .material-symbols-outlined { font-size: 1.1rem; }

/* ─── 홈 화면 시뮬레이터 ─── */
#tg-348-wrapper .tg-348-home-screen {
    width: 100%; max-width: 240px; position: relative;
    background: linear-gradient(160deg, #0d1b3e 0%, #1a2a5e 40%, #0d3060 100%);
    border-radius: 24px; overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,.5), 0 0 0 2px rgba(255,255,255,.08);
    padding-bottom: 12px; min-height: 380px;
    display: flex; flex-direction: column;
}
#tg-348-wrapper .tg-348-home-screen__statusbar {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 14px 2px;
    font-size: .65rem; font-weight: 800; color: #fff;
}
#tg-348-wrapper .tg-348-home-screen__icons { display: flex; gap: 4px; }
#tg-348-wrapper .tg-348-home-screen__icons .material-symbols-outlined { font-size: .75rem; }
#tg-348-wrapper .tg-348-home-screen__date { text-align: center; font-size: .7rem; color: rgba(255,255,255,.5); margin-bottom: 10px !important; }

/* 아이콘 그리드 */
#tg-348-wrapper .tg-348-icon-grid {
    display: grid; grid-template-columns: repeat(4, 1fr);
    gap: 10px; padding: 0 10px; flex: 1;
}
#tg-348-wrapper .tg-348-app-icon {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    animation: tg348FadeIn .3s ease;
}
#tg-348-wrapper .tg-348-app-icon__bg {
    width: 44px; height: 44px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-size: 1.3rem;
}
#tg-348-wrapper .tg-348-app-icon__bg--telegram { background: linear-gradient(135deg, #2AABEE, #1a7ab5); }
#tg-348-wrapper .tg-348-app-icon__bg--chrome   { background: linear-gradient(135deg, #4285F4, #34A853); }
#tg-348-wrapper .tg-348-app-icon__bg--camera   { background: linear-gradient(135deg, #555, #222); }
#tg-348-wrapper .tg-348-app-icon__bg--maps     { background: linear-gradient(135deg, #34A853, #0F9D58); }
/* 미니앱 추가 아이콘 배경 */
#tg-348-wrapper .tg-348-app-icon__bg--catizen  { background: linear-gradient(135deg, #f59e0b, #d97706); }
#tg-348-wrapper .tg-348-app-icon__bg--wallet   { background: linear-gradient(135deg, #10b981, #047857); }
#tg-348-wrapper .tg-348-app-icon__bg--schedule { background: linear-gradient(135deg, #6366f1, #4338ca); }

#tg-348-wrapper .tg-348-app-icon__label { font-size: .52rem; color: #fff; text-align: center; line-height: 1.2; max-width: 46px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#tg-348-wrapper .tg-348-app-icon--new .tg-348-app-icon__bg { box-shadow: 0 0 14px 3px rgba(14,165,233,.4); }

/* 독 */
#tg-348-wrapper .tg-348-dock {
    display: flex; justify-content: space-around; align-items: center;
    background: rgba(255,255,255,.12); backdrop-filter: blur(6px);
    border-radius: 20px; margin: 10px 10px 0;
    padding: 8px 4px;
}
#tg-348-wrapper .tg-348-dock__icon {
    width: 40px; height: 40px; border-radius: 11px;
    background: rgba(255,255,255,.15);
    display: flex; align-items: center; justify-content: center;
    color: rgba(255,255,255,.8); font-size: 1.2rem;
}

/* 토스트 알림 */
#tg-348-wrapper .tg-348-toast {
    position: absolute; bottom: 60px; left: 50%; transform: translateX(-50%);
    display: flex; align-items: center; gap: 7px; white-space: nowrap;
    background: rgba(14,165,233,.9); backdrop-filter: blur(6px);
    color: #fff; font-size: .72rem; font-weight: 800;
    padding: 8px 14px; border-radius: 999px;
    box-shadow: 0 4px 16px rgba(0,0,0,.4);
    animation: tg348FadeIn .3s ease;
}
#tg-348-wrapper .tg-348-toast .material-symbols-outlined { font-size: 1rem; }

/* ═════════════════════════════════════════
   탭 가이드
═════════════════════════════════════════ */
#tg-348-wrapper .tg-348-tabs {
    display: flex; gap: 6px; background: var(--sl-100); border-radius: var(--radius-sm);
    padding: 5px; margin-bottom: 22px; flex-wrap: wrap;
}
#tg-348-wrapper .tg-348-tab-btn {
    flex: 1; min-width: 80px;
    display: flex; align-items: center; justify-content: center; gap: 6px;
    padding: 11px 12px; border-radius: 7px;
    font-size: var(--fs-sm); font-weight: 600; color: var(--sl-500);
    transition: background .2s, color .2s;
}
#tg-348-wrapper .tg-348-tab-btn .material-symbols-outlined { font-size: 1.1rem; }
#tg-348-wrapper .tg-348-tab-btn--active { background: #fff; color: var(--sky-700); box-shadow: 0 2px 8px rgba(0,0,0,.08); font-weight: 800; }
#tg-348-wrapper .tg-348-tab-panel { display: none; text-align: left; animation: tg348FadeIn .3s ease; }
#tg-348-wrapper .tg-348-tab-panel--active { display: block; }
#tg-348-wrapper .tg-348-tab-panel__head {
    display: flex; align-items: center; gap: 14px;
    margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid var(--sl-100);
}
#tg-348-wrapper .tg-348-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-348-wrapper .tg-348-tab-panel__icon--pc      { background: linear-gradient(135deg, var(--sky-500), var(--sky-700)); }
#tg-348-wrapper .tg-348-tab-panel__icon--android { background: linear-gradient(135deg, #3ddc84, #00ac47); }
#tg-348-wrapper .tg-348-tab-panel__icon--ios      { background: linear-gradient(135deg, #555, #111); }
#tg-348-wrapper .tg-348-tab-panel__name { font-size: var(--fs-lg); font-weight: 800; color: var(--sl-900); margin-bottom: 4px; }
#tg-348-wrapper .tg-348-tab-panel__sub  { font-size: var(--fs-sm); color: var(--sl-500); margin-bottom: 0 !important; }

#tg-348-wrapper .tg-348-steps { display: flex; flex-direction: column; gap: 13px; counter-reset: tg348step; }
#tg-348-wrapper .tg-348-steps li {
    counter-increment: tg348step;
    display: flex; align-items: flex-start; gap: 13px;
    font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-348-wrapper .tg-348-steps li::before {
    content: counter(tg348step);
    min-width: 28px; height: 28px;
    display: flex; align-items: center; justify-content: center;
    background: linear-gradient(135deg, var(--sky-500), var(--sky-700));
    color: #fff; font-size: .8rem; font-weight: 900; border-radius: 50%;
    flex-shrink: 0; margin-top: 2px;
}
#tg-348-wrapper .tg-348-steps li strong { color: var(--sl-800); }
#tg-348-wrapper .tg-348-tip-box {
    display: flex; align-items: flex-start; gap: 12px;
    background: rgba(14,165,233,.06); border: 1px solid rgba(14,165,233,.18);
    border-radius: var(--radius-sm); padding: 16px 18px;
    margin-top: 18px; font-size: var(--fs-base); color: var(--text-sub); line-height: 1.75;
}
#tg-348-wrapper .tg-348-tip-box .material-symbols-outlined { font-size: 1.3rem; color: var(--sky-500); flex-shrink: 0; margin-top: 2px; }

/* PC 팁 배너 & 목록 */
#tg-348-wrapper .tg-348-pc-tip-banner {
    display: flex; align-items: flex-start; gap: 12px;
    background: rgba(14,165,233,.06); border: 1px solid rgba(14,165,233,.15);
    border-radius: var(--radius-sm); padding: 14px 16px; margin-bottom: 20px;
    font-size: var(--fs-sm); color: var(--text-sub); line-height: 1.75;
}
#tg-348-wrapper .tg-348-pc-tip-banner .material-symbols-outlined { font-size: 1.2rem; color: var(--sky-500); flex-shrink: 0; margin-top: 2px; }
#tg-348-wrapper .tg-348-pc-tips { display: flex; flex-direction: column; gap: 14px; }
#tg-348-wrapper .tg-348-pc-tip-item {
    display: flex; align-items: flex-start; gap: 14px;
    background: var(--sl-50); border: 1px solid var(--sl-200); border-radius: var(--radius-sm);
    padding: 18px;
}
#tg-348-wrapper .tg-348-pc-tip-item__icon {
    width: 42px; height: 42px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 1.3rem; color: #fff; flex-shrink: 0;
}
#tg-348-wrapper .tg-348-pc-tip-item__icon--pin    { background: linear-gradient(135deg, var(--sky-500), var(--sky-700)); }
#tg-348-wrapper .tg-348-pc-tip-item__icon--folder { background: linear-gradient(135deg, #6366f1, #4338ca); }
#tg-348-wrapper .tg-348-pc-tip-item__title { font-size: var(--fs-base); font-weight: 800; color: var(--sl-900); margin-bottom: 6px; }
#tg-348-wrapper .tg-348-pc-tip-item__desc { font-size: var(--fs-sm); color: var(--text-sub); line-height: 1.8; margin-bottom: 0 !important; }

@keyframes tg348FadeIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }

/* ═════════════════════════════════════════
   반응형
═════════════════════════════════════════ */
@media (min-width: 768px) { #tg-348-wrapper .tg-348-demo { flex-direction: row; align-items: flex-start; justify-content: center; gap: 32px; } }
@media (min-width: 900px) {
    #tg-348-wrapper .tg-348-hero   { padding: 80px 56px 90px; }
    #tg-348-wrapper .tg-348-section, #tg-348-wrapper .tg-348-intro { padding: 52px 48px; }
}
