/* =============================================================
   ESIMJAPAN.com — Sitewide Tailwind Replacement CSS
   Generated from: 5 pages × HAR analysis
   Replaces: cdn.tailwindcss.com (397 KB) → ~15 KB
   ============================================================= */

/* ─── Box sizing ─── */
*, *::before, *::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;

  /* Tailwind 내부 CSS 변수 전역 선언 */
  --tw-bg-opacity: 1;
  --tw-text-opacity: 1;
  --tw-border-opacity: 1;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-gradient-from: transparent;
  --tw-gradient-to: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-drop-shadow: ;
  --tw-grayscale: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
}

/* ─── Display ─── */
.block { display: block; }
.inline-block { display: inline-block; }
.inline-flex { display: inline-flex; }
.flex { display: flex; }
.grid { display: grid; }
.hidden { display: none; }

/* ─── Position ─── */
.relative { position: relative; }
.absolute { position: absolute; }
.fixed { position: fixed; }
.top-0    { top: 0; }
.top-2    { top: 0.5rem; }
.top-2\.5 { top: 0.625rem; }
.top-10   { top: 2.5rem; }
.top-\[80px\] { top: 80px; }

.bottom-0 { bottom: 0; }
.bottom-2 { bottom: 0.5rem; }

.left-0   { left: 0; }
.left-\[19px\] { left: 19px; }

.right-0  { right: 0; }
.right-2  { right: 0.5rem; }
.right-4  { right: 1rem; }
.right-6  { right: 1.5rem; }

.inset-0  { top: 0; right: 0; bottom: 0; left: 0; }


/* ─── Overflow ─── */
.overflow-hidden { overflow: hidden; }
.overflow-x-auto { overflow-x: auto; }

/* ─── Z-index ─── */
.z-10 { z-index: 10; }

/* ─── Opacity ─── */
.opacity-0 { opacity: 0; }
.opacity-10 { opacity: 0.1; }
.opacity-75 { opacity: 0.75; }
.opacity-90 { opacity: 0.9; }

/* ─── Min height ─── */
.min-h-screen { min-height: 100vh; }

/* ─── Max width ─── */
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-4xl { max-width: 56rem; }
.max-w-\[800px\] { max-width: 800px; }

/* ─── Flex ─── */
.flex-col { flex-direction: column; }
.flex-wrap { flex-wrap: wrap; }
.flex-1 { flex: 1 1 0%; }
.flex-shrink-0 { flex-shrink: 0; }
.items-center { align-items: center; }
.items-start { align-items: flex-start; }
.justify-between { justify-content: space-between; }
.justify-center { justify-content: center; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* ─── Gap ─── */
.gap-0 { gap: 0; }
.gap-1\.5 { gap: 0.375rem; }
.gap-2 { gap: 0.5rem; }
.gap-2\.5 { gap: 0.625rem; }
.gap-3 { gap: 0.75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-x-6 { column-gap: 1.5rem; }
.gap-y-2 { row-gap: 0.5rem; }

/* ─── Space Y ─── */
.space-y-1 > * + * { margin-top: 0.25rem; }
.space-y-2 > * + * { margin-top: 0.5rem; }
.space-y-3 > * + * { margin-top: 0.75rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.space-y-5 > * + * { margin-top: 1.25rem; }
.space-y-6 > * + * { margin-top: 1.5rem; }

/* ─── Grid ─── */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

/* ─── Width ─── */
.w-full { width: 100%; }
.w-auto { width: auto; }
.w-fit { width: fit-content; }
.w-1 { width: 0.25rem; }
.w-1\.5 { width: 0.375rem; }
.w-1\/5 { width: 20%; }
.w-3\.5 { width: 0.875rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-6 { width: 1.5rem; }
.w-8 { width: 2rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-20 { width: 5rem; }
.w-24 { width: 6rem; }
.w-\[2px\] { width: 2px; }
.w-\[115px\] { width: 115px; }
.w-\[120px\] { width: 120px; }

/* ─── Height ─── */
.h-full { height: 100%; }
.h-auto { height: auto; }
.h-1\.5 { height: 0.375rem; }
.h-3\.5 { height: 0.875rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-6 { height: 1.5rem; }
.h-8 { height: 2rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-20 { height: 5rem; }
.h-24 { height: 6rem; }
.h-64 { height: 16rem; }
.h-\[5px\] { height: 5px; }

/* ─── Margin ─── */
.m-0 { margin: 0; }
.mt-0\.5 { margin-top: 0.125rem; }
.mt-1 { margin-top: 0.25rem; }
.mt-2 { margin-top: 0.5rem; }
.mt-3 { margin-top: 0.75rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.mt-auto { margin-top: auto; }
.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 0.25rem; }
.mb-1\.5 { margin-bottom: 0.375rem; }
.mb-2 { margin-bottom: 0.5rem; }
.mb-3 { margin-bottom: 0.75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-16 { margin-bottom: 4rem; }
.mr-2 { margin-right: 0.5rem; }
.ml-0 { margin-left: 0; }
.ml-6 { margin-left: 1.5rem; }
.ml-11 { margin-left: 2.75rem; }
.my-6 { margin-top: 1.5rem; margin-bottom: 1.5rem; }
.my-8 { margin-top: 2rem; margin-bottom: 2rem; }

/* ─── Negative margin ─── */
.-mx-1 { margin-left: -0.25rem; margin-right: -0.25rem; }
.-mx-2 { margin-left: -0.5rem; margin-right: -0.5rem; }
.-mx-3 { margin-left: -0.75rem; margin-right: -0.75rem; }
.-mx-4 { margin-left: -1rem; margin-right: -1rem; }
.-mx-5 { margin-left: -1.25rem; margin-right: -1.25rem; }
.-mx-6 { margin-left: -1.5rem; margin-right: -1.5rem; }
.-my-2 { margin-top: -0.5rem; margin-bottom: -0.5rem; }
.-mt-1 { margin-top: -0.25rem; }
.-mt-2 { margin-top: -0.5rem; }
.-mt-4 { margin-top: -1rem; }
.-mb-2 { margin-bottom: -0.5rem; }
.-mb-4 { margin-bottom: -1rem; }

/* ─── Padding ─── */
.p-0 { padding: 0; }
.p-2 { padding: 0.5rem; }
.p-3 { padding: 0.75rem; }
.p-4 { padding: 1rem; }
.p-5 { padding: 1.25rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.px-1 { padding-left: 0.25rem; padding-right: 0.25rem; }
.px-1\.5 { padding-left: 0.375rem; padding-right: 0.375rem; }
.px-2 { padding-left: 0.5rem; padding-right: 0.5rem; }
.px-2\.5 { padding-left: 0.625rem; padding-right: 0.625rem; }
.px-3 { padding-left: 0.75rem; padding-right: 0.75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.px-10 { padding-left: 2.5rem; padding-right: 2.5rem; }
.py-0\.5 { padding-top: 0.125rem; padding-bottom: 0.125rem; }
.py-1 { padding-top: 0.25rem; padding-bottom: 0.25rem; }
.py-1\.5 { padding-top: 0.375rem; padding-bottom: 0.375rem; }
.py-2 { padding-top: 0.5rem; padding-bottom: 0.5rem; }
.py-3 { padding-top: 0.75rem; padding-bottom: 0.75rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-5 { padding-top: 1.25rem; padding-bottom: 1.25rem; }
.py-6 { padding-top: 1.5rem; padding-bottom: 1.5rem; }
.py-8 { padding-top: 2rem; padding-bottom: 2rem; }
.py-12 { padding-top: 3rem; padding-bottom: 3rem; }
.pt-0 { padding-top: 0; }
.pt-3 { padding-top: 0.75rem; }
.pt-4 { padding-top: 1rem; }
.pt-5 { padding-top: 1.25rem; }
.pt-12 { padding-top: 3rem; }
.pt-20 { padding-top: 5rem; }
.pt-\[10px\] { padding-top: 10px; }
.pt-\[80px\] { padding-top: 80px; }
.pb-4 { padding-bottom: 1rem; }
.pb-8 { padding-bottom: 2rem; }
.pl-6 { padding-left: 1.5rem; }
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.pt-3\.5 { padding-top: 0.875rem; }
.pb-3\.5 { padding-bottom: 0.875rem; }
.px-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }

/* ─── Typography — size ─── */
.text-xs { font-size: 0.75rem; line-height: 1rem; }
.text-sm { font-size: 0.875rem; line-height: 1.25rem; }
.text-base { font-size: 1rem; line-height: 1.5rem; }
.text-lg { font-size: 1.125rem; line-height: 1.75rem; }
.text-xl { font-size: 1.25rem; line-height: 1.75rem; }
.text-2xl { font-size: 1.5rem; line-height: 2rem; }
.text-4xl { font-size: 2.25rem; line-height: 2.5rem; }
.text-\[9px\] { font-size: 9px; }
.text-\[10px\] { font-size: 10px; }
.text-\[11px\] { font-size: 11px; }
.text-\[12px\] { font-size: 12px; }
.text-\[13px\] { font-size: 13px; }
.text-\[14px\] { font-size: 14px; }
.text-\[15px\] { font-size: 15px; }
.text-\[16px\] { font-size: 16px; }
.text-\[17px\] { font-size: 17px; }
.text-\[18px\] { font-size: 18px; }
.text-\[20px\] { font-size: 20px; }
.text-\[22px\] { font-size: 22px; }
.text-\[24px\] { font-size: 24px; }
.text-\[25px\] { font-size: 25px; }
.text-\[28px\] { font-size: 28px; }
.text-\[30px\] { font-size: 30px; }
.text-\[32px\] { font-size: 32px; }
.text-\[35px\] { font-size: 35px; }
.text-\[40px\] { font-size: 40px; }

/* ─── Typography — align / style ─── */
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.font-medium { font-weight: 500; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-serif { font-family: ui-serif, Georgia, Cambria, serif; }
.not-italic { font-style: normal; }
.whitespace-nowrap { white-space: nowrap; }
.list-none { list-style: none; padding-left: 0; }
.border-collapse { border-collapse: collapse; }
.text-transparent { color: transparent; }
.bg-clip-text { -webkit-background-clip: text; background-clip: text; }

/* ─── Leading ─── */
.leading-none { line-height: 1; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.625; }
.leading-\[1\.1\] { line-height: 1.1; }
.leading-\[1\.2\] { line-height: 1.2; }
.leading-\[1\.3\] { line-height: 1.3; }
.leading-\[1\.4\] { line-height: 1.4; }
.leading-\[1\.5\] { line-height: 1.5; }
.leading-\[1\.6\] { line-height: 1.6; }

/* ─── Tracking ─── */
.tracking-wide { letter-spacing: 0.025em; }
.tracking-wider { letter-spacing: 0.05em; }
.tracking-\[-1\.5px\] { letter-spacing: -1.5px; }
.tracking-\[0\.88px\] { letter-spacing: 0.88px; }
.tracking-\[0\.8px\] { letter-spacing: 0.8px; }

/* ─── Text colours ─── */
.text-white { color: #ffffff; }
.text-white\/95 { color: rgba(255,255,255,0.95); }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-slate-700 { color: #334155; }
.text-slate-900 { color: #0f172a; }
.text-green-400 { color: #4ade80; }
.text-emerald-300 { color: #6ee7b7; }
.text-cyan-300 { color: #67e8f9; }
.text-indigo-600 { color: #4f46e5; }
.text-\[\#1a1a1a\] { color: #1a1a1a; }
.text-\[\#1a1a1a\]\/70 { color: rgba(26,26,26,0.7); }
.text-\[\#667085\] { color: #667085; }
.text-\[\#ff2828\] { color: #ff2828; }
.text-\[\#ff6b6b\] { color: #ff6b6b; }
.text-\[\#0f6e56\] { color: #0f6e56; }
.text-\[\#10b981\] { color: #10b981; }
.text-\[\#854f0b\] { color: #854f0b; }
.text-\[\#a32d2d\] { color: #a32d2d; }
.text-\[\#f59e0b\] { color: #f59e0b; }
.text-\[\#3b6d11\] { color: #3b6d11; }


/* ─── Text decoration ─── */
.underline { text-decoration: underline !important; }
.no-underline { text-decoration-line: none !important; }
.underline-offset-2 { text-underline-offset: 2px !important; }
.underline-offset-4 { text-underline-offset: 4px !important; }
.decoration-\[\#ff2828\] { text-decoration-color: #ff2828 !important; }
.decoration-\[\#1a1a1a\] { text-decoration-color: #1a1a1a !important; }
.decoration-\[\#cc0000\] { text-decoration-color: #cc0000 !important; }
.hover\:decoration-\[\#ff2828\]:hover { text-decoration-color: #ff2828 !important; }

.underline-offset-2 { text-underline-offset: 2px !important; }
.underline-offset-4 { text-underline-offset: 4px !important; }

.decoration-\[\#ff2828\] { text-decoration-color: #ff2828 !important; }
.decoration-\[\#1a1a1a\] { text-decoration-color: #1a1a1a !important; }
.decoration-\[\#cc0000\] { text-decoration-color: #cc0000 !important; }

.hover\:decoration-\[\#ff2828\]:hover { text-decoration-color: #ff2828 !important; }


/* ─── Text transform ─── */
.uppercase  { text-transform: uppercase !important; }
.lowercase  { text-transform: lowercase; }
.capitalize { text-transform: capitalize; }
.normal-case { text-transform: none; }

/* ─── Background colours ─── */
.bg-white { background-color: #ffffff; }
.bg-white\/5 { background-color: rgba(255,255,255,0.05); }
.bg-white\/20 { background-color: rgba(255,255,255,0.2); }
.bg-slate-50 { background-color: #f8fafc; }
.bg-slate-100 { background-color: #f1f5f9; }
.bg-slate-100\/50 { background-color: rgba(241,245,249,0.5); }
.bg-slate-200 { background-color: #e2e8f0; }
.bg-slate-700 { background-color: #334155; }
.bg-pink-500 { background-color: #ec4899; }
.bg-cyan-500\/20 { background-color: rgba(6,182,212,0.2); }
.bg-emerald-500\/20 { background-color: rgba(16,185,129,0.2); }
.bg-\[\#667085\]\/10 { background-color: rgba(102,112,133,0.1); }
.bg-\[\#10b981\]\/10 { background-color: rgba(16,185,129,0.1); }
.bg-\[\#ff2828\] { background-color: #ff2828; }
.bg-\[\#ff6b6b\] { background-color: #ff6b6b; }
.bg-\[\#ff9800\] { background-color: #ff9800; }
.bg-\[\#4caf50\] { background-color: #4caf50; }
.bg-\[\#f59e0b\] { background-color: #f59e0b; }
.bg-\[\#e5e7eb\] { background-color: #e5e7eb; }
.bg-\[\#e8f8f2\] { background-color: #e8f8f2; }
.bg-\[\#eaf3de\] { background-color: #eaf3de; }
.bg-\[\#f0fdf4\] { background-color: #f0fdf4; }
.bg-\[\#F3F6FA\] { background-color: #F3F6FA; }
.bg-\[\#f3f6fa\] { background-color: #f3f6fa; }
.bg-\[\#f8f9fb\] { background-color: #f8f9fb; }
.bg-\[\#faeeda\] { background-color: #faeeda; }
.bg-\[\#fcebeb\] { background-color: #fcebeb; }
.bg-\[\#fef3e2\] { background-color: #fef3e2; }
.bg-\[\#fff1f1\] { background-color: #fff1f1; }
.bg-\[\#fff5f5\] { background-color: #fff5f5; }
.bg-\[\#fff8e6\] { background-color: #fff8e6; }
.bg-\[\#1D9E75\] { background-color: #1D9E75; }
.bg-\[\#E24B4A\] { background-color: #E24B4A; }

/* ─── Gradient ─── */
.bg-gradient-to-b  { background-image: linear-gradient(to bottom, var(--tw-gradient-from, transparent), var(--tw-gradient-to, transparent)); }
.bg-gradient-to-br { background-image: linear-gradient(to bottom right, var(--tw-gradient-from, transparent), var(--tw-gradient-to, transparent)); }
.bg-gradient-to-r  { background-image: linear-gradient(to right, var(--tw-gradient-from, transparent), var(--tw-gradient-to, transparent)); }
.bg-center { background-position: center; }
.bg-cover  { background-size: cover; }

/* ─── Border ─── */
.border   { border-width: 1px; border-style: solid; }
.border-2 { border-width: 2px; border-style: solid; }
.border-b   { border-bottom-width: 1px; border-bottom-style: solid; }
.border-b-2 { border-bottom-width: 2px; border-bottom-style: solid; }
.border-t   { border-top-width: 1px; border-top-style: solid; }
.border-l-4 { border-left-width: 4px; border-left-style: solid; }
.border-\[\#e5e7eb\] { border-color: #e5e7eb; }
.border-\[\#f3f4f6\] { border-color: #f3f4f6; }
.border-\[\#d1fae5\] { border-color: #d1fae5; }
.border-\[\#4caf50\] { border-color: #4caf50; }
.border-\[\#f59e0b\] { border-color: #f59e0b; }
.border-\[\#ff9800\] { border-color: #ff9800; }
.border-\[\#ff2828\] { border-color: #ff2828; }
.border-\[\#FF2828\]\/30 { border-color: rgba(255,40,40,0.3); }
.border-slate-200 { border-color: #e2e8f0; }
.border-slate-200\/60 { border-color: rgba(226,232,240,0.6); }
.border-white\/10 { border-color: rgba(255,255,255,0.1); }
.border-emerald-400\/30 { border-color: rgba(52,211,153,0.3); }
.border-pink-300 { border-color: #f9a8d4; }

/* ─── Border radius ─── */
.rounded { border-radius: 0.25rem; }
.rounded-lg { border-radius: 0.5rem; }
.rounded-xl { border-radius: 0.75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.rounded-b-lg { border-bottom-left-radius: 0.5rem; border-bottom-right-radius: 0.5rem; }
.rounded-\[8px\] { border-radius: 8px; }
.rounded-\[12px\] { border-radius: 12px; }
.rounded-\[16px\] { border-radius: 16px; }

/* ─── Shadow ─── */
.shadow-sm  { box-shadow: 0 1px 2px 0 rgba(0,0,0,0.05); }
.shadow-md  { box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -2px rgba(0,0,0,0.1); }
.shadow-lg  { box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1); }
.shadow-2xl { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }

/* ─── Transition ─── */
.transition-colors {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all       { transition-property: all; transition-duration: 150ms; }
.transition-opacity   { transition-property: opacity; transition-duration: 150ms; }
.transition-transform { transition-property: transform; transition-duration: 150ms; }
.duration-200 { transition-duration: 200ms; }

/* ─── Accessibility ─── */
.sr-only {
  position: absolute; width: 1px; height: 1px;
  padding: 0; margin: -1px; overflow: hidden;
  clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}

/* ─── Hover ─── */
.hover\:text-\[\#ff2828\]:hover { color: #ff2828; }
.hover\:text-\[\#cc0000\]:hover { color: #cc0000; }
.hover\:bg-\[\#059669\]:hover { background-color: #059669; }
.hover\:bg-\[\#fff1f1\]:hover { background-color: #fff1f1; }
.hover\:bg-slate-50:hover { background-color: #f8fafc; }
.hover\:bg-slate-800:hover { background-color: #1e293b; }
.hover\:border-\[\#ff2828\]:hover { border-color: #ff2828; }
.hover\:shadow-xl:hover  { box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1), 0 8px 10px -6px rgba(0,0,0,0.1); }
.hover\:shadow-2xl:hover { box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25); }
.hover\:scale-105:hover     { transform: scale(1.05); }
.hover\:scale-\[1\.02\]:hover { transform: scale(1.02); }
.hover\:from-emerald-400:hover { --tw-gradient-from: #34d399; }
.hover\:from-pink-700:hover    { --tw-gradient-from: #be185d; }
.hover\:to-cyan-400:hover  { --tw-gradient-to: #22d3ee; }
.hover\:to-pink-600:hover  { --tw-gradient-to: #db2777; }

/* ─── !important overrides ─── */
.\!bg-white           { background-color: #ffffff !important; }
.\!bg-clip-text       { -webkit-background-clip: text !important; background-clip: text !important; }
.\!text-center        { text-align: center !important; }
.\!text-transparent   { color: transparent !important; }
.\!leading-\[1\.1\] { line-height: 1.1 !important; }
.\!p-4  { padding: 1rem !important; }
.\!px-1 { padding-left: 0.25rem !important; padding-right: 0.25rem !important; }
.\!px-6 { padding-left: 1.5rem !important; padding-right: 1.5rem !important; }
.\!py-3 { padding-top: 0.75rem !important; padding-bottom: 0.75rem !important; }
.\!py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.\!rounded-full { border-radius: 9999px !important; }

/* ─── Responsive: sm (≥640px) ─── */
@media (min-width: 640px) {
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:p-8  { padding: 2rem; }
  .sm\:px-12 { padding-left: 3rem; padding-right: 3rem; }
  .sm\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .sm\:text-\[50px\] { font-size: 50px; }
}

/* ─── Responsive: md (≥768px) ─── */
@media (min-width: 768px) {
  .md\:block      { display: block; }
  .md\:hidden     { display: none; }
  .md\:flex-row   { flex-direction: row; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:gap-6       { gap: 1.5rem; }
  .md\:items-start  { align-items: flex-start; }
  .md\:justify-start { justify-content: flex-start; }
  .md\:text-left   { text-align: left; }
  .md\:text-2xl    { font-size: 1.5rem; line-height: 2rem; }
  .md\:text-3xl    { font-size: 1.875rem; line-height: 2.25rem; }
  .md\:text-5xl    { font-size: 3rem; line-height: 1; }
  .md\:text-\[10px\] { font-size: 10px; }
  .md\:text-\[13px\] { font-size: 13px; }
  .md\:text-\[24px\] { font-size: 24px; }
  .md\:text-\[28px\] { font-size: 28px; }
  .md\:text-\[58px\] { font-size: 58px; }
  .md\:px-2  { padding-left: 0.5rem; padding-right: 0.5rem; }
  .md\:px-8  { padding-left: 2rem; padding-right: 2rem; }
  .md\:py-8  { padding-top: 2rem; padding-bottom: 2rem; }
  .md\:pt-0  { padding-top: 0; }
  .md\:pt-\[80px\] { padding-top: 80px; }
  .md\:pb-12 { padding-bottom: 3rem; }
  .md\:mb-12 { margin-bottom: 3rem; }
  .md\:\!p-3  { padding: 0.75rem !important; }
  .md\:\!p-4  { padding: 1rem !important; }
  .md\:\!px-3 { padding-left: 0.75rem !important; padding-right: 0.75rem !important; }
}

/* ─── 누락 padding 클래스 ─── */
.py-3\.5 { padding-top: 0.875rem; padding-bottom: 0.875rem; }
.pt-3\.5 { padding-top: 0.875rem; }
.pb-3\.5 { padding-bottom: 0.875rem; }
.px-3\.5 { padding-left: 0.875rem; padding-right: 0.875rem; }