:root {
    /* Colors */
    --primary: #1d4ed8;
    --primary-light: #60a5fa;
    --secondary: #8b5cf6;
    --secondary-light: #c084fc;
    --accent: #f59e0b;
    --accent-light: #fbbf24;
    --white: #ffffff;
    --gray-light: #f9fafb;
    --gray-mid: #f3f4f6;
    --gray-dark: #1f2937;
    --black: #0a0a0a;

    /* Typography */
    --font-sans: 'Pretendard', 'Inter', system-ui, -apple-system, sans-serif;

    /* Transitions */
    --transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);

    /* Footer Assets */
    --phone-number: url("https://img.ozmailer.com/ozmailer/inc/phone_number.png");
    --bg-link-gray: url("https://img.ozmailer.com/ozmailer/inc/link_gray.png");
    --sns: url("https://img.ozmailer.com/ozmailer/inc/sns.png");
    --cert-nice: url("https://img.ozmailer.com/ozmailer/inc/certification_nice.png");
    --cert-cleanspam: url("https://img.ozmailer.com/ozmailer/inc/certification_cleanspam.png");
    --cert-sectigo: url("https://img.ozmailer.com/ozmailer/inc/certification_sectigo.png");
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-sans);
    background-color: var(--white);
    color: var(--gray-dark);
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
    line-height: 1.1;
    font-weight: 900;
    letter-spacing: -0.02em;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
}

.container {
    width: 100%;
    max-width: 1148px !important;
    margin: 0 auto;
    padding: 0 1.5rem;
}

/* Utilities */
.text-gradient {
    background: linear-gradient(to right, var(--primary), var(--secondary));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.bg-grainy {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E");
    opacity: 0.03;
    pointer-events: none;
    position: absolute;
    inset: 0;
}

/* Animations */
@keyframes float {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    33% {
        transform: translate(10px, -10px) rotate(2deg);
    }

    66% {
        transform: translate(-10px, 10px) rotate(-2deg);
    }

    100% {
        transform: translate(0, 0) rotate(0deg);
    }
}

@keyframes glow {
    0% {
        opacity: 0.5;
        filter: blur(40px);
    }

    50% {
        opacity: 0.8;
        filter: blur(60px);
    }

    100% {
        opacity: 0.5;
        filter: blur(40px);
    }
}

.animate-float {
    animation: float 10s ease-in-out infinite;
}

/* index에 있던 내용 */
/* 왼쪽 상단 청록 삼각형 */
.hero-shape-1 {
    top: 200px;
    left: 20%;
    width: 26px;
    height: 26px;
    animation: float 12s ease-in-out infinite;
}

/* 상단 중앙 민트 삼각형 — 제거 */
.hero-shape-2 {
    display: none;
}

/* 오른쪽 상단 반원 */
.hero-shape-3 {
    top: 240px;
    right: 15%;
    width: 32px;
    height: 32px;
    animation: float 18s ease-in-out infinite;
}

/* 오른쪽 하단 초록 원 */
.hero-shape-6 {
    top: 650px !important;
    right: 12%;
    width: 14px;
    height: 14px;
    animation: float 20s ease-in-out infinite;
    opacity: 0.9;
}

/* 왼쪽 하단 다이아몬드 */
.hero-shape-diamond {
    top: 600px !important;
    left: 10%;
    width: 26px;
    height: 26px;
    animation: float 14s ease-in-out infinite;
    opacity: 0.9;
}

/* [신규] 300px 아래 오렌지 삼각형 */
.hero-shape-new-1 {
    top: 1000px !important;
    right: 3% !important;
    width: 28px;
    height: 28px;
    animation: float 16s ease-in-out infinite reverse;
    opacity: 0.7;
}

/* 전역 쉐이프 기반 공통 스타일 */
.hero-shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

/* === HERO SHOWCASE ANIMATIONS (hero_static port, light mode) === */
.hero-showcase-new {
    width: 100%;
    padding-bottom: 3rem;
    margin-top: 0;
}

/* Step 1: Row moves down, Logo moves up */
@keyframes d-step1-row-move {

    0%,
    20% {
        transform: translateY(0);
    }

    35%,
    100% {
        transform: translateY(126px);
    }
}

@keyframes d-step1-logo-move {

    0%,
    20% {
        transform: translateY(0);
    }

    35%,
    100% {
        transform: translateY(-138px);
    }
}

/* Step 1 Cursor */
@keyframes d-step1-cursor-move {
    0% {
        /* \uc2dc\uc791: \ud654\uba74 \uc544\ub798 \uc5b4\ub518\uac00\uc5d0\uc11c \uc2dc\uc791 */
        transform: translate(448px, 340px) scale(1);
        opacity: 0;
    }

    8% {
        /* \ud30c\ub780 \ub4dc\ub798\uadf8 \ubc84\ud2bc \uc704\uce58\ub85c \uc774\ub3d9 \uc911 */
        transform: translate(448px, 340px) scale(1);
        opacity: 1;
    }

    18% {
        /* \ud30c\ub780 \ub4dc\ub798\uadf8 \ubc84\ud2bc \uc704\uc5d0 \ub3c4\ucc29 */
        transform: translate(448px, 200px) scale(1);
        opacity: 1;
    }

    20% {
        /* \ud074\ub9ad \ub204\ub984 (\uc2a4\ucf00\uc77c \uc904\uc5b4\ub4e6) \u2014 \ub85c\uace0 \ube14\ub85d \uc774\ub3d9 \uc2dc\uc791\uc810\uacfc \uc77c\uce58 */
        transform: translate(448px, 200px) scale(0.82);
        opacity: 1;
    }

    35% {
        /* \uc704\ub85c \ub4dc\ub798\uadf8 \uc644\ub8cc \u2014 \ub85c\uace0 \ube14\ub85d \uc774\ub3d9 \uc885\ub8cc\uc810\uacfc \uc77c\uce58 (-138px) */
        transform: translate(448px, 62px) scale(0.82);
        opacity: 1;
    }

    42% {
        /* \ub9b4\ub9ac\uc988 */
        transform: translate(448px, 62px) scale(1);
        opacity: 1;
    }

    52% {
        transform: translate(480px, 140px) scale(1);
        opacity: 0;
    }

    100% {
        transform: translate(480px, 140px) scale(1);
        opacity: 0;
    }
}

/* Move control bounce */
@keyframes d-move-control {

    0%,
    19% {
        transform: scale(1);
    }

    20%,
    42% {
        /* \ucee4\uc11c \ud074\ub9ad~\ub4dc\ub798\uadf8 \uad6c\uac04: \ube84\ub9ac\uba74 \ub204\ub978 \ub290\ub08c */
        transform: scale(0.85);
    }

    44%,
    100% {
        transform: scale(1);
    }
}

/* Step 2 cursor */
@keyframes d-step2-cursor {
    0% {
        transform: translate(calc(-50% + 150px), calc(-50% + 150px)) scale(1);
        opacity: 0;
    }

    20% {
        transform: translate(calc(-50% - 120px), calc(-50% + 0px)) scale(1);
        opacity: 1;
    }

    30% {
        transform: translate(calc(-50% - 120px), calc(-50% + 0px)) scale(0.8);
        opacity: 1;
    }

    40% {
        transform: translate(calc(-50% + 120px), calc(-50% + 0px)) scale(1);
        opacity: 1;
    }

    50% {
        transform: translate(calc(-50% + 120px), calc(-50% + 0px)) scale(0.8);
        opacity: 1;
    }

    80% {
        transform: translate(calc(-50% + 120px), calc(-50% + 0px)) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(calc(-50% + 150px), calc(-50% + 150px)) scale(1);
        opacity: 0;
    }
}

/* Step 3: Laptop/Mobile slide in */
.d-step1-active .d-skeleton-row-anim {
    animation: d-step1-row-move 5s infinite ease-in-out;
}

.d-step1-active .d-logo-block-anim {
    animation: d-step1-logo-move 5s infinite ease-in-out;
}

.d-step1-active .d-move-control-anim {
    animation: d-move-control 5s infinite ease-in-out;
}

#d-cursor-step1.active {
    animation: d-step1-cursor-move 5s infinite ease-in-out;
}

.d-step2-active .d-step2-cursor-anim {
    animation: d-step2-cursor 3.5s ease-in-out forwards;
    animation-delay: 0.8s;
}

@keyframes d-flash-bg {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 0.15;
    }

    100% {
        opacity: 0;
    }
}

.d-flash-effect {
    animation: d-flash-bg 0.4s ease-out forwards;
}

/* Step 2 frozen: logo UP, row DOWN */
.d-step2-frozen .d-skeleton-row-anim {
    animation: none !important;
    transform: translateY(126px) !important;
    transition: transform 0.6s ease;
}

.d-step2-frozen .d-logo-block-anim {
    animation: none !important;
    transform: translateY(-138px) !important;
    transition: transform 0.6s ease;
}

/* Step 3: Global push — REMOVED (devices appear immediately) */
/* In-device large push banner */
.d-device-push-banner {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    z-index: 60;
    opacity: 0;
    gap: 0.6rem;
    padding: 1rem;
}

#d-visual-box {
    position: relative;
    background: transparent;
    border-radius: 0;
    height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    box-shadow: none;
    border: none;
    z-index: 5;
}

.d-step3-active .d-laptop-push-banner {
    animation: d-banner-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.3s forwards,
        d-banner-out 0.4s ease-in 1.8s forwards;
}

.d-step3-active .d-mobile-push-banner {
    animation: d-banner-in 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0.5s forwards,
        d-banner-out 0.4s ease-in 2.0s forwards;
}

@keyframes d-banner-in {
    0% {
        opacity: 0;
        transform: scale(0.9);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes d-banner-out {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(0.95);
        pointer-events: none;
    }
}

/* Newsletter reveal after banner gone */
.d-step3-active .d-skeleton-reveal {
    animation: d-content-fade-in 0.6s ease-out 2.2s forwards;
    opacity: 0;
}

@keyframes d-content-fade-in {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Step 3 laptop/mobile entrance — appear immediately */
.d-step3-active .d-laptop-graphic {
    transform: translate(-20px, 15px) scale(0.68);
    opacity: 1;
    pointer-events: auto;
}

.d-laptop-graphic {
    transform: translate(-20px, 15px) scale(0.68);
    opacity: 0;
    transition: opacity 0.4s ease 0s, transform 0.4s ease;
    pointer-events: none;
    z-index: 50;
}

.d-step3-active .d-mobile-graphic {
    transform: translate(145px, 50px) scale(0.68);
    opacity: 1;
    pointer-events: auto;
}

.d-mobile-graphic {
    transform: translate(145px, 50px) scale(0.68);
    opacity: 0;
    transition: opacity 0.4s ease 0.15s, transform 0.4s ease;
    pointer-events: none;
    z-index: 55;
}

/* Step 3 visual box cleanup to prevent ghosting */
.d-step3-active~#d-browser-window {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.d-step3-active~#d-step2-overlay {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

/* === HERO GRADIENT SOLID SURFACE BACKGROUND === */
/* === HERO GRADIENT SOLID SURFACE BACKGROUND (Hill Only) === */
.hero-hill-bg {
    position: absolute;
    top: 171px;
    height: clamp(500px, 80vw, 800px);
    /* 모바일에서는 높이를 줄여서 다음 섹션을 침범하지 않게 방어 */
    /* 다음 섹션과 자연스럽게 겹칠 정도만 침범 */
    bottom: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 150vw;
    z-index: 1;
    pointer-events: none;
    overflow: visible;
    /* 위로 볼록한(Convex) 아치형 언덕 곡률 복원 */
    background: radial-gradient(ellipse 50% 100% at 50% 100%,
            rgba(211, 192, 255, 0.75) 0%,
            rgba(195, 190, 255, 0.55) 50%,
            rgba(210, 238, 255, 0.35) 99%,
            rgba(255, 255, 255, 0) 100%);
    /* 하단 경계만 은은하게 처리 (Mask) */
    -webkit-mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
    mask-image: linear-gradient(to bottom, black 50%, transparent 100%);
}

/* === MASCOT IMAGES === */
.hero-mascot {
    position: absolute;
    bottom: 0;
    z-index: 8;
    transition: opacity 0.45s ease;
    /* 사라질 때는 opacity만 페이드아웃 */
    pointer-events: none;
    user-select: none;
}

.hero-mascot-lion {
    right: calc(50% + 210px);
    left: auto;
    bottom: 30px;
    width: 240px;
    opacity: 0;
    transform: translateY(0) scale(1);
    /* 기본가 제자리: 사라질 때 아래로 내려가지 않음 */
}

.hero-mascot-lion.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

.hero-mascot-tinman {
    left: calc(50% + 210px);
    right: auto;
    bottom: 30px;
    width: 210px;
    opacity: 0;
    transform: translateY(0) scale(1);
    /* 기본가 제자리: 사라질 때 아래로 내려가지 않음 */
}

.hero-mascot-tinman.visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Float animation for mascots — 상승 자체가 bounce처럼 능업 수행 */
@keyframes mascot-float {
    0% {
        transform: translateY(0) scale(1);
    }

    100% {
        transform: translateY(-12px) scale(1.01);
    }
}


/* 등장 bounce 키프레임 — JS에서 animation 클래스로 트리거 */
@keyframes mascot-enter {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.88);
    }

    60% {
        opacity: 1;
        transform: translateY(-6px) scale(1.03);
    }

    80% {
        transform: translateY(3px) scale(0.98);
    }

    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.hero-mascot-lion.entering {
    animation: mascot-enter 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.hero-mascot-tinman.entering {
    animation: mascot-enter 0.55s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.hero-mascot-lion.visible {
    animation: mascot-float 1.2s ease-out forwards;
}

.hero-mascot-tinman.visible {
    animation: mascot-float 1.2s ease-out forwards;
}

/* fade-out: 위로 올라간 자리에서 그대로 opacity만 일히어 사라짐 */
.hero-mascot-lion.fading,
.hero-mascot-tinman.fading {
    opacity: 0 !important;
    transform: translateY(-12px) scale(1.01);
    animation: none;
    /* mascot-float 정지 */
    transition: opacity 0.5s ease;
    /* 위치는 고정, opacity만 전환 */
}

/* Toast bubble - no tail */
#d-toast-bubble::after {
    display: none;
}

/* Showcase area relative container */
.hero-showcase-wrapper {
    position: relative;
}

/* 고해상도 모니터 대응: 히어로 섹션 및 쇼케이스 스케일 업 (비율 조정) */
@media (min-width: 1600px) {
    .hero {
        min-height: auto !important;
        padding-bottom: 3rem !important;
    }

    .hero-title {
        font-size: clamp(3rem, 4.5vw, 4rem) !important;
        margin-bottom: 1.5rem !important;
    }

    .hero-desc {
        font-size: 1.25rem !important;
        max-width: 700px !important;
        margin-bottom: 2rem !important;
    }

    .hero-showcase-new .max-w-4xl {
        transform: scale(1.12);
        /* 기존 1.25에서 축소 */
        transform-origin: top center;
        margin-bottom: 60px;
        z-index: 10 !important;
        /* 둥근 바닥(hill-bg)보다 위로 */
    }

    #templates {
        margin-top: -30px !important;
        /* 기존 -50px과 0 사이의 적절한 중첩 유지 */
    }
}

@media (min-width: 2200px) {
    .hero {
        padding-bottom: 6rem !important;
    }

    .hero-title {
        font-size: clamp(3.5rem, 5.5vw, 4.8rem) !important;
    }

    .hero-showcase-new .max-w-4xl {
        transform: scale(1.25);
        /* 기존 1.45에서 축소 */
        margin-bottom: 120px;
    }
}
/* ================================
   Top Notice Bar
================================ */
.top-notice-bar {
    background: #EFF6FF;
    height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #bfdbfe;
    font-size: 14px;
    position: relative;
    z-index: 1001;
    overflow: hidden;
}

.notice-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.notice-center-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.notice-badge {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    color: #1d6be2;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding: 3px 9px;
    border-radius: 6px;
    border: 1px solid #bfdbfe;
    white-space: nowrap;
    flex-shrink: 0;
}

.notice-content {
    color: #1e293b;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 750px;
}

.notice-content:hover {
    color: #1d6be2;
    text-decoration: underline;
}

.new-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ef4444;
    color: white;
    font-size: 9px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-weight: 900;
    margin-left: -4px;
    vertical-align: middle;
    line-height: 1;
}

.notice-date {
    color: #94a3b8;
    font-weight: 400;
    font-size: 13px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Navbar Adjustment */
.navbar {
    position: absolute;
    top: 48px;
    /* Notice Bar Height */
    left: 0;
    width: 100%;
    padding: 1.5rem 0;
    z-index: 1000;
    background: transparent;
    border-bottom: 1px solid transparent;
    box-shadow: 0 4px 20px transparent;
    transition: all 0.3s ease;
}

.navbar.scrolled {
    top: 0 !important;
}

@media (max-width: 768px) {
    .top-notice-bar {
        height: 40px;
        font-size: 12px;
    }

    .notice-center-wrap {
        gap: 8px;
    }

    .notice-badge {
        font-size: 10px;
        padding: 2px 8px;
    }

    .notice-content {
        max-width: 200px;
        font-size: 12px;
    }

    .notice-divider,
    .notice-date {
        display: none;
    }

    .navbar {
        top: 40px;
    }
}

/* White mode for subpages */
.navbar-white {
    background: var(--white);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.nav-links {
    display: flex;
    gap: 2.5rem;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: var(--black);
    text-decoration: none;
    font-weight: 800;
    font-size: 17px;
    transition: var(--transition);
}

.nav-links>li>a:hover {
    color: var(--primary);
}

/* Dropdown */
.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: var(--white);
    min-width: 200px;
    border-radius: 1rem;
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 0.5rem 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    list-style: none;
    z-index: 100;
}

.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.dropdown-menu li a {
    display: block;
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gray-dark);
}

.dropdown-menu li a:hover {
    background: var(--gray-light);
    color: var(--primary);
}

.nav-login {
    color: var(--gray-dark);
    font-weight: 800;
    font-size: 0.95rem;
    text-decoration: none;
    padding: 0.5rem 1rem;
    transition: var(--transition);
}

.nav-login:hover {
    color: var(--primary);
}

.nav-cta {
    padding: 0.75rem 1.5rem;
    background: var(--black);
    color: var(--white);
    border-radius: 99rem;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.95rem;
    transition: var(--transition);
}

.nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* ================================
   서브페이지 GNB (.navbar-sub)
================================ */
.navbar-sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 0;
    /* 상단 여백 */
    padding-bottom: 1.5rem;
    /* 하단 여백 동일하게 확보 */
    z-index: 100;
    background: transparent;
    transition: background-color 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

/* 서브 GNB 로고 흰색 처리 */
.navbar-sub .logo img {
    filter: brightness(0) invert(1);
}

/* 텍스트 흰색 */
.navbar-sub .nav-links a {
    color: var(--white);
}

.navbar-sub .nav-links>li>a:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* 드롭다운 내부는 흰 배경이므로 블랙 유지 */
.navbar-sub .dropdown-menu li a {
    color: var(--gray-dark);
}

.navbar-sub .dropdown-menu li a:hover {
    background: var(--gray-light);
    color: var(--primary);
}

/* 로그인 텍스트 흰색 */
.navbar-sub .nav-login {
    color: var(--white);
}

.navbar-sub .nav-login:hover {
    color: rgba(255, 255, 255, 0.7);
}

/* 가입 버튼: 흰색 배경 + 블랙 텍스트 */
.navbar-sub .nav-cta {
    background: var(--white);
    color: var(--black);
}

.navbar-sub .nav-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(255, 255, 255, 0.2);
}

/* ================================
   서브페이지 GNB 스크롤 후 상태
================================ */
.navbar.scrolled,
.navbar-sub.scrolled {
    position: fixed !important;
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.07) !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
}

.navbar.scrolled .logo img,
.navbar-sub.scrolled .logo img {
    filter: none;
    /* 로고 원본 컬러 복원 */
}

.navbar.scrolled .nav-links a,
.navbar-sub.scrolled .nav-links a {
    color: var(--black);
}

.navbar.scrolled .nav-links>li>a:hover,
.navbar-sub.scrolled .nav-links>li>a:hover {
    color: var(--primary);
}

.navbar.scrolled .nav-login,
.navbar-sub.scrolled .nav-login {
    color: var(--gray-dark);
}

.navbar.scrolled .nav-login:hover,
.navbar-sub.scrolled .nav-login:hover {
    color: var(--primary);
}

.navbar.scrolled .nav-cta,
.navbar-sub.scrolled .nav-cta {
    background: var(--black);
    color: var(--white);
}

.navbar.scrolled .nav-hamburger span,
.navbar-sub.scrolled .nav-hamburger span {
    background: var(--black);
}

/* Hero Section */
.hero {
    padding-top: calc(7.5rem + 40px);
    padding-bottom: 0 !important;
    overflow: visible;
    /* 그라데이션이 아래로 흐르도록 허용 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    background-color: transparent;
    min-height: 100dvh;
    /* 히어로 섹션 첫 화면 전체 표시 */
}

/* 히어로 + 템플릿 통합 래퍼 — 배경 레이어 완전 제거 */
.hero-template-wrapper {
    position: relative;
    background: #ffffff;
    /* 순수 화이트 고정 */
    overflow: visible;
    /* 자식 요소가 아래로 흐를 수 있도록 허용 */
}

.hero-shape {
    position: absolute;
    z-index: 1;
    pointer-events: none;
}

.hero-shape svg {
    width: 100%;
    height: 100%;
}

.hero-shape-1 {
    top: 20%;
    left: 20%;
    width: 20px;
    height: 20px;
    animation: float 12s ease-in-out infinite;
    opacity: 0.9;
}

.hero-shape-diamond {
    position: absolute;
    z-index: 1;
    pointer-events: none;
    top: 60%;
    left: 10%;
    width: 26px;
    /* 18px → 26px */
    height: 26px;
    /* 18px → 26px */
    animation: float 14s ease-in-out infinite;
    opacity: 0.9;
}

.hero-shape-2 {
    top: calc(10% + 30px);
    left: 45%;
    width: 24px;
    height: 24px;
    animation: float 15s ease-in-out infinite reverse;
    opacity: 0.9;
}

.hero-shape-3 {
    top: 40%;
    right: 25%;
    width: 50px;
    height: 50px;
    animation: float 18s ease-in-out infinite;
    opacity: 0.9;
}

.hero-content {
    position: relative;
    z-index: 20;
    max-width: 1100px;
    width: 100%;
}

.hero-title {
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    margin-bottom: 1.3rem;
    letter-spacing: -0.03em;
    font-weight: 900;
    line-height: 1.2;
}

.hero-desc {
    font-size: 1.2rem;
    color: var(--gray-dark);
    opacity: 0.7;
    margin-bottom: 1.5rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.hero-btns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2.5rem;
    /* 버튼~비주얼 40px 간격 */
    /* Lifted by ~20px */
}

.btn {
    padding: 1.25rem 2.5rem;
    border-radius: 99rem;
    font-weight: 800;
    text-decoration: none;
    transition: var(--transition);
    font-size: 1.1rem;
}

.btn-primary {
    background: #1D61E2;
    color: var(--white);
}

.btn-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
    background: var(--gray-mid);
    color: var(--black);
}

.btn-secondary:hover {
    background: #eee;
}

/* Hero Cards (OZ Style) */
.hero-cards {
    display: flex;
    gap: 2.5rem;
    width: 100%;
    max-width: 1280px;
    padding: 0 1.5rem;
    z-index: 10;
    position: relative;
    margin-top: calc(1.5rem + 30px);
    /* Lifted by 60px from previous 4rem, plus button lift */
    margin-bottom: 0;
}

.hero-card {
    --card-rotate: 0deg;
    flex: 1;
    position: relative;
    border-radius: 2rem;
    padding: 3rem 3rem 0;
    /* No bottom padding so mockups touch the bottom */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.4s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: left;
    overflow: hidden;
    height: 480px;
    border: none;
    transform: rotate(var(--card-rotate));
}

.hero-card:hover {
    transform: translateY(-30px) rotate(var(--card-rotate));
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
}

.card-blue {
    --card-rotate: -4deg;
    background: linear-gradient(115.78deg, #005dd4 -7.64%, #b8cbf8 104.5%);
}

.card-purple {
    --card-rotate: 4deg;
    background: linear-gradient(115.74deg, #fd8a15 -6.1%, #ffe6a7 101.85%);
}

/* Card Connecting Line */
.card-connector-line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 40px;
    z-index: 5;
    pointer-events: none;
}

.card-connector-line svg {
    width: 100%;
    height: 100%;
}

.connector-path {
    stroke: var(--gray-dark);
    stroke-width: 2;
    stroke-dasharray: 6 6;
    animation: slideDash 3s linear infinite reverse;
    opacity: 0.4;
}

@keyframes slideDash {
    to {
        stroke-dashoffset: 40px;
    }
}

/* Card Content Area */
.oz-card-content {
    margin-bottom: auto;
    position: relative;
    z-index: 10;
}

.oz-card-title {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: white;
    line-height: 1.25;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.oz-card-title .arrow {
    font-size: 1.25rem;
    opacity: 0;
    transform: translateX(-10px);
    transition: var(--transition);
}

.hero-card:hover .oz-card-title .arrow {
    opacity: 1;
    transform: translateX(0);
}

.oz-card-text {
    font-size: 1.1rem;
    color: white;
    opacity: 0.9;
    font-weight: 500;
    line-height: 1.6;
}

/* Update Badge */
.badge-update {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    padding: 0.4rem 1rem;
    border-radius: 99rem;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    z-index: 20;
}

/* Card Mockups */
.oz-mockup {
    background-color: #1b1b1b;
    /* Dark theme mockup */
    border-radius: 1rem 1rem 0 0;
    width: 100%;
    height: 200px;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.4s ease;
}

.hero-card:hover .oz-mockup {
    transform: translateY(-10px);
}

.mockup-header {
    background: rgba(255, 255, 255, 0.05);
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 6px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.mockup-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
}

.mockup-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.mockup-lines {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mockup-line {
    height: 12px;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.1);
}

.mockup-line.w-40 {
    width: 40%;
}

.mockup-line.w-60 {
    width: 60%;
}

.mockup-line.w-80 {
    width: 80%;
}

.mockup-line.w-100 {
    width: 100%;
}

.mockup-img {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 0.5rem;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}

/* SMS Mockup Details */
.sm-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1rem;
    padding: 1.5rem;
}

.sm-box {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 0.5rem;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.75rem;
}

.sm-value {
    color: white;
    font-size: 2rem;
    font-weight: 900;
}

/* Hero Transition Bottom */
/* Interactive Showcase Container */
.hero-showcase {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 4rem auto 0;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.showcase-bg-num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 400px;
    font-weight: 900;
    color: white;
    opacity: 0.03;
    pointer-events: none;
    z-index: 0;
    line-height: 1;
}

.showcase-visual-area {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    margin-bottom: 2rem;
}

.visual-container {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Browser Mockup */
.browser-mockup {
    width: 590px;
    height: 380px;
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.browser-header {
    height: 36px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 8px;
}

.header-dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot-red {
    background: #ff5f56;
}

.dot-yellow {
    background: #ffbd2e;
}

.dot-green {
    background: #27c93f;
}

.browser-address {
    flex: 1;
    max-width: 300px;
    height: 20px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    margin: 0 auto;
}

.browser-body {
    padding: 2rem;
    background: white;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
}

/* Image + Text Row Skeleton */
.skeleton-row {
    display: flex;
    width: 100%;
    max-width: 420px;
    gap: 1.5rem;
    align-items: center;
    padding: 1.25rem;
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
}

.skeleton-box {
    width: 140px;
    height: 90px;
    background: #f8fafc;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2e8f0;
}

.skeleton-lines {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.line {
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    width: 100%;
}

.line.short {
    width: 60%;
}

/* Mobile Mockup Overlay (Step 3) */
.mobile-mockup {
    width: 200px;
    height: 400px;
    background: white;
    border-radius: 2.5rem;
    border: 8px solid #1e293b;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0;
    z-index: 30;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    padding-top: 2rem;
}

/* Toast Message */
.showcase-toast {
    position: relative;
    background: white;
    padding: 1.25rem 2.5rem;
    border-radius: 1.25rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 2.5rem;
    z-index: 40;
}

.toast-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}

.toast-arrow {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
    background: white;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}

/* Step Pills */
.step-pills {
    display: flex;
    gap: 1rem;
    justify-content: center;
    z-index: 50;
}

.step-pill {
    padding: 0.75rem 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 99rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    color: #94a3b8;
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.step-pill i {
    opacity: 0.5;
}

.step-pill.active {
    background: #ffedd5;
    color: #c2410c;
    border-color: #fdba74;
}

.step-pill.active i {
    color: #f97316;
    opacity: 1;
}

.step-pill:hover:not(.active) {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: white;
}

/* Animations for Logo Block Move */
@keyframes logoMove {

    0%,
    20%,
    90%,
    100% {
        transform: translateY(0);
    }

    40%,
    70% {
        transform: translateY(-160px);
    }
}

@keyframes contentMove {

    0%,
    20%,
    90%,
    100% {
        transform: translateY(0);
    }

    40%,
    70% {
        transform: translateY(160px);
    }
}

/* Cursors */
.showcase-cursor {
    position: absolute;
    z-index: 60;
    pointer-events: none;
    transition: all 0.8s ease-in-out;
}

/* Aurora Background */
.hero-glow-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.3;
}

.glow-blue {
    top: 20%;
    left: 10%;
    width: 600px;
    height: 600px;
    background: #6366f1;
    animation: floating-aurora 15s infinite alternate;
}

.glow-cyan {
    bottom: 20%;
    right: 10%;
    width: 800px;
    height: 500px;
    background: #06b6d4;
    animation: floating-aurora 20s infinite alternate-reverse;
}

@keyframes floating-aurora {
    from {
        transform: translate(0, 0) scale(1);
    }

    to {
        transform: translate(50px, 40px) scale(1.1);
    }
}

/* ================================
   Mobile GNB Responsive
================================ */

/* 햄버거 버튼 - 기본 숨김 */
.nav-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    z-index: 200;
}

.nav-hamburger span {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--black);
    border-radius: 2px;
    transition: all 0.3s ease;
    transform-origin: center;
}

/* 햄버거 열렸을 때 X 모양 */
.nav-hamburger.open span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.nav-hamburger.open span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.nav-hamburger.open span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* 모바일 메뉴 오버레이 */
.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 150;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-nav-overlay.open {
    opacity: 1;
}

/* 모바일 메뉴 패널 */
.mobile-nav-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    max-width: 85vw;
    height: 100%;
    background: var(--white);
    z-index: 160;
    padding: 5rem 2rem 2rem;
    transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    overflow-y: auto;
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.1);
}

.mobile-nav-panel.open {
    right: 0;
}

.mobile-nav-panel ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-panel ul li {
    border-bottom: 1px solid var(--gray-light);
}

.mobile-nav-panel ul li a {
    display: block;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
    text-decoration: none;
    transition: color 0.2s;
}

.mobile-nav-panel ul li a:hover {
    color: var(--primary);
}

/* 모바일 드롭다운 */
.mobile-nav-panel .mobile-dropdown-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--black);
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
}

.mobile-nav-panel .mobile-dropdown-toggle i {
    transition: transform 0.3s;
    font-size: 0.8em;
    opacity: 0.5;
}

.mobile-nav-panel .mobile-dropdown-toggle.open i {
    transform: rotate(180deg);
}

.mobile-nav-panel .mobile-sub-menu {
    display: none;
    padding: 0 0 0.5rem 1rem;
}

.mobile-nav-panel .mobile-sub-menu.open {
    display: block;
}

.mobile-nav-panel .mobile-sub-menu li {
    border-bottom: none;
}

.mobile-nav-panel .mobile-sub-menu li a {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--gray-dark);
    padding: 0.6rem 0;
}

/* 모바일 액션 버튼 */
.mobile-nav-actions {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.mobile-nav-actions .mobile-login-btn {
    text-align: center;
    padding: 0.85rem;
    border: 2px solid var(--gray-light);
    border-radius: 99rem;
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--black);
    text-decoration: none;
    transition: all 0.2s;
}

.mobile-nav-actions .mobile-login-btn:hover {
    border-color: var(--primary);
    color: var(--primary);
}

.mobile-nav-actions .mobile-cta-btn {
    text-align: center;
    padding: 0.85rem;
    background: var(--black);
    border-radius: 99rem;
    font-weight: 800;
    font-size: 0.95rem;
    color: var(--white);
    text-decoration: none;
    transition: all 0.2s;
}

.mobile-nav-actions .mobile-cta-btn:hover {
    background: var(--primary);
}

/* PC에서는 모바일 전용 캐러셀 숨김 */
.mobile-partners-carousel {
    display: none !important;
}

/* ===== 반응형 브레이크포인트 ===== */
@media (max-width: 1024px) {

    .nav-links,
    .nav-actions {
        display: none !important;
    }

    .nav-hamburger {
        display: flex;
    }

    .nav-container {
        padding: 0 1.25rem;
    }

    /* 고정 너비 요소가 뷰포트 밖으로 넘치지 않도록 */
    .container {
        max-width: 100% !important;
        width: 100% !important;
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;
    }
}


@media (max-width: 768px) {
    .navbar {
        position: fixed !important;
        top: 40px !important;
        /* 공지바(40px) 아래로 */
        left: 0 !important;
        width: 100vw !important;
        z-index: 9999 !important;
        background: transparent;
        box-shadow: none;
        transition: all 0.3s ease;
    }


    /* 1번 비주얼 마우스 포인터 모바일 숨김 (2번은 유지) */
    #d-cursor-step1 {
        display: none !important;
    }

    /* 히어로 섹션 모바일: 자연스러운 높이로 복구 */
    .hero {
        padding-top: calc(7.5rem + 40px);
        /* 공지바 높이 추가 */
        /* 상단 여백 50px 축소 (11rem -> 7.5rem) */
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 0;
        min-height: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
    }

    /* 하단 여백 축소를 위해 다음 섹션 간격 조정 */
    #features {
        position: relative;
        z-index: 50 !important;
        padding-top: 6rem !important;
        margin-top: -120px !important;
        background-color: #111827 !important;
        overflow-x: hidden !important;
        /* 가로 넘침 방지 */
    }

    /* 피쳐 카드 내용 모바일 텍스트 자간 조절 */
    #features p, #features h4 {
        letter-spacing: -0.05em !important;
        word-break: keep-all !important;
    }

    /* 히어로 섹션 도형 숨김 */
    .hero-shape {
        display: none !important;
    }

    /* 타이틀 크기 복구: 3rem */
    .hero-title {
        font-size: 3rem !important;
        line-height: 1.2 !important;
        margin-bottom: 1rem;
        word-break: keep-all;
    }

    .section-title {
        font-size: 2.5rem !important;
        margin-bottom: 2rem !important;
        line-height: 1.2 !important;
        word-break: keep-all;
    }

    /* 설명 텍스트 */
    .hero-desc {
        font-size: 1rem;
        margin-bottom: 1.25rem;
        word-break: keep-all;
    }

    /* 버튼 */
    .hero-btns {
        flex-direction: column;
        align-items: center;
        gap: 0.75rem;
        margin-bottom: 1.5rem !important;
    }

    .btn {
        width: auto !important;
        text-align: center;
        padding: 0.8rem 1.6rem !important;
        font-size: 0.95rem !important;
    }

    .d-step-nav-container {
        display: none !important;
    }

    /* 모바일용 언덕 배경 - 위치 및 효과 최적화 (너비 반응형 조정) */
    .hero-hill-bg {
        display: block !important;
        position: absolute !important;
        width: 250% !important;
        max-width: none !important;
        height: 360px !important;
        /* 520px → 360px: 비주얼 영역에 맞게 축소 */
        left: 50% !important;
        top: 40px !important;
        /* bottom 앵커 → top 기준으로 변경 */
        bottom: auto !important;
        /* bottom 해제 */
        transform: translateX(-50%) !important;
        /* translateY 제거 */

        background: radial-gradient(ellipse 50% 100% at 50% 100%,
                rgba(211, 192, 255, 0.75) 0%,
                rgba(195, 190, 255, 0.55) 50%,
                rgba(210, 238, 255, 0.35) 99%,
                rgba(255, 255, 255, 0) 100%);

        -webkit-mask-image: linear-gradient(to bottom, black 40%, transparent 100%);
        mask-image: linear-gradient(to bottom, black 40%, transparent 100%);

        border-radius: 50% 50% 0 0 / 100% 100% 0 0 !important;
        z-index: 1 !important;
        pointer-events: none !important;
    }

    .hero {
        padding-top: 7.5rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-bottom: 0;
        min-height: auto;
        text-align: center;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 2;
        overflow-x: hidden !important;
        /* 가로 넘침 방지 */
    }

    /* 비주얼 아래 단계별 메시지 크기 80%로 축소 (1rem -> 0.8rem) */
    #d-toast-text {
        font-size: 0.8rem !important;
    }

    /* 히어로 카드: 세로 스택 */
    .hero-cards {
        flex-direction: column;
        padding: 0 1.25rem;
        gap: 1.25rem;
    }

    /* 히어로 쇼케이스: 기본 흐름 유지 */
    .hero-showcase-new {
        width: 100%;
        overflow: visible;
        /* 언덕 배경이 좌우/아래로 보일 수 있도록 허용 */
        position: relative;
        z-index: 5;
    }

    .hero-showcase-new .max-w-4xl {
        display: flex;
        flex-direction: column;
    }

    /* 3D 비주얼 박스 아래 간격 30px로 조정 */
    #d-visual-physics {
        transform: scale(0.65) !important;
        transform-origin: top center !important;
        margin-bottom: -100px !important;
    }

    /* 삼각형(hero-shape-1, 2)과 반원(hero-shape-3) 모바일 아래로 이동 */
    .hero-shape-1 {
        top: 35% !important;
    }

    .hero-shape-2 {
        top: calc(25% + 30px) !important;
    }


    /* 파트너 섹션 모바일 전환: Fade 효과로 변경 */
    .pc-partners-only {
        display: none !important;
    }

    .mobile-partners-carousel {
        display: block !important;
        margin-top: 2rem;
        padding: 0 1.25rem 2rem;
        overflow: hidden;
    }

    .mobile-carousel-container {
        position: relative;
        width: 100%;
        height: 180px;
        /* 이미지 높이에 맞게 조정 필요 */
    }

    .mobile-carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
        z-index: 1;
    }

    .mobile-carousel-item.active {
        opacity: 1;
        z-index: 2;
    }

    .mobile-carousel-item img {
        width: 100%;
        height: auto;
        border-radius: 12px;
    }

    .mobile-carousel-dots {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 1.5rem;
    }

    .mobile-carousel-dots .dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #e2e8f0;
        transition: all 0.3s ease;
    }

    .mobile-carousel-dots .dot.active {
        background: #3b82f6;
        width: 20px;
        border-radius: 4px;
    }

    /* 뉴스레터 타이틀 크기 조정 (파트너 타이틀 2.5rem과 동일하게) */
    .newsletter-section h2 {
        font-size: 2.5rem !important;
        line-height: 1.2 !important;
        margin-bottom: 2rem !important;
    }
}

.hero-bottom {
    background: #ffffff !important;
}

/* Floating & Color-Shifting Animation for Gradients */
@keyframes float-glow {

    0%,
    100% {
        transform: translate(0, 0) scale(1);
        filter: blur(130px);
    }

    33% {
        transform: translate(60px, -40px) scale(1.15);
        filter: blur(150px);
    }

    66% {
        transform: translate(-40px, 30px) scale(0.9);
        filter: blur(140px);
    }
}

@keyframes color-shift {

    0%,
    100% {
        background: rgba(59, 130, 246, 0.4);
    }

    /* Blue */
    33% {
        background: rgba(168, 85, 247, 0.4);
    }

    /* Purple */
    66% {
        background: rgba(249, 115, 22, 0.4);
    }

    /* Orange */
}

.animate-glow {
    animation: float-glow 18s ease-in-out infinite, color-shift 24s linear infinite;
}

.glow-delay-1 {
    animation-delay: -6s;
}

.glow-delay-2 {
    animation-delay: -12s;
}

/* Gradient Text Title */
.text-gradient {
    background: linear-gradient(90deg, #2A54F5 0%, #9B2DED 50%, #FF7A00 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

/* Other sections structure */
section {
    padding: 8rem 0;
}

.section-tag {
    font-size: 0.75rem;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    color: var(--primary);
    margin-bottom: 1rem;
    display: block;
    text-align: center;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 4rem;
}

/* Features Section */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-top: 4rem;
}

.feature-card {
    background: var(--white);
    border-radius: 2.5rem;
    padding: 3rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: var(--transition);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.1);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--gray-mid);
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    color: var(--primary);
    transition: var(--transition);
}

.icon-blue {
    background: #eef2ff;
    color: #4f46e5;
}

.icon-orange {
    background: #fff7ed;
    color: #ea580c;
}

.icon-purple {
    background: #fdf4ff;
    color: #c026d3;
}

.icon-emerald {
    background: #ecfdf5;
    color: #059669;
}

.icon-slate {
    background: #f1f5f9;
    color: #475569;
}

.icon-rose {
    background: #fff1f2;
    color: #e11d48;
}

.feature-card:hover .feature-icon {
    background: var(--primary);
    color: var(--white);
}

.feature-title {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.feature-desc {
    font-size: 1rem;
    color: var(--gray-dark);
    opacity: 0.6;
}

.col-span-2 {
    grid-column: span 2;
}

/* Templates Section */
.templates {
    position: relative;
    overflow: hidden;
}

.template-tabs {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    background: var(--white);
    padding: 0.5rem;
    border-radius: 99rem;
    width: fit-content;
    margin: 0 auto 4rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.02);
}

.tab-btn {
    padding: 1rem 2rem;
    border-radius: 99rem;
    background: transparent;
    border: none;
    color: var(--gray-dark);
    font-weight: 800;
    cursor: pointer;
    opacity: 0.5;
    transition: var(--transition);
}

.tab-btn:hover {
    opacity: 1;
}

.tab-btn.active {
    background: var(--black);
    color: var(--white);
    opacity: 1;
}

.template-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.template-item {
    position: relative;
}

.template-img {
    width: 100%;
    aspect-ratio: 4/5;
    border-radius: 2rem;
    overflow: hidden;
    background: #222;
    margin-bottom: 1.5rem;
    position: relative;
}

.template-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--transition);
    opacity: 0.8;
}

.template-item:hover .template-img img {
    transform: scale(1.1);
    opacity: 1;
}

.template-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: var(--transition);
    backdrop-filter: blur(5px);
}

.template-item:hover .template-overlay {
    opacity: 1;
}

.template-title {
    font-size: 1.25rem;
    margin-bottom: 0.25rem;
}

.template-cat {
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 0.2em;
}

/* Footer Style */
footer {
    background-color: var(--black);
    color: #666;
    padding: 6rem 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.footer-logo {
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 900;
    margin-bottom: 2rem;
    display: block;
}

.footer-title {
    color: var(--white);
    margin-bottom: 2rem;
    font-size: 1rem;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 1rem;
}

.footer-links a {
    color: inherit;
    text-decoration: none;
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--white);
}

.footer-contact {
    background: rgba(255, 255, 255, 0.03);
    padding: 2.5rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.05);
}

.contact-phone {
    font-size: 2rem;
    color: var(--primary-light);
    margin-bottom: 1rem;
}

/* Responsive */
@media (max-width: 1024px) {

    .features-grid,
    .template-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {

    .features-grid,
    .template-grid,
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

/* Interactive Showcase Container */
.hero-showcase {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 4rem auto 0;
    height: 600px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 10;
}

.showcase-bg-num {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 400px;
    font-weight: 900;
    color: white;
    opacity: 0.03;
    pointer-events: none;
    z-index: 0;
    line-height: 1;
}

.showcase-visual-area {
    position: relative;
    width: 100%;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1000px;
    margin-bottom: 2rem;
}

.visual-container {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

/* Browser Mockup */
.browser-mockup {
    width: 590px;
    height: 380px;
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.browser-header {
    height: 36px;
    background: #f8fafc;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    gap: 8px;
}

.header-dots {
    display: flex;
    gap: 6px;
}

.dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.dot-red {
    background: #ff5f56;
}

.dot-yellow {
    background: #ffbd2e;
}

.dot-green {
    background: #27c93f;
}

.browser-address {
    flex: 1;
    max-width: 300px;
    height: 20px;
    background: white;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    margin: 0 auto;
}

.browser-body {
    padding: 2.5rem;
    background: white;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    position: relative;
}

/* Image + Text Row Skeleton */
.skeleton-row {
    display: flex;
    width: 100%;
    max-width: 420px;
    gap: 1.5rem;
    align-items: center;
    padding: 1.25rem;
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 1rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.5s ease;
}

.skeleton-box {
    width: 140px;
    height: 90px;
    background: #f8fafc;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e2e8f0;
}

.skeleton-lines {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.line {
    height: 8px;
    background: #f1f5f9;
    border-radius: 4px;
    width: 100%;
}

.line.short {
    width: 60%;
}

/* Logo Block */
.logo-block {
    width: 100%;
    max-width: 420px;
    padding: 1.25rem;
    background: white;
    border: 1px solid #f1f5f9;
    border-radius: 1.25rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
}

/* Mobile Mockup Overlay (Step 3) */
.mobile-mockup {
    width: 220px;
    height: 440px;
    background: white;
    border-radius: 2.5rem;
    border: 10px solid #1e293b;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.85);
    opacity: 0;
    z-index: 30;
    transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
    overflow: hidden;
    padding-top: 1rem;
}

.mobile-notch {
    width: 100px;
    height: 20px;
    background: #1e293b;
    border-radius: 0 0 1rem 1rem;
    margin: 0 auto 1.5rem;
}

/* Toast Message */
.showcase-toast {
    position: relative;
    background: white;
    padding: 1.5rem 3rem;
    border-radius: 1.5rem;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    margin-bottom: 3rem;
    z-index: 40;
    transform: translateY(0);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.toast-text {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1e293b;
    text-align: center;
}

.toast-text span {
    color: #f97316;
}

.toast-arrow {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
    width: 20px;
    height: 20px;
    background: white;
}

/* Step Pills */
.step-pills {
    display: flex;
    gap: 1.25rem;
    justify-content: center;
    z-index: 50;
    margin-top: 2rem;
}

.step-pill {
    padding: 0.85rem 1.75rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 99rem;
    border: 2px solid rgba(255, 255, 255, 0.05);
    color: #94a3b8;
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.step-pill.active {
    background: #ffedd5;
    color: #c2410c;
    border-color: #fdba74;
}

.step-pill:hover:not(.active) {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    color: white;
}

/* Aurora Background */
.hero-glow-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.hero-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.3;
}

.glow-blue {
    top: 20%;
    left: 10%;
    width: 600px;
    height: 600px;
    background: #6366f1;
    animation: floating-aurora 15s infinite alternate;
}

.glow-cyan {
    bottom: 20%;
    right: 15%;
    width: 800px;
    height: 500px;
    background: #06b6d4;
    animation: floating-aurora 20s infinite alternate-reverse;
}

@keyframes floating-aurora {
    from {
        transform: translate(0, 0) scale(1);
        opacity: 0.2;
    }

    to {
        transform: translate(60px, 40px) scale(1.15);
        opacity: 0.4;
    }
}

/* Animation Controls for JS */
.logo-animating .logo-block {
    animation: logoMove 8s infinite ease-in-out;
}

.logo-animating .skeleton-row {
    animation: contentMove 8s infinite ease-in-out;
}

.browser-faded {
    opacity: 0.15;
    transform: translate(-50%, -50%) scale(0.95);
}

.browser-desktop-pos {
    transform: translate(-100px, -50%) scale(0.85);
}

.mobile-visible {
    opacity: 1;
    transform: translate(140px, -50%) scale(1);
}

/* Custom Cursor */
.showcase-cursor {
    position: absolute;
    z-index: 100;
    color: #1e293b;
    filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.3));
    pointer-events: none;
    transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-bottom {
    background: white !important;
}

/* ------------------------------------------------------------------------------------------------ */
/* 하단 영역 START -------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------------------------------ */

.width-1100 {
    width: 1100px;
    margin: 0 auto;
}

@media (max-width: 1100px) {
    .width-1100 {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
    }
}

.center-line {
    margin: 0 auto;
}

/* ================================
   Features 카드 링크 스타일 초기화
================================ */
#features a {
    text-decoration: none;
    color: inherit;
    display: block;
}

#features a:hover {
    text-decoration: none;
}

.flo-bottom {
    height: 645px;
    background-color: #333333;
}

.flo-bottom .center-line {
    background-color: #333333;
}

/* 하단 영역의 중간 회색바 윗쪽 부분 */
.flo-bottom .center-line>.top {
    display: flex;
    padding: 80px 0 48px 0;
    justify-content: space-between;
    border-bottom: 1px solid #505050;
}

/* 제공서비스 / 가격 / Q&A / 이용안내 */
.flo-bottom .center-line>.top>.left {
    width: 604px;
    display: flex;
    justify-content: space-between;
}

.flo-bottom .center-line>.top>.left .footer-col {
    width: 140px;
    display: flex;
    flex-direction: column;
}

.flo-bottom .center-line>.top>.left .footer-col>div {
    color: #999999;
    font-size: 14.5px;
    padding: 6px 0;
}

.flo-bottom .center-line>.top>.left .footer-col>.title {
    color: #ffffff;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
    padding: 17px 0;
}

.flo-bottom .center-line>.top>.left .footer-col div>a {
    color: #999999;
    text-decoration: none;
    transition: color 0.2s;
}

.flo-bottom .center-line>.top>.left .footer-col div>a:hover {
    color: #ffffff;
}

/* 전화번호, 근무시간, 계좌번호 */
.flo-bottom .center-line>.top>.right {
    width: 318px;
}

/* CS CENTER */
.flo-bottom .center-line>.top>.right>.cs-center {
    font-size: 18px;
    font-weight: bold;
    color: #999999;
    padding: 17px 0 0 20px;
}

/* 전화번호 */
.flo-bottom .center-line>.top>.right>.phone-number {
    width: 260px;
    /* 239px + 20px offset 확보 */
    height: 50px;
    background-image: var(--phone-number);
    background-position: 20px center;
    background-repeat: no-repeat;
}

/* 근무시간 */
.flo-bottom .center-line>.top>.right>.working-hours {
    font-size: 15px;
    color: #ffffff;
    padding: 0 0 14px 20px;
    line-height: 1.65;
    border-bottom: 1px solid #505050;
}

/* 결제계좌(text) */
.flo-bottom .center-line>.top>.right>.payment-account {
    font-size: 18px;
    color: #999999;
    font-weight: bold;
    padding: 18px 0 0 20px;
}

/* 계좌번호 */
.flo-bottom .center-line>.top>.right>.account-number {
    font-size: 15px;
    color: #ffffff;
    padding: 4px 0 0 20px;
}

/* 하단 영역의 중간 회색바 아랫쪽 부분 */
.flo-bottom .center-line>.bottom {
    display: flex;
    justify-content: space-between;
}

/* 회사소개 / 개인정보취급방침 / 스팸메일정책 / 이용약관 / 소개자료 / 서비스문의 */
.flo-bottom .center-line>.bottom>.left {
    width: 780px;
}

.flo-bottom .center-line>.bottom>.left>.link {
    display: flex;
    padding-top: 35px;
    /* 45px -> 35px 축소 */
    margin-bottom: 12px;
    /* 25px -> 12px 축소 */
}

.flo-bottom .center-line>.bottom>.left>.link>div {
    font-size: 15px;
    color: #999999;
    padding-right: 33px;
}

.flo-bottom .center-line>.bottom>.left>.link>.introduction-material {
    background-image: var(--bg-link-gray);
    background-position: 59px center;
    background-repeat: no-repeat;
    padding-right: 54px;
}

.flo-bottom .center-line>.bottom>.left>.link>div>a {
    color: #999999;
    text-decoration: none;
    transition: color 0.2s;
    cursor: pointer;
}

.flo-bottom .center-line>.bottom>.left>.link>div>a:hover {
    color: #ffffff;
}

/* 주소, 카피라이트 */
.flo-bottom .center-line>.bottom>.left>.bottom-text {
    padding-top: 15px;
    color: #999999;
    font-size: 13px;
    /* 가독성 위해 약간 축소 */
    line-height: 1.6;
}

.flo-bottom .center-line>.bottom>.left>.bottom-text span {
    display: inline-block;
}

.flo-bottom .center-line>.bottom>.left>.bottom-text span+span {
    margin-left: 15px;
    /* 간격 균형 조정 */
}

/* SNS */
.flo-bottom .center-line>.bottom>.left>.sns {
    display: flex;
    gap: 12px;
    margin-top: 15px;
}

.flo-bottom .center-line>.bottom>.left>.sns>a {
    display: inline-block;
}

.flo-bottom .center-line>.bottom>.left>.sns img {
    width: 28px;
    /* PC 정사이즈 유지 */
    height: auto;
    display: block;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.flo-bottom .center-line>.bottom>.left>.sns a:hover img {
    transform: translateY(-2px);
}

/* 인증서 */
.flo-bottom .center-line>.bottom>.right {
    width: 305px;
    padding: 42px 0 0 3px;
}

.flo-bottom .center-line>.bottom>.right>.certification {
    width: 258px;
    height: 50px;
    background-position: center center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flo-bottom .center-line>.bottom>.right>.certification>.certification-nice {
    width: 50px;
    height: 50px;
    background-image: var(--cert-nice);
    background-repeat: no-repeat;
    cursor: pointer;
}

.flo-bottom .center-line>.bottom>.right>.certification>.certification-cleanspam {
    width: 50px;
    height: 50px;
    background-image: var(--cert-cleanspam);
    background-repeat: no-repeat;
    cursor: pointer;
}

.flo-bottom .center-line>.bottom>.right>.certification>.certification-sectigo {
    width: 128px;
    height: 50px;
    background-image: var(--cert-sectigo);
    background-repeat: no-repeat;
    cursor: pointer;
}

/* 하단 영역 반응형 ---------------------------------------------------------------------------------- */
@media (max-width: 1024px) {
    .flo-bottom {
        height: auto;
        padding-bottom: 60px;
    }

    .flo-bottom>.center-line>.top {
        flex-direction: column;
        padding: 50px 20px 40px 20px;
        gap: 40px;
    }

    .flo-bottom>.center-line>.top>.left {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        /* 좌측 정렬 */
        border-bottom: 1px solid #505050;
        padding-bottom: 30px;
        gap: 20px;
        text-align: left;
    }

    .flo-bottom>.center-line>.top>.left>.footer-col {
        width: 45%;
        text-align: left;
        /* 좌측 정렬 */
        padding: 10px 0;
        align-items: flex-start;
    }

    .flo-bottom>.center-line>.top>.left>.footer-col>.title {
        padding: 0;
        margin-bottom: 15px;
    }

    .flo-bottom>.center-line>.top>.right {
        width: 100%;
        text-align: left;
        /* 좌측 정렬 */
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        /* 좌측 정렬 */
        padding-left: 0;
        background: none;
    }

    .flo-bottom>.center-line>.top>.right>.cs-center,
    .flo-bottom>.center-line>.top>.right>.working-hours,
    .flo-bottom>.center-line>.top>.right>.payment-account,
    .flo-bottom>.center-line>.top>.right>.account-number {
        padding-left: 0 !important;
        text-align: left;
    }

    .flo-bottom>.center-line>.top>.right>.phone-number {
        background-position: left center;
        display: flex;
        justify-content: flex-start;
        width: 239px;
        height: 50px;
        margin: 5px 0;
    }

    .flo-bottom>.center-line>.bottom {
        flex-direction: column;
        align-items: flex-start;
        /* 좌측 정렬 */
        gap: 30px;
        text-align: left;
        /* 좌측 정렬 */
        padding: 40px 20px;
    }

    .flo-bottom>.center-line>.bottom>.left {
        width: 100%;
        margin-top: 0;
    }

    .flo-bottom>.center-line>.bottom>.left>.link {
        justify-content: flex-start;
        /* 좌측 정렬 */
        flex-wrap: wrap;
        gap: 10px 20px;
        margin-bottom: 30px;
    }

    .flo-bottom>.center-line>.bottom>.left>.sns {
        justify-content: flex-start;
        margin: 30px 0 0 0;
    }

    .flo-bottom>.center-line>.bottom>.right {
        width: 100%;
        justify-content: flex-start;
    }
}

@media (max-width: 640px) {
    #templates {
        display: none !important;
    }

    .flo-bottom>.center-line>.top {
        padding: 40px 20px;
        border-bottom: none;
    }

    .flo-bottom>.center-line>.top>.left {
        display: none !important;
        /* 사이트맵 숨김 */
    }

    .flo-bottom>.center-line>.top>.right {
        align-items: flex-start;
        text-align: left;
    }

    .flo-bottom>.center-line>.top>.right>.phone-number {
        margin: 10px 0;
        background-position: left center;
        width: 239px;
        height: 27px;
    }

    .flo-bottom .cs-title {
        font-size: 24px;
    }

    .flo-bottom .cs-center,
    .flo-bottom .phone-number,
    .flo-bottom .working-hours,
    .flo-bottom .payment-account,
    .flo-bottom .account-number {
        padding-left: 0 !important;
        text-align: left;
    }

    .flo-bottom>.center-line>.bottom {
        padding: 10px 20px 50px 20px;
        align-items: flex-start;
        text-align: left;
        border-top: 1px solid #505050;
    }

    .flo-bottom>.center-line>.bottom>.left>.link {
        justify-content: flex-start;
        gap: 10px 0;
        margin-bottom: 30px;
    }

    .flo-bottom>.center-line>.bottom>.left>.link>div {
        width: 50%;
        text-align: left;
    }

    .flo-bottom .bottom-text span {
        display: inline-block;
        margin-left: 0 !important;
        margin-right: 15px;
        margin-bottom: 6px;
    }

    .flo-bottom .bottom-text .mail,
    .flo-bottom .bottom-text .biz {
        margin-left: 0 !important;
    }

    .flo-bottom>.center-line>.bottom>.left>.info {
        font-size: 11px;
        line-height: 1.5;
        margin-top: 15px;
        color: #888;
    }

    .flo-bottom>.center-line>.bottom>.left>.sns {
        justify-content: flex-start;
        margin-top: 20px;
    }

    .flo-bottom>.center-line>.bottom>.right {
        display: none !important;
        /* 인증마크 숨김 */
    }

    /* 뉴스레터 구독 섹션 중앙 정렬 */
    .newsletter-section .md\:w-1\/2 {
        text-align: center !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .newsletter-section img {
        margin: 0 auto 2rem auto !important;
    }

    .newsletter-section h2,
    .newsletter-section p {
        text-align: center !important;
    }

    /* 모바일 SNS 아이콘 사이즈 조정 (기존 대비 1.4배 확대) */
    .flo-bottom .center-line .bottom .left .sns img {
        width: 34px;
    }
}

/* 하단 영역 END ---------------------------------------------------------------------------------- */
/* 템플릿 출력 START -------------------------------------------------------------------------------- */
.flo-body {
    height:801px;
}
/* 타입 메뉴 */
.flo-body > .center-line > .menu {
    display:flex;
    justify-content: space-evenly;
    padding:0 60px;
}
/* 타입 메뉴 - 기본 */
.flo-body > .center-line > .menu > div {
    height:45px;
    font-size:17px;
    font-weight:bold;
    cursor:pointer;
    transition: background-color 0.5s, color 0.5s; 
    padding:0 50px;
    border:2px solid transparent;
    border-radius:6px;
    display:flex;
    justify-content: center;
    align-items: center;
}
/* 타입 메뉴 - 선택 */
.flo-body > .center-line > .menu > div.selected {
    border:2px solid var(--main-color);
    border-radius:6px;
    background-color:#ffffff;
    color:var(--main-color);
    cursor:default;
}
/* 타입 이미지 */
.flo-body > .center-line > .images {
    padding-top:45px;
    display:flex;
    justify-content: space-between;
}
.flo-body > .center-line > .images > div {
    width:252px;
    height:345px;
    overflow:hidden;
    border-radius:17px;
    border:1px solid #e6e6e6;
}
.flo-body > .center-line > .images > div > div {
    transition: background-image 0.5s;
    cursor:pointer;
    background-size: cover;
    background-position:center top;
}

/* 템플릿 출력 END ---------------------------------------------------------------------------------- */
/* 템플릿 활용 보기 영역 START -------------------------------------------------------------------- */
#OZ-TV-viewer {
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:fixed;
    z-index:10015;
    overflow:auto;
    padding-bottom:100px;
    display:none;
    transition: opacity 0.3s;
    opacity:0;
}
#OZ-TV-viewer * {
    background-repeat:no-repeat;
    background-position:center center;
}
/* 닫기 버튼 영역 */
#OZ-TV-viewer > .close {
    width:1096px;
    height:120px;
    margin:auto;
    padding-bottom:25px;
    padding-right:25px;
    position: sticky;
    top:0;
    display:flex;
    justify-content: flex-end;
    align-items: flex-end;
}
/* 닫기 버튼 */
#OZ-TV-viewer > .close > .close-button {
    width:68px;
    height:69px;
    border-radius:50%;
    cursor:pointer;
    background-image:var(--close-x-38);
    background-color:rgba(30,30,30,0.3);
}
/* 본문 영역 */
#OZ-TV-viewer > .body {
    width:1096px;
    height:3033px;
    margin:auto;
    border-radius:40px;
    background-color:#ffffff;
    padding-top:95px;
}
/* 나만의 뉴스레터를 만들어 보세요 */
#OZ-TV-viewer > .body > .title {
    text-align:center;
    font-size:44px;
    color:#333333;
    margin-bottom:6px;
    font-weight:bold;
}
/* 초보자도 전문가처럼 템플릿을 사용하... */
#OZ-TV-viewer > .body > .comment {
    text-align:center;
    font-size:24px;
    color:#666666;
    margin-bottom:54px;
}
/* 템플릿 미리보기 이미지 */
#OZ-TV-viewer > .body > .image {
    width:530px;
    height:1100px;
    background-color:#e3e3e3;
    margin:auto;
    margin-bottom:32px;
}
/* 템플릿 설명 영역 */
#OZ-TV-viewer > .body > .info {
    width:530px;
    height:152px;
    background-color:#f8f8fb;
    margin:auto;
    border-radius:12px;
    padding-left:70px;
    display:flex;
    flex-wrap: wrap;
    align-content: flex-start;
    padding-top:16px;
    margin-bottom:25px;
}
/* 템플릿 설명 영역 - 타입, 활용, 난이도 */
#OZ-TV-viewer > .body > .info > div:nth-child(odd) {
    width: 80px;
    font-size:17px;
    font-weight:bold;
    color:#333333;
    padding-top:12px;
}
/* 템플릿 설명 영역 - 타입, 활용, 난이도 설명 */
#OZ-TV-viewer > .body > .info > div:nth-child(even) {
    width: 360px;
    font-size:17px;
    color:#333333;
    padding-top:12px;
}
/* 버튼 - 이 템플릿으로 편집해보기 */
#OZ-TV-viewer > .body > .button {
    width:530px;
    height:70px;
    background-color:#1d61e2;
    margin:auto;
    font-size:21px;
    font-weight:bold;
    color:#ffffff;
    border-radius:8px;
    background-image:var(--icon-edit);
    background-position:120px center;
    padding-left:20px;
    cursor:pointer;
    display:flex;
    justify-content: center;
    align-items: center;
}
/* 고객 활용 사례 영역 */
#OZ-TV-viewer > .body > .use-cases {
    margin-top:103px;
    height:1305px;
    background-color:#f7fafc;
    border-radius:0 0 40px 40px;
}
/* 고객 활용 사례 */
#OZ-TV-viewer > .body > .use-cases > .title {
    color:#333333;
    font-size:45px;
    font-weight:bold;
    text-align:center;
    padding:90px 0 74px 0;
}
/* 고객 활용 사례 - 예시 템플릿 영역 */
#OZ-TV-viewer > .body > .use-cases > .example {
    padding:0 0 62px 105px;
    display:flex;
}
/* 고객 활용 사례 - 예시 템플릿 이미지 */
#OZ-TV-viewer > .body > .use-cases > .example > .left {
    width:320px;
    height:460px;
    background-color:#e6e6e6;
}
/* 고객 활용 사례 - 설명 영역 */
#OZ-TV-viewer > .body > .use-cases > .example > .right {
    width:520px;
    height:460px;
    padding:0 0 0 48px;
}
/* 회사명 */
#OZ-TV-viewer > .body > .use-cases > .example > .right > .title {
    font-size:29px;
    font-weight:bold;
}
/* URL */
#OZ-TV-viewer > .body > .use-cases > .example > .right > .url {
    font-size:22px;
    padding-bottom:31px;
}
/* 설명 1 */
#OZ-TV-viewer > .body > .use-cases > .example > .right > .text-1 {
    height:174px;
    font-size:19px;
    color:#807f7f;
}
/* 설명 2 */
#OZ-TV-viewer > .body > .use-cases > .example > .right > .text-2 {
    height:98px;
    color:#666666;
    font-size:19px;
    font-weight:bold;
}
/* 버튼 - 같은 템플릿으로 편집해보기 */
#OZ-TV-viewer > .body > .use-cases > .example > .right > .button {
    width:320px;
    height:46px;
    color:#ffffff;
    font-size:17px;
    font-weight:bold;
    background-color:#666666;
    cursor:pointer;
    border-radius:5px;
    display:flex;
    justify-content: center;
    align-items: center;
}
/* 템플릿 활용 보기 영역 END ---------------------------------------------------------------------- */
/* alert 창 START --------------------------------------------------------------------------------- */
#BNESA-alert {
    width:590px;
    height:400px;
    position:fixed;
    top:50%;
    left:50%;
    background-color:#5c5c5c;
    transform: translate(-50%, -50%);
    display:block;
    z-index:10015;
}
#BNESA-esc {
    width:65px;
    height:45px;
    background-color:#2e2e2e;
    background-image:var(--x-button-24);
    margin-left:calc(100% - 65px);
    font-weight:bold;
    color:#ffffff;
    cursor:pointer;
    display:flex;
    justify-content:center;
    align-items:center;
    background-position:center center;
    background-repeat:no-repeat;
}
#BNESA-message {
    width:100%;
    height:calc(100% - 45px - 80px);
    background-color:#ffffff;
    background-position:center 60px;
    padding-top:160px;
    text-align:center;
    line-height:1.8;
    font-size:14px;
    background-position:center 60px;
    background-repeat:no-repeat;
}
#BNESA-message > a {
    color:#3939ff;
    font-size:16px;
    font-weight:bold;
}
#BNESA-message > b, #BNESA-message > strong {
    font-size:16px;
}
#BNESA-button {
    height:80px;
    background-color:#ffffff;
    display:flex;
    justify-content: center;
    align-items: flex-start;
}
#BNESA-button > div {
    width:150px;
    height:40px;
    margin:0 5px;
    border-radius:10px;
    color:#ffffff;
    font-size:15px;
    font-weight:bold;
    cursor:pointer;
    display:flex;
    justify-content: center;
    align-items: center;
}
#BNESA-button > #BNESA-act {
    display:flex;
    background-color:#1d61e2;
}
#BNESA-button > #BNESA-close {
    background-color:#474c5c;
}
/* alert 창 END ----------------------------------------------------------------------------------- */
/* 팝업 - 서비스취지, 이용약관, 안내메일 수신, 개인정보취급방침, 등 START ......................... */
#GNNBB-popup-800 {
    top:50%;
    left:50%;
    width:800px;
    position:fixed;
    background-color:#156fbb;
    transform: translate(-50%, -50%);
    padding:1px;
    z-index:10015;
    display:none;
}
#GNNBB-popup-800 * {
    background-repeat:no-repeat;
    background-position:center center;
}
#GNNBB-popup-800 > .top {
    width:100%;
    height:70px;
    display:flex;
}
#GNNBB-popup-800 > .top > .title {
    font-size:30px;
    font-weight:bold;
    color:#ffffff;
    padding-left:70px;
    flex-grow: 1;
    display:flex;
    justify-content: center;
    align-items: center;
}
#GNNBB-popup-800 > .top > .button {
    width:70px;
    height:70px;
    background-image:var(--x-button-24);
    cursor:pointer;
    flex-shrink: 0;
}
#GNNBB-popup-800 > .body {
    padding:40px;
    background-color:#ffffff;
}
#GNNBB-popup-800 > .body > iframe {
    width:100%;
    height:650px;
}
/* 팝업 - 서비스취지, 이용약관, 안내메일 수신, 개인정보취급방침, 등 END ........................... */
/* 공지사항 팝업 START ---------------------------------------------------------------------------- */
#OZ-notice-viewer {
    top:0;
    left:0;
    width:100%;
    height:100%;
    position:fixed;
    z-index:10015;

    overflow:auto;
    padding:30px 0;
}
#OZ-notice-viewer * {
    background-repeat:no-repeat;
    background-position:center center;
}
#OZ-notice-viewer > div {
    width:760px;
    background-color:#ffffff;
    margin:auto;
}
/* 공지사항 텍스트와 닫기 버튼 영역 */
#OZ-notice-viewer > div > .header {
    height:80px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
/* 닫기버튼과 동일하게 좌측에 여백 */
#OZ-notice-viewer > div > .header > .space {
    width:40px;
    height:40px;
}
/* 공지사항 텍스트 */
#OZ-notice-viewer > div > .header > .text {
    font-size:20px;
    font-weight:bold;
}
/* 닫기 버튼 */
#OZ-notice-viewer > div > .header > .close {
    width:40px;
    height:40px;
    background-image:var(--icon-arrow-right);
    margin-bottom:30px;
    margin-right:5px;
    cursor:pointer;
}
/* 공지사항 내용 보기 영역 START .............................................. */
/* 제목과 날짜 영역 */
#OZ-notice-viewer > .notice > .title {
    width:662px;
    height:76px;
    border-top:2px solid #3d4144;
    margin:auto;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
/* 제목 */
#OZ-notice-viewer > .notice > .title > .title {
    font-size:18px;
    font-weight:bold;
}
/* 날짜 */
#OZ-notice-viewer > .notice > .title > .date {
    font-size:16px;
    font-weight:bold;
}
/* 이미지 */
#OZ-notice-viewer > .notice > .main_image {
    display:block;
    margin:auto;
}
/* 내용 영역 */
#OZ-notice-viewer > .notice > .body {
    width:662px;
    padding:20px 0 50px 0;
    margin:auto;
    font-size:16px;
    font-weight:bold;
    line-height:1.6;
}
/* 버튼 영역 */
#OZ-notice-viewer > .notice > .button {
    width:662px;
    height:40;
    margin:auto;
    overflow:hidden;
    padding-bottom:30px;
}
/* 버튼 */
#OZ-notice-viewer > .notice > .button > div {
    width:86px;
    height:40px;
    line-height:38px;
    border-radius:4px;
    font-size:15px;
    font-weight:bold;
    text-align:center;
}
/* 버튼 - 목록으로 */
#OZ-notice-viewer > .notice > .button > div.left {
    background-color:#298eff;
    border:1px solid #298eff;
    color:#ffffff;
    font-size:16px;
    cursor:pointer;
    float:left;
}
/* 버튼 - 이전글, 다음글 */
#OZ-notice-viewer > .notice > .button > div.right {
    border:1px solid #5b6976;
    margin-left:10px;
    cursor:pointer;
    float:right;
}
/* 버튼 - disabed */
#OZ-notice-viewer > .notice > .button > div.right.disabled {
    color:#b9c0c7;
    cursor:default;
}
/* 공지사항 내용 보기 영역 END ................................................ */



/* 공지사항 리스트 보기 영역 START ............................................ */
#OZ-notice-viewer > .list {
    width:760px;
    background-color:#ffffff;
    margin:auto;
    border-bottom:1px solid #cccccc;
}
#OZ-notice-viewer > .list > .title {
    width:662px;
    height:46px;
    line-height:44px;
    margin:auto;
    font-size:14px;
    font-weight:bold;
    background-color:#f2f2f2;
    border-top:2px solid #3d4144;
    border-bottom:1px solid #cccccc;
    display:flex;
}
#OZ-notice-viewer > .list > .title > div:nth-child(1) {
    width:48px;
    text-align:right;
}
#OZ-notice-viewer > .list > .title > div:nth-child(2) {
    width:525px;
    padding-left:47px;
}
#OZ-notice-viewer > .list > .title > div:nth-child(3) {
    padding-left:15px;
}
#OZ-notice-viewer > .list > .body > div {
    width:662px;
    height:45px;
    line-height:44px;
    margin:auto;
    font-size:14px;
    font-weight:bold;
    border-bottom:1px solid #cccccc;
    display:flex;
}
#OZ-notice-viewer > .list > .body > div > div:nth-child(1) {
    width:48px;
    color:#6d6d6d;
    text-align:right;
}
#OZ-notice-viewer > .list > .body > div > div:nth-child(2) {
    width:525px;
    padding-left:47px;
}
#OZ-notice-viewer > .list > .body > div > div:nth-child(3) {
    color:#6d6d6d;
}

/* 공지사항 리스트 보기 영역 END .............................................. */



/* 공지사항 페이징 영역 START ................................................. */
/* width와 좌우 마진 크기는 자바스크립트(JNP_SIZE_CUBE)에서 사용된다. */
.JNP-paging-contents {
    --jnp-cube-height : 37px;
    --jnp-cube-margin : 4px;
}
/* 좌/우 버튼 이미지 */
.JNP-paging-rec {
    --jnp_left_arrow_white  : var(--jnp-left-arrow-white);
    --jnp_left_arrow_gray   : var(--jnp-left-arrow-gray);
    --jnp_right_arrow_white : var(--jnp-right-arrow-white);
    --jnp_right_arrow_gray  : var(--jnp-right-arrow-gray);
}
/* [하단 페이징] */
.JNP-frame-paging { box-sizing:border-box; display:flex; justify-content:center; padding:16px 0 57px 0; }
.JNP-frame-paging * { box-sizing:border-box; font-size:16px; font-family:"맑은 고딕"; }
/* [하단 페이징] - left 버튼 */
.JNP-frame-paging > .JNP-paging-left > .JNP-paging-rec { margin-right:4px; }
.JNP-frame-paging > .JNP-paging-left > .JNP-paging-rec.JNP-off { background-image:var(--jnp_left_arrow_white); border:1px solid #d5d5d5; background-color:#e5e5e5; cursor:default; }
.JNP-frame-paging > .JNP-paging-left > .JNP-paging-rec.JNP-on { background-image:var(--jnp_left_arrow_gray); }
.JNP-frame-paging > .JNP-paging-left > .JNP-paging-rec.JNP-on:hover { background-image:var(--jnp_left_arrow_white); }
/* [하단 페이징] - right 버튼 */
.JNP-frame-paging > .JNP-paging-right > .JNP-paging-rec { margin-left:4px; }
.JNP-frame-paging > .JNP-paging-right > .JNP-paging-rec.JNP-off { background-image:var(--jnp_right_arrow_white); border:1px solid #d5d5d5; background-color:#e5e5e5; cursor:default; }
.JNP-frame-paging > .JNP-paging-right > .JNP-paging-rec.JNP-on { background-image:var(--jnp_right_arrow_gray); }
.JNP-frame-paging > .JNP-paging-right > .JNP-paging-rec.JNP-on:hover { background-image:var(--jnp_right_arrow_white); }
/* [하단 페이징] - 페이지 숫자 */
.JNP-frame-paging > .JNP-paging-rail { height:37px; overflow:hidden; }
.JNP-frame-paging > .JNP-paging-rail > .JNP-paging-contents { position:relative; display:flex; }
.JNP-frame-paging > .JNP-paging-rail > .JNP-paging-contents > div > div { width:37px; height:var(--jnp-cube-height); margin-left:var(--jnp-cube-margin); margin-right:var(--jnp-cube-margin); }
.JNP-frame-paging > .JNP-paging-rail > .JNP-paging-contents > div > div.JNP-selected { color:#ffffff; background-color:#272e35; cursor:default; }
.JNP-frame-paging .JNP-paging-rec { width:37px; height:37px; line-height:35px; text-align:center; font-size:16px; font-family:"맑은 고딕"; background-position:center center; background-repeat:no-repeat; }
.JNP-frame-paging .JNP-paging-rec.JNP-on { border:1px solid #e5e5e5; color:#2b2b2b; background-color:#ffffff; cursor:pointer; }
.JNP-frame-paging .JNP-paging-rec.JNP-on:hover { color:#ffffff; background-color:#272e35; }
/* 공지사항 페이징 영역 EnD ................................................... */
/* 공지사항 팝업 END ------------------------------------------------------------------------------ */